.scrollbar {
	SCROLLBAR-FACE-COLOR: #90AB25;  
	SCROLLBAR-HIGHLIGHT-COLOR: #90AB25; 
	SCROLLBAR-SHADOW-COLOR: #90AB25; 
	SCROLLBAR-3DLIGHT-COLOR: #90AB25; 
	SCROLLBAR-ARROW-COLOR: #D2DFAE; 
	SCROLLBAR-TRACK-COLOR: #D2DFAE; 
	SCROLLBAR-DARKSHADOW-COLOR: #D2DFAE;
	overflow: auto;
}
.texto_verde {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #374402;
	text-decoration: none;
}
.texto_verde_subrayado {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #374402;
	text-decoration: underline;
}
.texto_verde_subrayado:hover {
	color: #BF0268;
}
.texto_blanco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.texto_blanco:hover {
	text-decoration: underline;
}
.texto_negro10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.texto_violeta10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #C11661;
	text-decoration: none;
}
.texto_violeta10:hover {
	text-decoration: underline;
}
.texto_negro_verdana {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.texto_azul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #21A8B6;
	text-decoration: none;
}
.texto_violeta_verdana10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #C11661;
	text-decoration: none;
}
.texto_violeta_verdana10:hover {
	text-decoration: underline;
}
.texto_azul_verdana10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #08818E;
	text-decoration: underline;
}

