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

html, body {
    width: 100% ;
    height: 100% ;
    min-height: 500px ;
    min-width: 900px ;
    margin: 0px ;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#pagina {
    height: 100% ; background-color:#FFF;
	
}


#todoconteudo {
	
	height:750px;
	width:1023px; /* largura fictícia */
	margin:0 auto; }


a img 
{ 
border: none; 
}


.logotipo { float:left;}


#footertop {
    height: 34px; 
	background-color:#333;
}


/**************** Media social / Facebook / Google + *****************/


#mediasocial { margin: 0 auto; width:1020px; height:34px;}



.btnfacebook { float: right; padding-right:5px; width:40px; height:34px; background-image:url(../imagem/facebook01.jpg); background-repeat:no-repeat;}


.btnfacebook:hover { background-image:url(../imagem/facebook01hover.jpg); background-repeat:no-repeat; }


.btngooglemais { float: right; padding-right:5px; width:40px; height:34px; background-image:url(../imagem/googlemais01.jpg); background-repeat:no-repeat;}

.btngooglemais:hover { background-image:url(../imagem/googlemais01hover.jpg); background-repeat:no-repeat; }


.btncorreio { float: right; padding-right:5px; width:40px; height:34px; background-image:url(../imagem/correio01.jpg); background-repeat:no-repeat;}

.btncorreio:hover { background-image:url(../imagem/correio01hover.jpg); background-repeat:no-repeat; }


/**************** Fim de Media social / Facebook / Google + *****************/	




/****************** inicio do Menu ********************/


#barramenu { margin-top:22px; 
			 height:110px; 
			 }


.menu { float:right; 
		padding-top:60px;
	}


.menu ul { list-style:none;}


.menu ul li { display:inline;
			  padding:15px; 
			  
			 }


.menu ul li a { font-family:Arial, 
				Helvetica, sans-serif; 
				font-size:12px; 
				color:#000; 
				text-decoration:none; 
				padding:10px;
				
				}



.menu ul li a:hover { background-color:#00aeef; 
					  -moz-border-radius:7px;
					  -webkit-border-radius:7px; 
					  border-radius:7px; 
					  color:#FFF;
					  
					 }


			 
.btnempresa { background-color:#00aeef; 
			  -moz-border-radius:7px;
			  -webkit-border-radius:7px; 
			  border-radius:7px;}



/****************** fim do Menu ********************/




#texto { font-family:Arial, Helvetica, sans-serif; 
		 font-size:12px; 
		 text-align:justify;
		 line-height:200%;
		 margin-top:50px;
			 
			 }
		
		


.fotos	{ height:190px;}	
		
		

#footerinferior { height:35px; background-color:#333;  margin-top:90px; }



/************************Inicio do  Submenu ***********************/

#submenu { position:relative; top:-9px;}


#submenu ul { list-style:none;}


#submenu ul li { display:inline;
			  padding:5px;
			  
			 }


#submenu ul li a { font-family:Arial, 
				Helvetica, sans-serif; 
				font-size:12px; 
				color:#FFFFFF; 
				text-decoration:none; 
				padding:7px;
				position:relative; top:15px;
				
				}


/****** Rollover Menu *********/

#submenu ul li a:hover { background-color:#00aeef; -moz-border-radius:7px; -webkit-border-radius:7px; border-radius:7px;color:#FFF; }
					 

/************************Fim do  Menu ***********************/


#footer02 { background-color:rgba(0,0,0,1.00); margin-top:-12px; height:10%;}


