/* CSS Document */

/* ------- BACKGROUND COLOR -------*/
.bg_negro{
	color: #ffffff !important;
	background-color: #000000 !important;
}
.bg_gris{
	color: #ffffff !important;
	background-color: #7b7b7b !important;
}
.bg_verde{
	color: #ffffff !important;
	background-color: #4CAF50 !important;
}
.bg_amarillo {
	color: #ffffff !important;
	background-color: #fbb735 !important;
}
.bg_rojo {
	color: #ffffff !important;
	background-color: #eb403b !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_blanco{
	color: #FFFFFF !important;
}
.c_gris{
	color: #7b7b7b !important;
	background-color: transparent!important;
}
.c_verde{
	color: #4CAF50 !important;
	background-color: transparent !important;
}
.c_amarillo {
	color: #fbb735 !important;
	background-color: transparent !important;
}
.c_rojo {
	color: #eb403b !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;
}