* {margin:0; padding:0;}
body{background:url("../images/nuvem.jpg") repeat-x; background-color:#000; font-family:Arial, Helvetica, sans-serif;}

#geral{width:784px; margin:0 auto;}

#content{width:783px; height:478px; float:left;}
#content_int{width:783px; height:478px; float:left;}
#content_abs{width:783px; height:478px; float:left; position:absolute;}

#topo{width:783px; height:190px; float:left;}
#logo{width:195px; height:184px; float:left;}
/***MENU***/
#det_menu{width:15px; height:42px; float:left; background:url("../images/de_menu.gif") no-repeat;}
#menu{width:573px; height:42px; float:left; background:url("../images/bg_menu.gif") repeat-x;}

#menu ul li{list-style-type:none;}
#menu li a{
	text-decoration:none;
	float:left;
	padding:13px 24px;
	font-size:12px;
	color:#5382bc;
	border-right:1px solid #eee;
}

#menu li a:hover{
	background-color:#eee;
	color:#003366;
}
/*******************/
#center{width:784px; height:123px; float:left;}
#bottom{width:784px; height:165px; float:left; }
#rodape{width:784px; height:40px; margin-top:15px; float:left;}
#rodape p{font-size:11px; color:#fff;}

#center_int{width:764px; margin-top:30px; padding:10px; background-color:#fff; float:left;}
#center_int h1{font-size:18px; margin:5px 0 10px 0;}
#center_int h2{font-size:16px; margin:5px 0 10px 0;}
#center_int p {font-size:12px; margin-bottom:5px;}
.navint a{font-size:12px; text-decoration:none; color:#000;}
.navint a:hover{text-decoration:underline;}
