/*Texto Direccion inferior*/
.texto_direccion {
    color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
.texto_direccion a:link {
	text-decoration: none;
	color: #666666;
}
.texto_direccion a:visited {
	text-decoration: none;
	color:#666666
}
.texto_direccion a:hover {
     color: #000000;
}

/*Texto de los contenidos*/

.texto_contenido {
    color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
.texto_contenido a:link {
	text-decoration: none;
	color: #999999;
}
.texto_contenido a:visited {
	text-decoration: none;
	color:#999999
}
.texto_contenido a:hover {
     color: #FF0033;
}

/*Texto de los contenidos resaltado*/

.texto_contenido_resaltado {
    color: #FF0033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
.texto_contenido_resaltado a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.texto_contenido_resaltado a:visited {
	text-decoration: none;
	color:#FF0033;
}
.texto_contenido_resaltado a:hover {
     color: #CCCCCC;
}
/*Texto de los Titulos*/
.texto_titulos {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px; 
	color: #CCCCCC;
}
.texto_titulos a:link {
text-decoration: none;
color:#FF0033;
}
.texto_titulo a:visited {
text-decoration: none;
color:#FF0033;
}
.texto_titulos a:hover {
text-decoration: none;
color:#FFFFFF;
}

/*Simbolo + en los enlaces*/
.ampliar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px; 
	color: #000000;
}
.ampliar a:link { 
	text-decoration: none;
	color: #000000;
}
.ampliar a:visited { 
	text-decoration: none;
	color: #000000;
}
.ampliar a:hover { 
	text-decoration: none;
	color: #FFFFFF;
}

/*Texto de los contenidos EN OFF*/

.texto_contenido_off {
    color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
.texto_contenido_off a:link {
	text-decoration: none;
	color: #555555;
}
.texto_contenido_off a:visited {
	text-decoration: none;
	color:#555555;
}
.texto_contenido_off a:hover {
     color: #777777;
}