.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.texto a{
	color: #666666;
	text-decoration:underline;
}
.texto a:hover{
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #666666;
}

.texto_gris {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.texto_gris a{
	color: #666666;
	text-decoration:none;
}
.texto_gris a:hover{
	color: #666666;
	text-decoration: underline;
}


.texto_rojo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	text-decoration: none;
}
.texto_rojo a{
	color: #CC0000;
	text-decoration:none;
}
.texto_rojo a:hover{
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #CC0000;
}


.texto_titulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}
.texto_titulos a{
	color: #999999;
	text-decoration:none;
	font-weight: bold;
}
.texto_titulos a:hover{
	color: #999999;
	text-decoration: underline;
	font-weight: bold;
}

.texto_azul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066CC;
	text-decoration: none;
	font-weight: normal;
}
.texto_azul a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0066CC;
	text-decoration: none;
	font-weight: normal;
}
.texto_azul a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066CC;
	text-decoration: none;
	font-weight: normal;
}
.texto_verde{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00CC00;
	text-decoration: none;
	font-weight: bold;
}
.texto_naranja{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}
.texto_rosa{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0066;
	text-decoration: none;
	font-weight: bold;
}
.titulo_noticias{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
.texto_blanco_grande{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
.texto_inv{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #EEEEEE;
}
.cajas_de_texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #666666;
}
.texto_gris_1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
.texto_rojo_1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
}