@charset "utf-8";
/* CSS Document */

.tituloultimas {
	font-size: 1.6em;
	color: #A30060;
	font-weight: bold;
}
.tituloultimas a {
	color: #A30060;
	text-decoration: none;
}
.tituloultimas a:hover {
	text-decoration: underline;
}

.titulonot {
	color: #A3005E;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.2em;
}
.titulonot:hover {
	color: #5B0037;

}

.textonegro  {
	color: #000000;
}
.textonegro a {
	color: #000000;
	text-decoration: none;
}
.textonegro a:hover {
	text-decoration: underline;
}

.textogris  a {
	text-decoration: none;
	color: #000000;
}
.textogris a:hover {
	text-decoration: underline;
}


.textoblanco {
	color: #FFFFFF;
}
.textogris {
	color: #666666;
}

.enlace {
	font-weight: bold;
	color: #A10060;
	text-decoration: none;
}
.enlace:hover {
	text-decoration: underline;
}
.titulos {
	font-size: 1.2em;
	font-weight: bold;
}
.subtitulos {
	font-size: 1.2em;
	font-weight: bold;
	color: #999999;
}
