@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'AldoSemiBold';
    src: url('aldo_pc-webfont.eot');
    src: url('aldo_pc-webfont.eot?#iefix') format('embedded-opentype'),
         url('aldo_pc-webfont.woff') format('woff'),
         url('aldo_pc-webfont.ttf') format('truetype'),
         url('aldo_pc-webfont.svg#AldoSemiBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body {
	margin:0;
	padding:0;
}

/**********************************************************************************************************************************************************************/
/*HEADER***************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************/

.header {
	width:100%;
}

.part1 {
	width:100%;
	/*border:2px solid #BEBEBE;
	border-bottom:none;
	border-right:none;
	border-left:none;*/
	position:relative;
}

.part1 .logo {
	margin:0 auto;
	width:775px;
	height:125px;
	border:2px solid #BEBEBE;
	border-bottom:none;
	border-top:none;
}

.part1 .logo img{
	border:0px;
	margin-top:9px;
	margin-left:15px;
	width:219px;
	height:105px;	
}

.part2 {
	width:100%;
	background-color:#E0E0E0;
	position:relative;	
}

.part2 .principal {
	margin:0 auto;
	width:775px;
	height:257px;
	position:relative;	
}

.menu {
	margin: 0px;
	width:255px;;	
	font-family: 'AldoSemiBold';
	float:left;
}

.menu ul{
	padding-top:8px;
	margin-top:0px;
	position:relative;	
	list-style:none;
	margin-left:-30px;
}

.menu ul li{
	margin-top:7px;
}

.menu ul li a {
	text-decoration:none;
	font-size:20px;
	color: #595959;	
}

.menu ul li:hover {
	background-color:white;	
}

.banner {
	width:510px;
	float:left;
	margin-top:-30px;	
}

.banner .titulo {
	width:510px;
	height:70px;
	background-image:url(../imagens/titulo-banner.png);
}

.titulo ul {
	list-style:none;
	margin:0px;	
}

.titulo ul li {
	margin-top:27px;
}

.banner .fotos {
	width:510px;
	height:207px;
}

/*.banner .fotos img{
	width:510px;
	height:350px;
}*/

/**********************************************************************************************************************************************************************/
/*FOOTER***************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************/

.footer {
	width:100%;
	margin-top:-20px;
}

.rodape {
	margin:0 auto;
	width:775px;
	border: 2px solid #BEBEBE;
	border-top:none;	
}

/**********************************************************************************************************************************************************************/
/*TODAS AS PÁGINAS*****************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************/

.wrapper {
	width:100%	
}

.content {
	margin:0 auto;
	width:775px;
	border: 2px solid #BEBEBE;
	border-top:none;
	border-bottom:none;
	text-align:justify;	
	clear:both;
}

.content-esquerda {
	margin: 0px;
	margin-top:-8px;
	width:255px;
	/*height:300px; tirar essa altura */
	float:left;	
}

.content-direita {
	margin:0px;
	margin-top:-8px;
	width:510px;
	float:left;	
}


/**********************************************************************************************************************************************************************/
/*SITE*****************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************/

.content-direita h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	color:#900;
	padding:20px 5px 20px 20px;	
}

.content-direita h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:black;
	padding:0px 5px 20px 20px;		
}

.content-direita h3 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:black;
	padding:0px 5px 20px 20px;		
}

.style1 {
	color: #999;	
}

.style2 {
	color: red;	
}

.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
}
 
.content-direita a {
	font-family:Verdana, Geneva, sans-serif;
	size:9px;
	text-decoration:none;
	color:#900;	
}

.content-direita a:hover {
	font-family:Verdana, Geneva, sans-serif;
	size:9px;
	color:black;
	text-decoration:underline;	
}

/*************************************************************************************************/

.conteudo-esquerda {
	width:225px;
	margin: 0 auto;
}

.conteudo-esquerda h5 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#999;
	padding:0px 5px 5px 18px;	
}

.galeria1 {
	width:225xp;
	height:130px;
	margin-top:30px;
	border:10px solid #BEBEBE; 
}

.galeria1 img {
	width:225px;	
	height:130px;
}

.galeria2 {
	width:225xp;
	height:130px;
	margin-top:30px;
	border:10px solid #BEBEBE; 
}

.galeria2 img {
	width:225px;	
	height:130px;
}




































