/*COLORES*/
.trojo{
	color: #E60025 !important;
}
.trojo_oscuro{
	color: #af0a23;
}
/*FONDOS*/
.fgrisclaro{
	background-color: #CCC !important;
}
/*ALINEACION*/
.alid{
	text-align: right;
}
.floatd{
	float: right;
}
/*MARGENES*/
.mart5{
	margin-top: 5px !important;
}