.titulo {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
}
.titulo_rojo {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;	
}
.titulo_azul {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #0066FF;	
}
.descripcion {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}
.descripcion_rojo {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #FF0000;
}
.descripcion_azul {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #0066FF;
}
.descripcion_negrita {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
.descripcion_negrita_rojo {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.descripcion_negrita_azul {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #0066FF;
}