/* F O N D O S */

.fondo_celeste{
	background-color: #00aeef;
}
.fondo_blanco {
    background: #fff;
}
.fondo_azul{
	background-color: #005BAA !important;
}
.fondo_gris {
    background-color: #ebebeb;
}
.fondo_verde{
	background: #A0D468;
}
.fondo_rojo{
	background: #E9573E;
}
.fondo_amarillo{
    background: #F0AD4E;
}



/* B O R D E S */

.borde_inferior_gris-1 {
	border-bottom: 1px solid #ddd;
}
.borde_inferior_gris-2 {
	border-bottom: 2px solid #ddd;
}
.fondo_color_smoke{
	background:#f9f6f5;
}

.borde_rojo{
	border: 3px solid #E9573E;
}

/*  C O L O R E S  */

.color_blanco{
	color: #fff !important;
}
.color_verde{
	color: #008000 !important;
}
.color_rojo{
    color: #E9573E !important;
}
.color_celeste{
	color: #00aeef !important;	
}
.color_azul{
	color: #005BAA !important;
}
.color_gris{
	color: #666 !important;
}
.color_gris_gainsboro {
    color: #DCDCDC !important;
}
.color_gold{
	color:#FFD700 !important;
}
.color_amarillo{
    color: #F0AD4E;
}

