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


*{
	
	padding:0px;
	margin:0 auto;
	vertical-align:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}

.clear{
clear:both;
}


body {
	background-color:#b1b1ac;
	text-align: left;
		
}

#geral {}

#menu{
background-color:#585d5b;
height:35px;
width:1000px;
height:35px;
}	
	
	#menu a:link, #menu a:visited,#menu a:hover,#menu a:active{
	color:#fff;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	padding:0px 15px;
	text-align:center;
	}
	#menu a:hover{
	color:#c2f3ee;
	}

#corpo {
	text-align:center;
	background-color:#dadad7;
	width:1000px;
	
	
}

#topo {
	height:145px;
	width:1000px;
	background-image:url(images/topo.jpg);
	background-position:center;
	background-repeat:no-repeat;
	
}

#uneb { 
	height:150px;
	width:525px;
	background-image:url(images/uneb.jpg);

}

#texto { 
	width:650px;
	border:2px;
	

}

#informe {
	margin-top:10px;
	width:600px;
		
}

#textoinforme {
	margin:10px;
	background-color:#333333;
}

#boxtexto {
	margin:10px;
	
}

#resultadoinforme {
	width:600px;
	margin:10px;
	background-color:#333333;
}

#resultadotexto {
	margin:10px;
	
}