@import url("topo.css");@import url("fg.menu.css");@import url("centro.css");
/* ESTRUTURA PRINCIPAL */
body, html
{
	font-size: 11px;
	font-family: Tahoma;
	color: #434343;
	padding: 0px;
	border: 0px;
	margin: 0px;
	height: 100%;
	background-image:url(../_images/gerais/bg_gera.jpg);
	background-repeat:no-repeat;
	background-color: #e4e5e9;
}
.geral
{
	width: 100%;
	min-height: 100%;
	float: left;
	vertical-align:bottom;
	margin-bottom: 176px;
}
.topo
{
	width: 100%;
	background-image:url(../_images/gerais/bg_topo.png);
	background-position:top;
	background-repeat:repeat-x;
	height: 145px;
	float: left;
}
.centro
{
	width: 990px;
	margin:auto;
}
.rodape
{
	float: left;
	color:#fff;
	margin-top: -176px;
	height: 176px;
	width: 100%;
	background-image:url(../_images/gerais/bg_rodape1.png);
	background-position:bottom;
	background-repeat:repeat-x;
}
.rodape_sites
{
	width: 60%; float: left;	
}
.rodape_links
{
	width: 19%; float: left;	
}
.rodape_links ul
{
	margin: 0px;
	padding-left: 20px;
}
.rodape_links a
{
	color:#fff;
}
a
{
	text-decoration: none;
	color:#434343;
}
img
{
	border: 0px;
}