@charset "utf-8";
/* CSS Document */
.menu_inicial{
	font-family:"Century Gothic";
	font-size:18px;
	color:#FFF;
	line-height:80px;
	text-decoration:none;
	text-align:center;
	font-weight:normal;
}
.menu_inicial a:link, .menu_inicial a:active, .menu_inicial a:visited{
	color:#FFF;
	text-decoration:none;
	
}
.menu_inicial a:hover{
	text-decoration:underline;
}
.rodape{
	font-family: "Century Gothic";
	font-size: 11px;
	color: #fff;
	height: 25px;
	line-height:25px;
	margin-left:5px;

}
.rodape2{
	font-family: "Century Gothic";
	font-size: 11px;
	color: #fff;
	height: 25px;
	line-height:25px;
	float:right;
	margin-right:5px;

}
.titulos{
	font-size:26px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	font-weight:normal;
}
.titulos_menor{
	font-size:16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	font-weight:normal;
}
.titulos_branco{
	font-size:26px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	font-weight:normal;
}
.titulos_menor_branco{
	font-size:16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	font-weight:normal;
}
.textos_conteudo{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	font-weight:normal;
}
.textos_suites{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFF;
	font-weight:normal;
	text-shadow: 0 0 5px #000000, 0 0 5px #000000;
}
.textos_suites a{
	text-decoration:none;
}