.fondo {
    background: #FEF400;
    height: 100%;
}

.fondo_gris {
    background: #313131;
    color: aliceblue;
}

.fondo_gris a {
    color: aliceblue !important;
}
.fondo_gris1 {
    background: #313131;
    color: gold;
}
.fondo_gris1 a {
    color: gold !important;
}
/* Aquí es donde añadimos el azul */
.fondo_azul {
    background: #005f73;
    color: #ffffff;
}

.fondo_azul a {
    color: #ffffff !important;
}

/* Aquí es donde añadimos el verde */
.fondo_verde {
    background: #2d6a4f;
    color: #ffffff;
}

.fondo_verde a {
    background: #2d6a4f;
    color: #ffffff !important;
}

/* Aquí es donde añadimos el gris oscuro */
.fondo_gris2 {
    background: #212529;
    color: #ffffff;
}

.fondo_gris2  a {
    color: #ffffff !important;
}

/* PAGINACION */

.fondo_p {
    background: #800707;
    color: #ffffff;
}

.fondo_p  a {
    color: #800707 !important;
}

.fondo_crema {
    background: #F8F8F8;
}
