.tabla-estadistica{
    text-align: center;
    border: solid 1px #ffffff;
}

.tabla-estadistica td{
    border: solid 1px #ffffff;
}

.bg-dianulo{
    background-color: #eeeeee;
}

.titulo-dia{
    background-color: #aaaaaa;
    color: #eeeeee;
}

.tabla-estadistica .dia-seleccionable{
    cursor: pointer;
    transition: 0.2s;
}

.tabla-estadistica .dia-seleccionable:hover{
    background-color: cornflowerblue;
    color: whitesmoke;
}

.desplegable-alumnado-cantidad{
    transition: 0.2s;
    cursor: pointer;
}

.desplegable-alumnado-cantidad:hover{
    background-color: #eeeeee;
}