
.gris{
	color: #788BA2;
}
.gris-2{
	color: #BFCBD9;
}
.blanco {
	color: #fff !important;
}

.azul{
	color: #1616D8 !important;  
}

.bg-blanco{
	background-color: #fff !important;

} 
.bg-gris{
	background-color: #788BA2 !important;

} 
.bg-gris-2{
	background-color: #BFCBD9 !important;

} 
.bg-gris-3{
	background-color: #C3C6D9 !important;

} 
.bg-azul{
	background-color: #1616D8 !important;  
}
.bg-azul-2{
	background-color: #003B6D !important;  
}
.bg-fondo{
	background-color: #F0F5FC !important;  
}

.border-top-negro{
	border-top: 1px solid #000;

} 