@charset "utf-8";
.texto_generico {
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}

.h2 {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #00015E;
}
.principal {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color:#296C72;
}
.negro {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
}
.rojo {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
}
.h1
{
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color:#FFFFFF;
}

