
.gris-2{
	color: #868DB4;
}
.blanco {
	color: #fff !important;
}

.azul{
	color: #0073FF !important;  
}

.negro {
	color: #000 !important;
}

.bg-blanco{
	background-color: #fff !important;

} 
.bg-gris{
	background-color: #F5F5FC !important;

} 
.bg-gris-2{
	background-color: #868DB4 !important;

} 
.bg-gris-3{
	background-color: #C3C6D9 !important;

} 
.bg-azul{
	background-color: #0073FF !important;  
}
.bg-rojo{
	background-color: #ff0000 !important;  
}