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

.TITULO {
	font-family: Arial;
	font-size: 24px;
	font-weight: bolder;
	color: #000000;
	word-spacing: 1em;
}
.TITULO2 {
	font-family: "Britannic Bold";
	font-size: 24px;
	font-weight: bold;
	color: #FF0000;
}
.TITULO3 {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
}
.NORMAL {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
}
.CHICA {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.CHICACopia {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.blanca {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
}
