.tabla-cuadro {
  font-size: 16px;
  background-color: rgb(216, 203, 168);
  text-align: center;
  padding: 5px;
 
  border:2px solid red;
}

.tabla-cuadro tr {
  margin: 0;
  padding: 0;
}

.tabla-cuadro td {
  margin: 0;
  padding: 0;
}

.tabla-cuadro ul li {
  list-style: none;
}

.contenedor-cuadro ul li div {
  font-size: 0.75em;
  padding: 3px;
  margin: 0px;
  background-color: green;
  color: #fff;
  line-height: o.6em;
}

.contenedor-cuadro div {
  font-family: Arial, Helvetica, sans-serif;
  align-content: center;
  justify-content: center;
  padding: 5px;
}

.celda-cabecera {
  height: 30px;
  /* display: flex; */
  font-size: 0.7em;
  font-weight: 600;
  background-color: #233961;
  color: #fff;
  align-content: center;
  text-align: center;
  font-family: Arial, Helvetica, sans-serifs;
  min-width: 140px;
  border:2px solid white;
}

.celda-limbo {
  display: flex;
  background-color: green;
}

.celda-ausencias {
  display: flex;
  background-color: blue;
}

.celda-seccion {
    /* display: flex; */
    font-size: 0.7em;
    font-weight: 600;
    background-color: #fd876c;
    color: #fff;
    align-content: center;
    text-align: center;
    height: 30px;
    font-family: Arial, Helvetica, sans-serifs;
    border: 2px solid white;
}

.celda-limbo {
  display: flex;
  font-size: 0.8em;
  font-weight: 600;
  background-color: green;
  color: #fff;
  align-content: center;
  text-align: center;
  height: 30px;
  font-family: Arial, Helvetica, sans-serifs;
}

.celda-ausencias {
  display: flex;
  font-size: 0.8em;
  font-weight: 600;
  background-color: blue;
  color: #fff;
  align-content: center;
  text-align: center;
  height: 30px;
  font-family: Arial, Helvetica, sans-serifs;
}

.celda-cero {
  font-size: 1em;
  background-color: #000;
  color: #fff;
  vertical-align: top;
  text-align: center;
  width: 30px;
  border:2px solid white;
}

.celda-cero-cabecera {
    font-size: 1em;
    background-color: #233961;
    color: #fff;
    vertical-align: top;
    text-align: center;
    width: 30px;
    border: 2px solid white;
}

.celda-cero-cabecera-secc {
    font-size: 1em;
    background-color: #fd876c;
    color: #fff;
    vertical-align: top;
    text-align: center;
    width: 30px;
    border: 2px solid white;
}

.celda-cero .dia-mes {
  font-size: 0.75em;
}

.celda-cuadro {
    font-size: 0.8em;
    vertical-align: top;
    text-align: center;
    background-color: #e8f7c5 !important;
    color: #000;
    height: 140px;
    min-width: 140px;
    max-width: 300px;
    border: 2px solid white;
}

.celda-cuadro-hoy {
    font-size: 0.8em;
    vertical-align: top;
    text-align: center;
    background-color: #fff599 !important;
    color: #000;
    height: 140px;
    min-width: 140px;
    max-width: 300px;
    border: 2px solid white;
}
.celda-cuadro-pasado {
    font-size: 0.8em;
    vertical-align: top;
    text-align: center;
    background-color: #dde3ce !important;
    color: #000;
    height: 140px;
    min-width: 140px;
    max-width: 300px;
    border: 2px solid white;
}
.celda-disponibles {
    font-size: 0.8em;
    vertical-align: top;
    text-align: center;
    background-color: #f7dec5;
    color: #000;
    min-height: 140px;
    max-height: 300px;
    display: table-cell;
}

.celda-limbo {
    font-size: 0.8em;
    vertical-align: top;
    text-align: center;
    background-color: #caf7c5;
    color: #000;
    min-height: 140px;
    max-height: 300px;
    display: table-cell;
}

.celda-ausencias {
    font-size: 0.8em;
    vertical-align: top;
    text-align: center;
    background-color: #cceff9;
    color: #000;
    min-height: 140px;
    max-height: 300px;
    display: table-cell;
}


