body {
  font-family: "Helvetica Neue", Helvetica, Arial;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #3b3b3b;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  background: #ffffff;
}

.wrapper {
  margin: 0 auto;
  padding: 40px;
  max-width: 1100px;
}

.table {
  margin: 0 0 40px 0;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  display: table;
}
@media screen and (max-width: 580px) {
  .table {
    display: block;
  }
}

.row {
  display: table-row;
  background: #f6f6f6;
}
.row:nth-of-type(odd) {
  background: #e9e9e9;
}
.row.header {
  font-weight: 900;
  color: #ffffff;
  background: #ea6153;
  text-align:center;
  font-size:18px;
}
#cuerpoCombosTabla > .table > .row.header {
  font-weight: 900;
  color: #ffffff;
  background: #ea6153;
  text-align:center;
  font-size:18px;
}
#cuerpoCombosTabla > .table:nth-child(2n+1) > .row.header {
  background: #2980b9 !important;
}
.dia{
	font-size:12px;
	}
.row.green {
  background: #27ae60;
}
.row.blue {
  background: #2980b9;
}
.row select{   
	text-align:center;
	font-size: 14px;
   line-height: 1;
   height: 24px;}

@media screen and (max-width: 580px) {
  .row {
    padding: 8px 0;
    display: block;
  }
}

.cell {
  padding: 6px 12px;
  display: table-cell;
}
.cellhoy{
  padding: 6px 12px;
  display: table-cell;
  background-color:#EAEAEA;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
}
.cellhoyarriba{
  padding: 6px 12px;
  display: table-cell;
  background-color:#2980b9;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
}
.cellhoyarribarojo{
  padding: 6px 12px;
  display: table-cell;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
}
.cellayer{
	  padding: 6px 12px;
  display: table-cell;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
	}
@media screen and (max-width: 580px) {
  .cell {
    padding: 2px 12px;
    display: block;
  }
}


.combowapo select { 
   width: 22%;
   padding: 5px;
   font-size: 14px;
   line-height: 1;
   height: 34px;
}


.deshabilitado {
    opacity: 0.5;
}
.celdaDia {
    text-align: center;
}
.vistaDiaHoy {
    display:none;
}
.vistaDiaManyana {
    display:none;
}