
html, body{
    height: 100%;
    width: 100%;
}

th.fondo-verde{
    background-color: rgb(236, 255, 233);
}

th.fondo-rojo{
    background-color: rgb(253, 226, 240);
}

tr.fondo-amarillo-suave, td.fondo-amarillo-suave {
    background-color: #fdfce2;
}
tr.fondo-amarillo, td.fondo-amarillo {
    background-color: #fffbb6;
}
tr.fondo-verde-suave, td.fondo-verde-suave {
    background-color: #e2fde3;
}

tr.bg-rojo, td.bg-rojo{
    background-color: #301412 !important;
}
tr.bg-amarillo, td.bg-amarillo{
    background-color: #303012;
}
tr.bg-verde, td.bg-verde{
    background-color: #123018;
}

tr.bg-azul, td.bg-azul, th.bg-azul{
    background-color:#084298;
}

.link{
    color: #0d6efd;
}


