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

body {
	color: #000000;
	background:url(../images/fundo.jpg) top center no-repeat;
	background-color: #ccc;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

#topo_geral{
	width: 918px;
	height: 400px;
	margin: 0 auto;
}

#topo_cont{
	background:url(../images/topo_fundo.png);
	height: 132px;
}

#topo_logo{
	width: 220px;
	height: 130px;
	float: left;

}

#topo_menu{
	width: 694px;
	height: 130px;
	float: left;

	
}

ul{
	margin: 0px;
	padding: 0px;	
}

li{
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

li a{
	text-decoration: none;
	color:#666;
	display:block;
}

li a:hover{
	background:#D9ECFF;
	color:#00C;
	text-decoration:underline;
}

#topo_banner{
	height: 272px;

}

