/*zerando todas as margens e espacos*/
*{
margin: 0;
padding:0;
font-style:normal;
list-style:none;}


/*------------------------tags------------------------*/
body{
background:url(../imagens/fundo_2.jpg);
color:#333333;
font:14px Arial, Helvetica, sans-serif;}

a{color:#333; text-decoration:none;}

a:hover{color:#7c1004; text-decoration:none;}

h1{
font-size:25px;
color:#7c1004;
margin-bottom:20px;}


/*------------------------menu------------------------*/
#menu {
width:950px;
height:50px;
overflow:hidden;
background:#b85232;
margin-top:20px;}

#menu ul li {
display:inline;}

#menu ul li a {
float:left;
width:150px;
text-decoration:none;
font-size:16px;
font-weight:bold;
color:#333;
text-align:center;
padding:10px 0 5px 0;
margin:0 20px;}

#menu ul li a:hover {
background:#fff;
color:#000;
height:50px;}

#menu li a.selected-pg  {
background:#f9d87e;
color:#000;}


/*------------------------id's------------------------*/
#geral{
margin:0 auto;
width:950px;
height:auto;}

#topo{
/*background:url(../imagens/topo.jpg);*/
width:950px;
height:130px;
margin-top:30px;}

#logo{
margin:20px 0 0 0px;}

#tel{
font-size:24px;
color:#FFF;
margin:-34px 0 0 780px;}

#conteudo{
float:left;
width:950px;
/*background:#f9d87e;*/
background:#fff;
margin-top:27px;
padding:20px 0;}

#conteudo p{
font-size:16px;
text-align:justify;
line-height:20px;
padding:5px 0;}

.formulario{
width:450px;
height:260px;
float:left;
margin:10px;}

.mapa{
width:450px;
height:260px;
float:right;
margin:10px;}

.fotos{
width:920px;
height:200px;
float:left;
margin:10px;
margin-left:30px;}

.fotos2{
width:920px;
height:300px;
float:left;
margin:10px;
margin-left:30px;
overflow:auto;
overflow-x:hidden;}

.fotos2 img { margin-right:5px; margin-bottom:10px; border:#000 solid 2px;}

.texto{
width:900px;
margin:20px 0 0 25px;}

address{
width:950px;
color:#000;
text-align:center;
line-height:25px;
font-size:14px;
font-weight:bold;
color:#fff;
margin:30px 0 0 0;}

#rodape{
/*background-image:url(../imagens/rodape.jpg);*/
clear:both;
font-size:12px;
text-align:center;
width:950px;
height:50px;}

#rodape a{color:#fff;}
#rodape a:hover{color:#999;}

#rodape p { font-family:Verdana, Arial, Helvetica, sans-serif; color:#fff; font-weight:bold; font-size:12px;}


/* declaraes para o form 2 - borda */

fieldset, input, textarea {border:none;}

fieldset {
width:370px;
height:200px;
margin-left:5px;
padding:10px;
}

label {
  display:block;
  float:left;
  width:80px;}

input, textarea {
  margin-bottom:5px;
  border:1px solid #999999;
 }

legend {display:none;}
