@charset "utf-8";
/* CSS Document */
body  {
	font: 100% Verdana;
	background: #666666;
	margin: 0; /*  */
	border: 0;
	text-align: center; /* Alinhar no centro na #container selector */
	color: #000000;
}
#topo {
	text-align: center; 
	width: 779px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: /*url(../x.png);*/ #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: justify; /* this overrides the text-align: center on the body element. */
}
#header {
	width: 770px;
	text-align: center; 
	background: #FFFFFF;
	margin: 0 auto;
}
#textoum {
	 text-align:justify;
	 font-size:18px;
	 font-family: Arial; color: #000000; font-weight: bold; font-style: bold;
}
#boxecentro {
	margin: 0px;
	text-align: center;
	background: #eaeff5;
	padding: 0px;
}
#boxe1 {
	margin: 0px;
	text-align: justify;
	background: #eaeff5;
	padding: 5px;
}
#boxe2 {
	margin: 0px;
	text-align: justify;
	background: #eaeff5;
	padding:5px;
	border:#CCCCCC solid 1px;
}
#boxeleft {
    width:265px;
	margin-top:5px;
	margin-left:5px;
	text-align: justify;
	background: #eaeff5;
	padding:5px;
	border:#CCCCCC solid 1px;
	float:left;
}
#boxeright {
    width:265px; 
	margin-top:5px; 
	margin-right:5px;  
	text-align: justify;
	background: #eaeff5;
	padding:5px;
	border:#CCCCCC solid 1px;
	float:right;
}
.texto {
    font-size: 11px;
	font-family: Verdana; color: #333333;
}
.textotitulo {
    font-size: 18px;
	font-family: Verdana; color: #333333; font-weight: bold; font-style: bold;
}
.menu {
    font-size: 12.7px;
	font-family: Verdana; color: #333333; font-weight: bold; font-style: bold;
}