/* CSS RW 2.0 */




body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
	background-color: #999999;

	background-repeat: repeat-x;
	
}

#sub_body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:none;
	background-color:#EAEAEA;
}

/*-------------- Textos Comuns ----------------------*/

.txt_legenda {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}
.txt_padrao {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #191919;
}
.links {
	color: #0066FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}



/* ----------------------------MENU PRINCIPAL ------------------------- */

#menuhor {
	border:none;
	margin: 0;
	font: 12px Arial, sans-serif;
	padding: 0;
	margin: 0;
	list-style: none;
	
	

}
#menuhor li {
	list-style: none;
	margin: 0;
	display: inline;
	
}
#menuhor li a {
	height:0px; 
	padding: 20px 13px; 
	margin:0;
	background: ##EAEAEA;
	text-decoration: none;
}
#menuhor li a:link {
	color: #777878;
}
#menuhor li a:visited {
	color: #777878;
}
#menuhor li a:hover {
	color: #fff;
	background-image: url(../../imgs/fundo_bts.png);
	background-color: #1593ef;	
}

/* -- FIM MENU PRINCIPAL -- */

/* efeito fade das imgs --- */
/* -- Efeito Alpha das imagens -- */
.imgfade{
	filter:alpha(opacity=90); 
	-moz-opacity:0.9;
	opacity:0.90;
}
.imgfull{
	filter:alpha(opacity=100); 
	-moz-opacity:1;
	opacity:1.00;
}
.txt_branco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.bug{
	widows:9px;
	*width:8px; /* Bug do ie */
	background-image: url(../../imgs/big_box_right.png);
	background-repeat: repeat-y;	
}

/* --------------- Numeros ------ */

/* ----------------------------Numeros ------------------------- */

#numeros {
	border:none;
	margin: 0;
	font: 12px Arial, sans-serif;
	padding: 0;
	margin: 0;
	list-style: none;
	
	

}
#numeros li {
	list-style: none;
	margin: 0;
	display: inline;
	
}
#numeros li a {
	height:0px; 
	padding: 8px 8px; 
	margin:0;
	background: #EAEAEA;
	text-decoration: none;
}
#numeros li a:link {
	color: #777878;
}
#numeros li a:visited {
	color: #777878;
}
#numeros li a:hover {
	color: #fff;
	background-image: url(../../imgs/fundo_bts.png);
	background-color: #1593ef;	
}

/* -- FIM numeros -- */
