/* CSS Document */

/* ------- BACKGROUND COLOR -------*/
.bg_gris{
	color: #ffffff !important;
	background-color: #7b7b7b !important;
}
.bg_gris_claro{
	color: #ffffff !important;
	background-color: #CCCCCC !important;
}
.bg_verde{
	color: #ffffff !important;
	background-color: #4CAF50 !important;
}
.bg_verde_claro{
	color: #ffffff !important;
	background-color: #bcf1be !important;
}
.bg_amarillo {
	color: #ffffff !important;
	background-color: #fbb735 !important;
}
.bg_rojo {
	color: #ffffff !important;
	background-color: #eb403b !important;
}
.bg_rojo_claro {
	color: #ffffff !important;
	background-color: #f3a5a2 !important;
}
.bg_azul {
	color: #ffffff !important;
	background-color: #002D9E;
}
.bg_celeste {
	color: #ffffff !important;
	background-color: #4285f4 !important;
}
.bg_naranja {
	color: #ffffff !important;
	background-color: #C15700;
}
/* ------- FONTO COLOR -------*/
.c_gris{
	color: #7b7b7b !important;
	background-color: transparent!important;
}
.c_gris_claro{
	color: #CCCCCC !important;
	background-color: transparent!important;
}
.c_verde{
	color: #4CAF50 !important;
	background-color: transparent !important;
}
.c_verde_claro{
	color: #bcf1be !important;
	background-color: transparent !important;
}
.c_amarillo {
	color: #fbb735 !important;
	background-color: transparent !important;
}
.c_rojo {
	color: #eb403b !important;
	background-color: transparent !important;
}
.c_rojo_claro {
	color: #f3a5a2 !important;
	background-color: transparent !important;
}

.c_azul {
	color: #002D9E !important;
	background-color: transparent !important;
}
.c_celeste {
	color: #4285f4 !important;
	background-color: transparent !important;
}
.c_naranja {
	color: #C15700 !important;
	background-color: transparent !important;
}