  .findesemana { text-align: center; font-weight: bold; width: 14%; color: red; }
  .diadesemana { text-align: center; font-weight: bold; width: 14%; }
  .alquilado { background-color: yellow; border: 1px solid #B2A3A8; width: 14%; }
  .checkin { background-color: lime; border: 1px solid #B2A3A8; width: 14%; }
  .checkout { background-color: red; border: 1px solid #B2A3A8; width: 14%; }
  .checkinout { background-color: orange; border: 1px solid #B2A3A8; width: 14%; }
  .libre { background-color: #FFFFFF; border: 1px solid #EAEAEA; width: 14%; }
  .relleno { background-color: none; border: 1px solid #B2A3A8; color: none; }
  .titulo { background-color: #EAEAEA; }
  table.almanaque {
    width: 208px;
    border-spacing: 2px;
    padding: 0px;
    border: 0px;
    font-size: 10px;
    font-family: verdana;
  }
  table.precios {
    width: 100%;
    border-spacing: 2px;
    padding: 0px;
    border: 1px solid black;
    font-size: 10px;
    font-family: verdana;
  }