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

.titulosrojos {
	font-size: 1.4em;
	color: #FF0000;
}
.titulosrojos a {
	color: #FF0000;
	text-decoration: none;
}
.titulosrojos a:hover {
	text-decoration: underline;
}


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

.textoblanco {
	color: #FFFFFF;
	line-height: 1.4em;
}
.textoblanco a {
	color: #FFFFFF;
	text-decoration: none;
}
.textoblanco a:hover {
	text-decoration: underline;
}


.titularblanco {
	font-size: 2.2em;
	color: #FFFFFF;
}
.titularojo {
	font-size: 2.2em;
	color: #FF0000;
	font-weight: bold;
}
.titulargris {
	color: #999999;
	font-size: 1.5em;
}
.titulargris a {
	color: #999999;
	text-decoration: none;
}
.titulargris a:hover {
	text-decoration: underline;
}

.subtitularrojo {
	font-size: 1.2em;
	color: #FF0000;
	font-weight: bold;
}
.titularblancopeq {
	font-size: 1.1em;
	color: #FFFFFF;
}
.titularblancopeq a {
	color: #FFFFFF;
	text-decoration: none;
}
.titularblancopeq a:hover {
	text-decoration: underline;
}
.textorojo {
	color: #FF0000;
	line-height: 1.4em;
	font-weight: bold;
}
.titularblancopeq2 {
	font-size: 1.8em;
	color: #FFFFFF;
}
.titularblancopeq2 a {
	color: #FFFFFF;
	text-decoration: none;
}
.titularblancopeq2 a:hover {
	text-decoration: underline;
}
