@charset "UTF-8";
/* CSS Document */

.normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
}
.Titular {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #CC0000;
	text-align: left;
}
.normalbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	font-weight: bold;
}
.titularcontenido {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #336633;
	font-weight: bold;
	text-decoration: underline;
	font-style: italic;
}
.titularcontenidoverde {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FF6600;
	font-weight: bold;
	text-decoration: underline;
	font-style: italic;
}
.titularcontenidoazul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #000033;
	font-weight: bold;
	text-decoration: underline;
	font-style: italic;
}
.titularcontenidorojo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
	font-style: italic;
}
.titularcontenidoamarillo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFCC00;
	font-weight: bold;
	text-decoration: underline;
	font-style: italic;
}
