.rTable {
  display: table;
  width: 100%;
}

.rTableRow {
  display: table-row;
}

.rTableHeading {
  display: table-header-group;
  background-color: #ddd;
}

.rTableCell, .rTableHead {
  display: table-cell;
  /*padding: 3px 10px;*/
  /*width: 39px;*/
  border: 1px solid #eaeaea;
  text-align:center;
  font-size: 0.9em;
  height: 22px;
}

.rTableColumHead {
  width: 69px;
}
.rTableMes {
  /*display: table-caption;*/
  width:100%;
  border: 1px solid #eaeaea;
}

/*.rTableCell:hover{
background-color: orange;
}*/

.rTableHeading {
  display: table-colgroup;
  background-color: #ddd;
  font-weight: bold;
}

.rTableFoot {
  display: table-footer-group;
  font-weight: bold;
  background-color: #ddd;
}

.rTableBody {
  display: table-row-group;
}
.Planta{
  background: repeating-linear-gradient(
      -45deg,
      rgba(0, 0, 0, 0) 0px,
      rgba(0, 0, 0, 0) 1px,
      #ddd 1px,
      #ddd 2px
    );
    width: 150px;
    font-size: 20px;
}
.rRes {
  background-color: #FFC864;
  border: 0px solid #999999;
  border-top: 0px solid #aa0033;
  border-bottom: 0px solid #fff;
  cursor: pointer;
}
.rResEnt {
  border-left: 5px solid orange;
  border-top-left-radius: 5px;
  border-bottom-left-radius:5px;
}
.rOcu {
  background-color: red;
  border: 0px solid #999999;
  border-top: 5px solid #AA0033;
  border-bottom: 3px solid #fff;
  cursor: help;
}
.rOcuEnt {
  border-left: 3px solid #ffffff;
}
.rOcuFin{
  border-right: 2px solid green;
}
.over {
  background-color: #cccccc;
  border: 0px solid #cccccc;
  border-top: 5px solid #cc3366;
  border-bottom: 3px solid #fff;
}
.moving {
  /*background-color: #cccccc;
  border: 0px dashed #cccccc;
  border-top: 5px solid #cc3366;
  border-bottom: 3px solid #fff;*/
  opacity: 0.25;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
}
#div_error {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  font-size: 0.9em;
  color: #f0f0f0;
  text-align: center;
  font-weight: bold;
  background-color: red;
  display: none;
}
.ultimo_dia{
border-right: 5px solid orange;
border-top-right-radius: 5px;
border-bottom-right-radius:5px;
}

.info-reserva {
  font-size: 12px;
  color: #333;
  padding: 5px;
  background-color: rgba(249, 249, 249, 0.8);
  border: 1px solid #ddd;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none; /* Para que no interfiera con el drag and drop */
}