body {
    padding-top: 60px;
    padding-bottom: 40px;
    background-color: #87B3B8;
    font-size: 11px;
    height: 100%;
    margin: 0pt;
    padding: 0pt;
    width: 100%;
}



div.topo {
    height: 80px;
	background: #FFFFFF;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	border-radius: 4px;
	background-color: white;
}

div.titulo{
    width: 1024px;
}
     
div.logo{
    width: 600px;
    height: 80px;
	text-align:left;
    float: left;
           
 }


div.redessociais{
    width: 400px;
    height: 50px;
    float: right;
    margin-top:40px;

}


div.face{
    text-align:right;
    margin-right: 20px;



}


div.menu {
	height: 30px;
	background-color: #00a0b0;
    width:1000px;
    
        
}

div.menu li{
        margin-left: 5px;
        list-style: none;
        width: 100px;
        height:30px;
        float: left;
        font-size: 17px;
        font-family: Helvetica;
}


div.menu li a{
    display: block;
    color: #777777;
}

div.conteudo{
	text-align:center;
	height: 600px;

}


div.conteudobanner{
    width: 1024px;
    margin-top: 15px;
    height: 770px;
    border: 5px solid #ffffff;
    border-radius: 8px;
    margin-right: 25px;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.5);

}


div.mapa{
    margin-top: 15px;
    height: 440px;
    background-color: #CFCFCF;

}

div.conteudomapa{
    width: 1024px;
    height: 400px;
    border: 2px solid #ffffff;
    border-radius: 8px;
    margin-right: 25px;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.5);

}



div.rodape{
    height: 100px;
    box-shadow: 1px 0px 1px rgba(0,0,0,0.5);
    border-radius: 4px;
    background-color: #ffffff;

}

div.endereco{
    height: 50px;
    padding-top: 10px;
}
        

div.h1{
color: #00a0b0

}




div.fone{
   font-size: 15px;
   
   }








