#tablas-programacion table,
#tablas-programacion table th,
#tablas-programacion table td,
#tablas-programacion table * {
    text-align: center;
    vertical-align: middle;
}

#tablas-programacion .table {
    border-collapse: collapse;
}

#tablas-programacion .table th,
#tablas-programacion .table td {
    border: 1px solid #cfcfcf;
}

#tablas-programacion .table tbody tr:not(:last-child) td {
    border-bottom: 2px solid #9e9e9e;
}

#tablas-programacion .table tbody tr:nth-child(odd) {
    background: #ffffff;
}

#tablas-programacion .table tbody tr:nth-child(even) {
    background: #eaf6fc;
}

#btn-programacionCompleta a {
    font-size: 1.35rem;
    text-decoration: none;
    transition: all .25s ease;
    color: white;
}

#btn-programacionCompleta a:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .2);
}

#btn-programacionCompleta {
    background-color: #14c167;
    margin-bottom: 1%;
}