.centrado {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 235px;
    height: 52px;
    margin-left: -117.5px;
    margin-top: -26px;
    font-size: 24px;
}

.centrarImagen {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    font-size: 24px;
}
.contenedor_banner{
  position:relative;
  //background:#FFF;
  //background:#4aafbd;
  width:77%;
  float:left;
  max-width: 77%; max-height: 100%;
  height: 10vh;
  vertical-align: middle;
  display:inline-flex;
}
.contenedor_reproductor{
  position:relative;
  width:77%;
  float:left;
  max-width: 77%; max-height: 100%;
  vertical-align: middle;
  display:block;
   text-align:center;
   height: 100vh;
 /*display:inline-flex;*/
}
.contenedor_turnos{
  width:23%;
  float:left;
  height: 100vh;
  vertical-align: middle;
  display:inline-flex;
  position:relative;

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cae2b7+0,61c419+50,d4e2c9+100 */
//background: #b6cccf; /* Old browsers */
//background: -moz-linear-gradient(-45deg, #b6cccf 0%, #009cb1 50%, #b6dadf 100%); /* FF3.6-15 */
//background: -webkit-linear-gradient(-45deg, #b6cccf 0%,#009cb1 50%,#b6dadf 100%); /* Chrome10-25,Safari5.1-6 */
//background: linear-gradient(135deg, #b6cccf 0%,#009cb1 50%,#b6dadf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
//filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6cccf', endColorstr='#b6dadf',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.contenedor_reproductor img{
  max-width: 100%;
  max-height: 100%;
  margin:auto;
  display: inline-block;
  vertical-align: middle;
  height: 90%;
}
body{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6d6d6d+0,0e0e0e+100 */
//background: #6d6d6d; /* Old browsers */
//background: -moz-linear-gradient(-45deg, #6d6d6d 0%, #0e0e0e 100%); /* FF3.6-15 */
//background: -webkit-linear-gradient(-45deg, #6d6d6d 0%,#0e0e0e 100%); /* Chrome10-25,Safari5.1-6 */
//background: linear-gradient(135deg, #6d6d6d 0%,#0e0e0e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
//filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d6d6d', endColorstr='#0e0e0e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
background: #b6cccf; /* Old browsers */
background: -moz-linear-gradient(-45deg, #b6cccf 0%, #009cb1 50%, #b6dadf 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #b6cccf 0%,#009cb1 50%,#b6dadf 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #b6cccf 0%,#009cb1 50%,#b6dadf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6cccf', endColorstr='#b6dadf',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
//background: #b2d9de;
}
.contenedor_reproductor video{

}

.tabla_turnos{
width: 90%;
margin:auto;
border:1px;
vertical-align: middle;
position:relative;
}
.tabla_turnos{
    font-size:30px;
}
.tabla_turnos .filacab{
  background-color: #333;
  border:1px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding:15px 0px;
  color:#fff;
  width: 100%;
  font-size: 45px;
  clear:both;
  text-align: center;
}
.letra_caja{
  font-size: 35px;
}

.fila_hora{
  position: absolute;
  width:90%;
  padding:10px 0px;
  border-radius: 10px;
  bottom:20px;
  background-color: #333;
  color:#fff;
  left:5%;
  text-align: center;
  font-size: 35px;
}

.filaTurnos{
  border: 1px solid #333;
  padding:20px 0px 10px;
  text-align: center;
  font-size: 75px;
  font-weight: bold;
  line-height: 50px;

}
.turno_actual{
  padding-top:1vh;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 60px;
  font-weight: bold;
}
.filaTurnos .columna{

  display: inline-block;
}
.letraRoja{
  //color:#d30c0c !important;
  color:#fff !important;
}
.columna:first-child{

  padding-right: 5px;
  width:50%;
}
.columna:last-child{

  padding-left: 5px;
  width:30%;
}
table tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}

table tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}
.mejs-controls {display: none}
