.fondo-blue1
{
 /* background: #00abef; */
 background: #426199;
 color: #ffffff;
}
.fondo-blue2
{
 background: #026fc2;
 color: #ffffff;
}
.fondo-white
{
 background: #ffffff;
 color: #000000;
}

.fondo-black
{
 background: #000000;
 color: #ffffff;
}

.fondo-forestgreen
{
 background: #228B22;
 color: #ffffff;
}

.fondo-green
{
 background: #ADFF2F;
 color: #000000;
}

.fondo-dodgerblue4
{
 background: #104E8B;
 color: #ffffff;
}
.fondo-yellow
{
 background: #FFFF00;
 color: #000000;
}

.fondo-violetred
{
 background: #D02090;
 color: #ffffff;
}

.fondo-tomato
{
 background: #FF6347;
 color: #ffffff;
}

.fondo-steelblue4
{
 background: #36648B;
 color: #ffffff;
}

.fondo-deepskyblue4
{
 background: #00688B;
 color: #ffffff;
}

.fondo-lightgrey
{
 background: #DCDCDC;
 color: #000;
}

.fondo-slategrey
{
 background: #708090;
 color: #ffffff;
}

.fondo-slateblue4
{
 background: #473C8B;
 color: #ffffff;
}

.fondo-grey {
 background-color: #181717;
 color: #ffffff;
}

.fondo-grey97
{
 background: #EDEDED;
 color: #000000;
}
.fondo-sgiverylightgrey
{
 background: #D6D6D6;
 color: #000000;
}

.fondo-sgiverydarkgrey
{
 background: #282828;
 color: #ffffff;
}

.fondo-deeppink4
{
 background: #8B0A50;
 color: #ffffff;
}
.fondo-red
{
 background: #FF0000;
 color: #ffffff;
}

.fondo-greenyellow
{
 background: #ADFF2F;
 color: #000000;
}

.fondo-darkorange
{
 background: #d24726;
 color: #ffffff;
}

/* ----------------------------------- */
/* 2020 */
/* ----------------------------------- */

.fondo-brightGrey {
 background-color: #333333;
 color: #ffffff;
}
.fondo-brightBlue {
 background-color: #0c77eb;
 color: #ffffff;
}
.fondo-brightMove {
 background-color: #5d0fde;
 color: #ffffff;
}

.fondo-brightGreen {
 background-color: #26d844;
 color: #ffffff;
}

.fondo-brightYellow {
 background-color: #f8a025;
 color: #ffffff;
}
.fondo-brightOrange {
 background-color: #ff5a51;
 color: #ffffff;
}
