/***********************************************/
/*  Estilos HTML                               */
/***********************************************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #747bb5;
}
p {
	font-family: Verdana;
	font-size:10px;
	text-align:justify;
	color: #333333;
	padding: 0px 10px 0px 10px;
}
/***********************************************/
/*  Classes		                               */
/***********************************************/
.caixa {
	border: solid 1px #666666;
	background-color: #F4F4F4;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration: none;
	color: #86888C;
	padding-left: 2px;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #880000;
	padding-left: 2px;
	cursor:pointer;
}


/***********************************************/
/*  DIVS		                               */
/***********************************************/

#box_acesso_canto01{
	width: 315px;
	height: 20px;
}

#box_acesso_canto02{
	width: 315px;
	height: 13px;
}

#box_acesso01{
	width: 315px;
	background-image: url(../imagens/bg_acesso.gif);
	background-repeat: repeat-y;
	float: left;
}


#geral {
	width: 777px;
	text-align:center;
	margin: 0 auto;
	background-image:url(../imagens/laterais.gif);
	background-position:center;
	background-repeat:repeat-y;
}
#main_frame {
	width: 757px;
	/*_height: 400px;*/
	margin-left: 10px;
	/*_margin-left: 0px;*/
}
#center_frame {
	width: 757px;
	float: left;
	background-color: #FFFFFF;
}
#menu {
	width: 757px;
	height: 98px;
	border-top: solid 1px #868892;
	background: #FFFFFF url(../img/bg_menu.gif) repeat-x;
}
#corpo {
	width: 757px;
	/*height: 100%;*/	
	/*_height: 400px;*/
	/*background-color:#FFFFFF;*/
	margin: 0px;
}
#controles {
	width: 329px;
	float:left;
}	
#bigbox {
	width: 428px;
	float:left;
}
#divisor {
	width: 428px;
	float:left;
}
#box {
	width: 214px;
	float:left;	
	text-align: left;
}
#controle {
	width: 329px;
	float: left;
	text-align: left;
	background-position:center;
	background: url(../img/bg_controle.jpg) center;
}
#controle_box {
	width: 329px;
	text-align: left;
}
#enquete {
	margin-left:60px;
}
#acesso {
	width: 329px;
	height: 69px;
	text-align: left;
	/*background: url(../img/bg_acesso.jpg) center;*/
}
#rodape {
	width: 757px;
	clear:both;
}	
#puxa {
	width:777px;
	clear:both;
}

