#outerdiv {
  width:100%;
  height:700px; 
  overflow:hidden;
  position:relative;
} 
#inneriframe {
  position:absolute;
  top:0px;
  bottom:0;
  right:0;
  left:0px;
  width:100%;
  height:100%;
  border:none;
  margin:0;
  padding:0;
  overflow:hidden;
  z-index:999999;
}

.menu-eventos {
  text-align      : left;
  font-size       : 12px;
  padding-top     : 5px;
}
.menu-eventos a{
  color           : black;
  text-decoration : none;  
}
.menu-eventos a:hover {
  color           : #02158C;
  text-decoration : underline;
}
.menu-eventos a:active {
  color           : #02158C;
}
.menu-salas {
  text-align      : left;
  font-size       : 1.1em;
  padding-top     : 5px;
}
.menu-salas a{
  color           : black;
  text-decoration : none;  
}
.menu-salas a:hover {
  color           : red;
  text-decoration : underline;
}
.menu-salas a:active {
  color           : red;
}
.tabla-input          { 
  text-align      : left;
  border          : 0;
  border-collapse : separate;
  border-spacing  : 10px 5px
}
.tabla-input td       { 
  text-align      : left;
  font-size       : 15px;
  white-space     : wrap;
  padding-top     : 5px
}
.tabla-input th       {
  text-align      : left;
  padding-top     : 5px;
  font-weight     : bold;
  border-collapse : separate;
  border-spacing  :  10px 5px
}
.tabla-general          { 
  text-align      : center;
  width           : 100% 
}
.tabla-general td       { 
  text-align      : left;
  font-size       : 14px;
  padding         : 5px;
  white-space     : wrap;
  vertical-align  : middle
}
.tabla-general th       {
  text-align      : center;
  font-size       : 16px;
  padding         : 5px;
  color           : blue;
  white-space     : nowrap;
  vertical-align  : middle
}
.msg_err                {
  text-align      : center;
  font-size       : 16px;
  font-weight     : bold;
  color           : red; 
  padding-top     : 15px;
}
.tabla-general-borde          { 
  width           : 100%; 
  border          : 1px solid black; 
}
.tabla-general-borde td       { 
  text-align      : center;
  font-size       : 14px;
  white-space     : wrap;
  vertical-align  : top;
  border          : 1px solid black; 
}
.tabla-general-borde th       {
  text-align      : center;
  font-size       : 16px;
  color           : darkblue;
  white-space     : nowrap;
  border          : 1px solid black; 
}
.tabla-planificacion    {
  font-family     : arial;
  font-size       : 15px;
  align           : center;
  border          : 1px solid navy; 
  width           : 100%;
}
.tabla-planificacion th   {
  font-size       : 14px;
  border          : 1px solid navy;
  background-color: lightblue;
  text-align      : center;
}
.tabla-planificacion td   {
  font-size       : 12px;
  border          : 1px solid navy; 
  height          : 50px; 
}
.tabla-planificacion-2    {
  font-family     : arial;
  font-size       : 15px;
  align           : center;
  border          : 1px solid navy; 
  width           : 75%;
}
.tabla-planificacion-2 th {
  font-size       : 14px;
  border          : 1px solid navy;
  background-color: lightblue;
  text-align      : center;
}
.tabla-planificacion-2 td {
  font-size       : 12px;
  border          : 1px solid navy; 
  height          : 25px; 
}
div.centrado-tabla        {
  text-align      : center;
  width           : 100%;
}    
div.centrado-tabla table  {
  margin: 0 auto;
  text-align: left;
}
.acciones {
  font-size       : 14pt;
  font-family     : 'Arial', Times, Georgia, serif;
  font-weight     : bold;
  color           : black;
  padding-top     : 5px;
  padding-left    : 10px;
  text-decoration : none;
}
.acciones a{
  color           : black;
}
a.acciones:hover {
  color           : orange;
  text-decoration : underline;
}
.sinopsis {
   text-align:left;
   color:#666666;
}
.sinopsis p{
  padding-bottom: 1em;
}
.video_responsive {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}
.video-responsive iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.fluidvids {
  width: 100%;
  position: relative;
}
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}#main {
  min-height: 250px;
  margin: 0px;
  padding: 0px;
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-flow: row;
  flex-flow: row;
  flex-wrap: wrap;
}
#main > esp {
  margin: 4px;
  padding: 5px;
  border: 1px solid #8888bb;
  border-radius: 7pt;
  background: lightgrey; /* #ccccff; */
  -webkit-flex: 1 6 150px;
  flex: 1 6 150px;
}
/* Too narrow to support three columns */
@media all and (max-width: 640px) {
  #main {
    -webkit-flex-flow: column;
    flex-flow: column;
  }
  #main > esp { /* Return them to document order */
    -webkit-order: 0;
    order: 0;
  }
  #main > esp {
    min-height: 250px;
    max-height: 250px;
  }
}
#comprar {
  min-height: 90px;
  max-width: 450px;
  margin: 0px;
  padding: 0px;
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-flow: row;
  flex-flow: row;
  flex-wrap: wrap;
}
#comprar > fila {
  margin: 0px;
  padding: 0px;
  border: 1px solid #8888bb;
  border-radius: 7pt;
  background: lightgrey; /* #ccccff; */
  -webkit-flex: 1 6 200px;
  flex: 1 6 200px;
}
/* Too narrow to support three columns */
@media all and (max-width: 240px) {
  #comprar {
    -webkit-flex-flow: column;
    flex-flow: column;
  }
  #comprar > fila { /* Return them to document order */
    -webkit-order: 0;
    order: 0;
  }
  #comprar > fila {
    min-height: 90px;
    max-height: 90px;
  }
        
.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	display:none;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: auto;
}
.modalDialog > div {
	width: 800px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
  -webkit-transition: opacity 400ms ease-in;
-moz-transition: opacity 400ms ease-in;
transition: opacity 400ms ease-in;
}
.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
.close:hover { background: #00d9ff; }}
