body {
    font-family: Arial, sans-serif;
    background: #f5f5f5;
    padding: 20px;
    background-color: burlywood;
    width: 90%;
    text-align: center;
    margin: auto;

}

table.calendario {
    border-collapse: collapse;
    width: 80%;
    margin-top: 10px;
    background-color: rgb(235, 235, 199);
    align-items: center;
    margin: auto;
    box-shadow: 5px 5px rgba(5, 27, 11, 0.253);
    border-radius: 7px;
}

#formulario {
    background-color: transparent;
    text-align: center;
    margin: auto;
}

table {
    text-align: center;
}

td {
    background-color: rgb(235, 235, 199);
}

table.calendario th,
table.calendario td {
    border: 1px solid #ccc;
    width: 14.2%;
    height: 60px;
    vertical-align: top;
}

table.calendario td.pendiente {
    background-color: orange;
    color: white;
    font-weight: bold;

}

table.calendario td.realizada {
    background-color: rgb(67, 230, 67);
    color: white;
    font-weight: bold;
}

ul {
    list-style: none;
    padding-left: 0;
    font-size: 1em;
}

li {
    margin-bottom: 6px;
}

#fechas {
    text-align: center;
    background-color: transparent;
    font-size: 1.5em;
    width: auto;
    border: none;
}

#fechas:hover {
    background-color: rgb(189, 167, 138);
    width: 100%;
}

table.calendario th,
table.calendario td {
    border: 1px solid #ccc;
    text-align: center;
    width: 14.2%;
    height: 60px;
    vertical-align: middle;
    font-size: 2em;
}

th {
    background-color: rgb(53, 46, 46);
    color: bisque;
}

#horas {
    background-color: rgb(217, 245, 245);
    border: none;
    border-radius: 5px;
    margin: 10px;
    font-size: 1.1em;
}

#notas {
    background-color: antiquewhite;
    border: none;
    border-radius: 5px;
}

#botonEliminar {
    margin: 20px;
    margin-top: 5px;
    padding: 5px;
    font-size: 1em;
    border: none;
    border-radius: 5px;

}

#botonEliminar:hover {
    background-color: rgb(202, 218, 240);
}

#botonRealizado {
    margin: 20px;
    margin-top: 5px;
    padding: 5px;
    font-size: 1em;
    border: none;
    border-radius: 5px;

}

#botonRealizado:hover {
    background-color: rgb(202, 218, 240);
}

#botones {
    margin: 20px;
    margin-top: 5px;
    padding: 5px;
    font-size: 1em;
    border: none;
    border-radius: 5px;

}

#botones:hover {
    background-color: rgb(202, 218, 240);
}

#seleccion{
    border: none;
    border-radius: 5px;
    font-size: 1.1em;
}