@charset "utf-8";
/* CSS Document */
.xs-gris {
	font-size: x-small;
	color: #999999;
}
.xs-blanco {
	font-size: x-small; 
	color: #FFFFFF; 
}
.s-blanco {
	font-size: small; 
	color: #FFFFFF; 
}
.s-gris_mediooscuro {
	font-size: small; 
	color: #666666; 
}
.s-gris_mediooscuro-n {
	font-size: small; 
	color: #666666; 
	font-weight: bold;
}
.xs-blanco-n {
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
}
.xs-gris_oscuro-n {
	font-size: x-small;
	font-weight: bold;
	color: #333333;
}
.s-blanco-n {
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
}
.style6 {
	color: #666666
}
