@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background-image:url(fundo.jpg);
	background-repeat:repeat-x;
	background-color:#185282;
	}
	
div#geral{
	width:950px;
	margin:0 auto;
	}
	
div#logo{
	width:950px;
	height:400px;
	clear:both;
	margin-top:40px;
	background-image:url(logo_index.png);
	background-repeat:no-repeat;
	}		
	
div#menu{
	width:950px;
	height:50px;
	padding-top:250px;
	clear:both;
	}
	
div#menu2{
	margin-top:50px;
	font-family:verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	padding-left:150px;
	}
div#menu2 a{
	color:#ffcb00;
	text-decoration:none;
	float:left;
	padding:5px;
	padding-left:10px;
	}	
div#menu2 a:hover{
	text-decoration:underline;
	}	
