body {
	background-color: #83583A;
}
.scrollbar {
	SCROLLBAR-FACE-COLOR: #784F32;  
	SCROLLBAR-HIGHLIGHT-COLOR: #784F32; 
	SCROLLBAR-SHADOW-COLOR: #784F32; 
	SCROLLBAR-3DLIGHT-COLOR: #56341C; 
	SCROLLBAR-ARROW-COLOR: #56341C; 
	SCROLLBAR-TRACK-COLOR: #56341C; 
	SCROLLBAR-DARKSHADOW-COLOR: #56341C;
	overflow: auto;
}
.texto_arial_azul11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #075489;
	text-decoration: none;
}
.texto_arial_azul11:hover {
	background-color: #E35A44;
}
.texto_arial_blanco11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.texto_arial_blanco11:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}
.texto_arial_marron12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #54341E;
	text-decoration: none;
}

