.redondear {
    width:150px;
    height:150px;
    border-radius:160px;
    border:5px solid #000;
}
.fila10{
  background-color: #73BF4C;
}
.fila20{
  background-color: #fff;
}
.diaActivo{
  color: white; 
}
.diaInactivo{
  color: black; 
}
.horarioGeneralManana{
  margin: auto;
}
.horarioGeneralManana tr:nth-child(-n+3){/*Encabezado de tres filas*/
  /*background: linear-gradient(to right, rgba(169,180,85,1) 0%, rgba(116,192,89,1) 100%); */
  background: linear-gradient(to right, rgba(178,0,158,1) 0%, rgba(255,0,226,1) 100%); 
  text-align: center;
  font-size: 10px; 
}

.horarioGeneralManana tr:nth-child(2n+4){/*Fila 4*/
  /*background: linear-gradient(to right, rgba(255,255,255,0.93) 0%, rgba(255,255,255,0.92) 0%, rgba(246,246,246,0.92) 47%, rgba(237,237,237,0.92) 100%); */
  background: linear-gradient(to right, rgba(255,255,255,0.93) 0%, rgba(255,255,255,0.92) 0%, rgba(246,246,246,0.92) 47%, rgba(237,237,237,0.92) 100%); 
  text-align: center;
  font-size: 9px; 
}
.horarioGeneralManana tr:nth-child(2n+5){/*Fila 5*/
  /*background: linear-gradient(to right, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%); */
  text-align: center;
  font-size: 9px; 
}
.horarioGeneralManana tr:nth-child(9n+12){
 /* background: linear-gradient(to right, rgba(169,180,85,1) 0%, rgba(116,192,89,1) 100%); */
  text-align: center;
  font-size: 10px; 
  font-weight: bold;
}
.horarioGeneralTarde{
  margin: auto;
}
.horarioGeneralTarde tr:nth-child(-n+3){/*Encabezado de tres filas*/
  /*background: linear-gradient(to right, rgba(169,180,85,1) 0%, rgba(116,192,89,1) 100%); */
  text-align: center;
  font-size: 12px; 
}
.horarioGeneralTarde tr:nth-child(2n+4){/*Fila 4*/
  /*background: linear-gradient(to right, rgba(255,255,255,0.93) 0%, rgba(255,255,255,0.92) 0%, rgba(246,246,246,0.92) 47%, rgba(237,237,237,0.92) 100%); */
  text-align: center;
  font-size: 10px; 
}
.horarioGeneralTarde tr:nth-child(2n+5){/*Fila 5*/
  /*background: linear-gradient(to right, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%); */
  text-align: center;
  font-size: 10px;
}
.horarioGeneralTarde tr:nth-child(6n+9){
  /*background: linear-gradient(to right, rgba(169,180,85,1) 0%, rgba(116,192,89,1) 100%); */
  text-align: center;
  font-size: 10px; 
  font-weight: bold;
}  
.horarioPersonal{
  margin: auto;
  -webkit-box-shadow: 0px 3px 23px 12px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 23px 12px rgba(0,0,0,0.75);
    box-shadow: 0px 3px 23px 12px rgba(0,0,0,0.75);
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 5px solid gray;
}
.titulo{
  /*background: linear-gradient(to right, rgba(128,128,128,1) 0%, rgba(255,255,255,1) 100%);*/
  background: grey;
  /*background: linear-gradient(to right, rgba(107,178,81,1) 0%, rgba(64,168,25,1) 100%);*/
  text-align: center;
}

.fila1{
  background: linear-gradient(to right, rgba(255,255,255,0.93) 0%, rgba(255,255,255,0.92) 0%, rgba(246,246,246,0.92) 47%, rgba(237,237,237,0.92) 100%);
  text-align: center;
}

.fila2{
  background: linear-gradient(to right, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
  text-align: center;
}