.num {
    float: left;
    position: relative;
    padding: 0px 5px 0px 5px;
    display: block;
    margin: 20px;
    font-family: 'Questrial', cursive;
}

.num li {
    float: left;
    display: inline;
    width: 330px;
    height: 270px;
    overflow: hidden;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: -20px;
    margin-right: 20px;
    border: 1px solid #333;
    box-shadow: -1px -1px 3px rgba(0, 0, 0, 0.3);
    transition: all 400ms linear;
    background-color: rgba(53, 122, 136, 0.8);
    color: #fff;
}

.num h2 {
    position: absolute;
    z-index: 3;

    left: 20%;
    width: 60%;
    height: 85%;
    top: 62%;
    font-size: 20px;
    line-height: 130%;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1.5px;
    opacity: 0.9;
}

.num img {
    transition: all 1s linear;

}

.num img:hover {
    transform: scale(1.9);
    filter: opacity(15%);

}

.num li:hover {

    border: 3px solid #fff;
    border-radius: 50px;
    box-shadow: -1px -1px 16px rgba(171, 176, 192, 0.6);
    transition: all 1s linear;
}

#cita {
    float: left;
    display: inline;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    width: 80%;
    margin-left: 30px;
    margin-right: 30px;

}

#cita a {
    font-family: Arial, Tahoma;
    font-size: 18px;
    color: #000;
    display: block;
    outline: 0;
    text-decoration: none;
    padding: 20px 40px 20px 40px;
    margin-bottom: 20px;
    border-radius: 15px;
    font-weight: 400px;
    text-shadow: 1px 1px 0px #c7e9eb;
    box-shadow: 3px 3px 3px #29858b;
    background: #e5fbfb;
    -webkit-transition: color .4s linear;
    -moz-transition: color .4s linear;
    -ms-transition: color .4s linear;
    -o-transition: color .4s linear;
    transition: color .4s linear;
}


#cita a:hover {
    background: #98d3d7;
    color: #333;
    -webkit-transition: color .4s linear;
    -moz-transition: color .4s linear;
    -ms-transition: color .4s linear;
    -o-transition: color .4s linear;
    transition: color .4s linear;
}


Col {
    background: #d6bb70;
    color: white;
}

.sesion {
    display: inline-block;
    font-family: Arial;
    text-align: center;
    letter-spacing: 1px;
    margin-top: 50px;
    margin-bottom: 30px;
    width: %;
}

.sesion a {
    font-family: Myriad pro, Arial, Tahoma;
    font-size: 20px;
    color: #333;
    display: block;
    outline: 0;
    text-decoration: none;
    text-align: center;
    padding: 20px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: -50px;
    margin-left: 0px;
    width: 90%;


    border-bottom: 5px solid #005db0;
    font-weight: 100px;
    text-shadow: 1px 1px 1px #9da3b5;
    box-shadow: 1px 1px 10px rgba(120, 120, 120, 0.3);
}

.sesion span {
    font-family: Myriad pro, Arial, Tahoma;
    font-size: 20px;
    padding-left: 10px;
    color: #005db0;
}

 .verde {
  padding: 10px;
  text-align: center;
  width: 50px;
  
}

.verde a {
  display: block;
background: #98d3d7;
    font-family: Myriad pro, Arial, Tahoma;
    font-size: 16px;
    color: #333;
   text-shadow: 1px -1px 1px #9da3b5;
  text-decoration: none;
  padding: 15px;
  border-radius: 6px;

}

.verde a:hover {
background-color: rgba(53, 122, 136, 0.8);
  color: white;
}
.titulo-tabla {
    font-size: 27px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #333;
}

.table-custom {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.table-custom td {
    padding: 15px 20px;
    font-size: 16px;
    vertical-align: middle;
}

.table-custom a {
    text-decoration: none;
    color: #0056b3;
    font-weight: 500;
    transition: color 0.3s ease;
}

.table-custom a:hover {
    color: #d9534f; /* rojo elegante */
}

.table-custom tr:hover {
    background-color: #f9f9f9;
}
/*ESTILOS SESIONES*/
/* Solo afecta a las tablas con esta clase */
table.tabla-calendario {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

/* Encabezado principal */
table.tabla-calendario th {
  background: #005db0;
  color: #fff;
  padding: 8px;
  text-align: center;
  font-weight: bold;
}

/* Columna del mes */
table.tabla-calendario th[rowspan] {
  background: #72ade6;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  padding: 12px;
}

/* Días y responsables */
table.tabla-calendario td {
  background: #bedefc;
  padding: 8px;
  border: 1px solid #ccc;
}

/* Intercalar filas más claras */
table.tabla-calendario tr:nth-child(even) td {
  background: #e5f1fd;
}

/* Links dentro de la tabla */
table.tabla-calendario td a {
  color: #003d80;
  text-decoration: none;
}

table.tabla-calendario td a:hover {
  text-decoration: underline;
}

/* Texto rojo (no hay sesión) */
table.tabla-calendario td[style*="color:red"],
table.tabla-calendario td span[style*="color:red"] {
  color: red !important;
  font-weight: bold;
}
.botones-azul li{
    float: left;
    display: inline;
    background: rgb(45, 123, 197);
    text-align: center;
    font-family: Myriad pro, Arial, Tahoma;
    padding: 15px 5px 15px 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    margin-right: 20px;
    width: 400px;
    border: 1px solid #0000;
    border-radius: 5px 10px;
}
.botones-azul {
    float: left;
    display: inline;
    font-family: Myriad pro, Arial, Tahoma;
    list-style: none;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 5px;
    margin-right: 20px;
}
.botones-azul li a {
    font-family: Myriad pro, Arial, Tahoma;
    font-size: 16px;
    color: #ffffff;
    display: block;
    outline: 0;
    text-decoration: none;
    font-weight: bold;
}