@charset "UTF-8";
/* CSS Document */

body{
  margin: 0px;
  font-family: 'Libre Caslon Text', serif;
}
a:link{
  color: #666666;
  text-decoration: none;
  font-size: 14px;
}
a:visited{
  color: #666666;
  text-decoration: none;
  font-size: 14px;
}
a:hover{
  color: #cb4539;
  text-decoration: none;
  font-size: 14px;
}
a:active{
  color: #cb4539;  
  text-decoration: none;
  font-size: 14px;
}

div#header{
  width: 772px;
  height: 300px;
  margin:  0px auto;
  border: 14px #f0efef;
  border-style: solid;
  background: url(imagens/topo.jpg) no-repeat;
  background-position: center center;
}

div#header h1{ 
  text-align: right;
  margin: 130px 30px 0px 0px;
  font-size: 29px;
  color: #FFFFFF;
}

div#header h2{ 
  text-align: right;
  margin: 0px 30px 0px 0px;
  font-size: 16px;
  color: #FFFFFF;
}

div#tel_email{ 
  text-align: center;
  width: 752px;
  padding: 10px;
  margin: 0px auto;
  border-top: 0px;
  border-left: 14px;
  border-right: 14px;
  border-bottom: 14px;
  border-color: #f0efef;
  border-style: solid;
  background: #d9cfc0;
}

div#tel_email p1{
 font-weight: bold; 
  color: #000000;
  font-size: 14px;
}


div#infos{
  width: 800px;
  height: 431px;
  margin: 0px auto;
  border: 0px;
  background: #f0efef;
}

div#reforma{ 
  width: 772px;
  height: 225px;
  margin:  0px auto;
  border-top: 0px;
  border-left: 14px;
  border-right: 14px;
  border-bottom: 14px;
        border-color: #f0efef;
  border-style: solid;
  background-position: center center;
}

div#santo{
  float: left;
  width: 208px;
  height: 417px;
  margin-left: 14px;
  background: url(imagens/santo.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}

div#horarios{
  float: left;
  padding: 14px;
  background: #ffffff;
  width: 244px;
  height: 389px;
  margin-left: 14px;
  font-size: 13px;
  color: #333333;  
}
div#horarios p1{ 
  font-weight: bolder;
  color: #cb4539;
}
div#horarios p2{ 
  font-weight: bolder;
  font-size: 11px;
  color: #cb4539;
}

div#infos_map{
  float: left;
  padding: 14px;
  background: #ffffff;
  width: 236px;
  height: 389px;
  margin-left: 14px;
  font-size: 13px;
  color: #333333;
  
}
div#infos_map p1{ 
  font-weight: bolder;
  color: #cb4539;
}





div#corp{ 
  width: 752px;
  padding: 10px;
  margin: 0px auto;
  border: 14px;
  border-color: #f0efef;
  border-style: solid;
  background: #d9cfc0;
  font-size: 14px;
  text-align: center;
  color: #666666;
}

div#historia{ 
  width: 744px;
  padding: 14px;
  margin: 0px auto;
  border-top: 0px;
  border-left: 14px;
  border-right: 14px;
  border-bottom: 0px;
  border-color: #f0efef;
  border-style: solid;
  background: #ffffff;
  font-size: 16px;
  text-align: justify;
  color: #333333;
}

div#historia p1{ 
  font-size: 28px;
  font-weight: bolder;
  color: #cb4539;
}








