 *{
	margin:0;
	padding:0;
	border:0;
}
#marcovideo     {
	float:left;
	width:425px;
	margin-left: 80px;
}





body{
	text-align:center;
	background-color: #FFFFFF;
	width: 1000px;
	position: relative;
	left:50%;
	margin-left:-500px;
	background-image: url(Fondo_SALA.jpg);
	}




#contenedor{
	position:relative;
	text-align:left;
	width:1000px;
	margin:auto;
	background-color: #FFFFFF;
	}


#contenedor #cabecera {
	background-image: url(Fondo_cabecera0001.jpg);
	display: block;
	float: left;
	height: 154px;
	width: 1000px;
}

#contenedor #botonera {
	position:relative;
	background-color: #006E7F;
	z-index:100;
}


#contenedor #botonera ul {
	list-style-type: none;
}

*html #contenedor #botonera ul{
	position:absolute;
	top:0px;
	left:0px;
}

*html #contenedor #cuerpo{
    margin-top:30px;
}

#contenedor #botonera ul li.nivel1 {
	float: left;
	width:80px;
	text-align: center;
}

/*.ancho  {
	float: left;
	width:150px;
	text-align: center;
}


#contenedor #botonera ul li.activado {
	color: #FFFFFF;
}
*/

#contenedor #botonera ul li a {
	display:block;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 80px;
	line-height: 30px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006E7F;
	height: 30px;
	position:relative;
}

/* #contenedor #botonera ul li.ancho a {
	width: 150px;
}
*/

#contenedor #botonera ul li:hover {
	position:relative;
}

#contenedor #botonera ul li a:hover, #contenedor #botonera ul li:hover a.nivel1 {
	position:relative;
	color: orange;
}


*html #contenedor #botonera ul li a:hover{
   	background-color:#0095AA;
}


#contenedor #botonera ul li a.nivel1{
	display: block!important;
      display: none;
	position: relative;
}	


#contenedor #botonera ul li ul{
	display: none;
	background-color:transparent;
}


#contenedor #botonera ul li a:hover ul, #contenedor #botonera ul li:hover ul{
	display:block;
	position:absolute;
	background-color:#0095AA;
	left:0px;
}



#contenedor #botonera ul li ul li{
	background-color:transparent;

}

#contenedor #botonera ul li ul li a{
 width:170px;
 text-align:left;
 margin-left:5px;
 background-color:transparent;

}


#contenedor #botonera ul li ul li a:hover{
	color:orange;
	position:relative;
}

table.falsa {border-collapse:collapse;
border:0px;
float: left;
position: relative;
}








#contenedor #cuerpo {
	display: block;
	width: 1000px;
	font-family: Arial, Helvetica, sans-serif;
	color: #006E7F;
	clear:both;
	z-index:1;
}



#contenedor .general_margen {
	margin-right: 5px;
	margin-left: 5px;
	overflow: auto;
}


#contenedor #columna1 {
	display: block;
	background-color:white;
	width:175px;
	position: absolute;
	top:184px;
	padding-top:10px;
	z-index:1;
}

#contenedor #columna2{
	position:absolute;
	display:inline;
	background-color:white;
	width:825px;
	left: 175px;
	padding-top:10px;
	overflow:auto;
	z-index:1;
}

#contenedor #columna2 .ficha_y_repre{
	width:825px;
	margin-bottom:20px;
	}

#contenedor #columna2 .ficha_y_repre_estrecha{
	width:412px;
	margin-bottom:20px;
	}

#contenedor #columna2 .fondo_transparente{
      background-image: url(cuadrado.png);
	overflow:auto;
}


#contenedor #columna2  h2{
	color:orange;
}

#contenedor #columna2  .h2_infantil{
	color: #0098aa;
}

#contenedor #columna2 h4{
	float:left;
	clear:left;
	margin-top:10px;
}

#contenedor #columna2 .fecha_titulo{
	float:left;
}

#contenedor #columna2 .doble_sesion{
	clear:none;	
	margin-left:10px;
}


#contenedor #calendario {
  z-index:1;
}

#contenedor #calendario caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006E7F;
}

#contenedor #calendario table {
	background-color: #AACAF0;
	padding-left: 0px;
	border: 1px solid #006E7F;
	margin: 0em 1.2em .5em 1.2em;
}


#contenedor #columna1 .calendario_infantil table {
	background-color: #AACAF0;
	padding-left: 0px;
	border: 1px solid #ff828c;
	margin: 0em 1.2em .5em 1.2em;
}


#contenedor #columna1 .calendario_infantil table {
	background-color: #f5bace;
}

#contenedor #calendario thead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006E7F;
}




#contenedor #calendario thead td {
	text-align:center;
	background-color: #FFFFFF;
}

#contenedor #columna1 .calendario_infantil thead td {
	text-align:center;
	background-color: #c8e2ea;
}



#contenedor #calendario table tbody tr td {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}


 #contenedor #calendario tbody a:visited {
	color: #006E7F;
}


#contenedor #calendario tbody a:hover {
	color: #FC6810;
}


#contenedor #calendario tbody a {
	display:block;
	width: 17px;
	text-decoration: none;
	background-color:white;
	color: #006E7F;
}

#contenedor #calendario tbody .dia_marcado{
	background-color:yellow;
	}

#contenedor #columna1 .calendario_infantil tbody .dia_marcado{
	background-color:#ff828c;
	}



#contenedor #columna2 .enlace_reserva_infantil{
	text-decoration:none;
	background-color:#7E9EE5;
	color:white;
	padding:3px;
}

#contenedor #columna2 .enlace_reserva_infantil:hover{
	color:yellow;
}


#pie{
	position:absolute;
	width:1000px;
	display:inline;
	background-color: #006E7F;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	font-weight: normal;
	padding:.5em 0 .5em;
	font-family: Arial, Helvetica, sans-serif;
	z-index:2;
}

#pie p{
	margin-bottom:0;
}


#pie a{
   color: yellow;
   text-decoration:none;
 }


#pie a:hover{
   color: orange;
}

#contenedor #columna2 .espectaculo{
	width:825px;
	float:left;
}

#contenedor #columna2 .espectaculo_estrecha{
	width:412px;
	float:left;
}



#contenedor #columna2 .ficha_y_repre .columna_ficha{	
	display:block;
	width:500px;
	float:left;
	clear:left;
}

#contenedor #columna2 .ficha_y_repre_estrecha .columna_ficha_estrecha{	
	display:block;
	width:392px;
	float:left;
	clear:left;
}



#contenedor #columna2 .ficha_y_repre .columna_ficha .ficha {
	background-color: #006666;
	display: block;
	width: 480px;
	float:left;
	margin-top:10px;
	margin-bottom:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #FFFFFF;
	padding: 10px; 
	background-repeat: no-repeat;
	clear:left;
}




#contenedor #columna2 .ficha_y_repre_estrecha .columna_ficha_estrecha .ficha_estrecha {
	background-color: #006666;
	display: block;
	width: 372px;
	float:left;
	margin-top:10px;
	margin-bottom:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #FFFFFF;
	padding: 10px; 
	background-repeat: no-repeat;
	clear:left;
}

#contenedor #columna2 .ficha_y_repre .columna_ficha .ficha_infantil {
	background-color: #e14c68;
}

#contenedor #columna2 .ficha_y_repre_estrecha .columna_ficha_estrecha .ficha_infantil {
	background-color: #e14c68;
}

#contenedor #columna2 .ficha img {
	float:right;
	margin-left:1em;
	}

#contenedor #columna2 .ficha_estrecha img {
	float:right;
	margin-left:1em;
	}



#contenedor #columna2 .ficha .companhia{
	text-align:left;
	font-size:16px;
	}

#contenedor #columna2 .ficha_estrecha .companhia{
	text-align:left;
	font-size:16px;
	}



#contenedor #columna2 .ficha .titulo{
	color:yellow;
	float:none;
	text-align:left;
	font-size:18px;
	background-color:transparent;
	padding:0;
	display:inline;
	}

#contenedor #columna2 .ficha_estrecha .titulo{
	color:yellow;
	float:none;
	text-align:left;
	font-size:18px;
	background-color:transparent;
	padding:0;
	display:inline;
	}





#contenedor #columna2 .ficha .sinopsis{
	text-align:justify;
	}

#contenedor #columna2 .ficha_estrecha .sinopsis{
	text-align:justify;
	}


#contenedor #columna2 .ficha .mas_info{
	display:block;
	float:left;
	margin-top:5px;
	color:orange;
	padding:2px;
	text-decoration:none;
	}


#contenedor #columna2 .ficha_estrecha .mas_info{
	display:block;
	float:left;
	margin-top:5px;
	color:orange;
	padding:2px;
	text-decoration:none;
	}

#contenedor #columna2 .ficha_infantil .mas_info_infantil{
	color:#f6bbce;
}

#contenedor #columna2 .ficha .mas_info:hover{
	color:yellow;
	}

#contenedor #columna2 .ficha_estrecha .mas_info:hover{
	color:yellow;
	}


#contenedor #columna2 .representaciones{
	display:block;
	margin-left:20px;
	width:285px;
	float:left;
	}

#contenedor #columna2 .representaciones h3{
	margin-top:5px;
	margin-bottom:10px;
	}


#contenedor #columna2 .representaciones p{
	font-size:12px;
	margin-bottom:15px;
	}


.ficha_grande img {
	border: 3px solid #006666;
}
.ficha_grande   .vertical_izqda {
	width: 200px;
	clear: left;
	float: left;
	margin-right: 10px;
}
.ficha_grande   .apaisada_izqda   {
	float: left;
	margin-right: 10px;
	margin-left: 0px;
	clear: left;
	background-color: #0099CC;
	height: 200px;
}
.ficha_grande    .vertical_dcha  {
	float: right;
	margin-right: 0px;
	margin-left: 10px;
	width: 200px;
}
.ficha_grande   .apaisada_dcha  {
	clear: right;
	float: right;
	height: 200px;
	margin-right: 0px;
	margin-left: 10px;
}




.ficha_grande {
	width: 700px;
	font-size: 12px;
	color: #666666;
	padding: 30px 150px 10px 150px;
	overflow:auto;
	background-color: #FFF;
	text-align: left;
	font-weight: normal;
}
.ficha_grande h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9900;
	font-size: 24px;
	text-align: left;
}
.ficha_grande h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #009393;
	text-align: left;
	font-style: normal;
}
.ficha_grande h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #900;
	text-align: left;
	margin-bottom: 2px;
}
.ficha_grande .en_linea {
	float: left;
	margin-bottom: 0px;
	font-size: 14px;
	margin-right: 5px;
	color: #007979;
}


.ficha_grande p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #005E5E;
	background-repeat: repeat;
	text-align: justify;
}





.columna2 .formulario{
	}


.columna2 .contenedor_formulario{
	text-align:left;
	font-size:12px;
	}

.contenedor_formulario form{
	margin-top:10px;
}

.contenedor_formulario input
{
 margin-bottom:5px;
 font-size:13px;
}

.contenedor_formulario label
{
width: 90px;
font-size:12px;
float: left;
text-align: right;
margin-right: 0.5em;
display: block;
margin-bottom:5px;
}

.contenedor_formulario .label_largo
{
display:inline;
text-align:left;
width:150px;
}

.contenedor_formulario fieldset
{
 width:260px;
 background-color:orange;
}

.contenedor_formulario legend
{
	margin:0 0 1em 1em;
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
}


.respuesta_formulario{
	text-align:center;
	}

.fecha_representacion{
	display:block;
	width:250px;
	margin-bottom:4px;
	text-align:right;
	overflow:auto;
}


.boton_reservar{
  width:60px;
  height:15px;
  background-color:orange;
  text-align:center;
  text-decoration:none;
  color: white;
  margin-left:2px;
  padding:1px;
}

.hueco_reservar{
  width:60px;
  height:15px;
  background-color:white;
  text-align:center;
  text-decoration:none;
  color: white;
  margin-left:2px;
  padding:1px;

  }
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #006E7F;
	background-color: #FD6911;
	font-weight: bold;
	padding-left:5px;
	display:block;
	width:985px;
	z-index:10;
}
.subtitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FD6911;
}
.textospantallas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006E7F;
	margin-left:5px;
}


.patrocinio_fondo{
   	background-image: url(Fondo_patrocinio_2.jpg);
}
.imagenred {
	width: 79px;
	position: absolute;
	left: 250px;
	top: 457px;
}
.imagenacta {
	position: absolute;
	left: 64px;
	top: 493px;
}
.textospatrocinio6 {
	position: absolute;
	left: 0px;
	top: 576px;
	width: 196px;
}


.imagenescenarios {
	position: absolute;
	left: 418px;
	top: 495px;
}
.textoministerio {
	position: absolute;
	left: 14px;
	top: 78px;
}





.patrocinio_margen{
 margin-left:5px;	
 margin-right:5px;
 position:relative;
}


.venta_fondo{
	background-image: url(Fondo_venta_entradas.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	overflow:auto;
}

.venta_margen{
 margin-left:5px;
 margin-right:5px;
 overflow:auto;
}


.ZI_fondo{
	background-image: url(fotos/Fondo_ZI.png);
   	
}



.ZI_color{
 	color: #e14c68;
}


.imagenministerio {
	position: absolute;
	left: 562px;
	top: 116px;
}
.imagenjunta {
	width: 101px;
	position: absolute;
	left: 595px;
	top: 249px;
}
.imagenicas {
	width: 111px;
	position: absolute;
	left: 63px;
	top: 256px;
	height: 59px;
}

#texto_patrocinio1 {
	position: absolute;
	left: 570px;
	top: 199px;
	text-align: center;
}
#texto_patrocinio2 {
	position: absolute;
	left: 548px;
	top: 358px;
}
#texto_patrocinio3 {
	position: absolute;
	left: 34px;
	top: 350px;
}
#texto_patrocinio4 {
	position: absolute;
	left: 216px;
	top: 577px;
	width: 160px;
}
#texto_patrocinio5 {
	position: absolute;
	left: 396px;
	top: 576px;
}



#nuevos_datos{
	margin-top:10px;
	margin-left:200px;
}

#nuevos_datos form{
	border:1px solid black;
	padding:5px;
	background-color:#CFCCCB;
	width:600px;
}

#nuevos_datos .formulario_datos fieldset{
	text-align:left;
}


#nuevos_datos  label{
	width: 85px;
	font-size:12px;
	float: left;
	clear:left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	margin-top:3px;
	margin-bottom:3px;
}

#nuevos_datos .nuevos_datos_infantil fieldset label{
	width: 120px;
	margin-left:10px;
}

#nuevos_datos .misma_linea{
	font-size:12px;
	float:none;
	text-align: right;
	margin-right: 0.5em;
	display: inline;
	margin-top:3px;
	margin-bottom:3px;
}
.subtitulo_barra {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.patrocinio_subtitulo_libre {
	position: absolute;
	left: 655px;
	top: 418px;
}
.patrocinio_subtitulo_libre2 {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FD6911;
	font-weight: bold;
	left: 25px;
	top: 416px;
}


.imagentitirimundi {
	position: absolute;
	left: 657px;
	top: 504px;
}
#textopatrocinio7 {
	position: absolute;
}
#contenedor .redondo_transparente  {
	overflow: auto;

}
#contenedor    .redondo_transparente .left   {
	background-image: url(NO.png);
	height: 10px;
	background-repeat: no-repeat;
	overflow: hidden;
	background-position: top left;
}
#contenedor       .redondo_transparente       .left .right     {
	background-image: url(NE.png);
	background-repeat: no-repeat;
	height: 10px;
	background-position: top right;
	margin-left: 10px;
}
#contenedor    .redondo_transparente .center     {
	height: 10px;
	background-image: url(cuadrado.png);
	margin-right: 10px;
	overflow: hidden;
}
#contenedor      .redondo_transparente .fondo    {
	background-image: url(cuadrado.png);
}
#contenedor    .redondo_transparente  .contenido_redondo_transparente  {
	margin-right: 10px;
	margin-left: 10px;
	overflow: auto;
}
#contenedor   .redondo_transparente .bottom_left  {
	height: 10px;
	background-image: url(SO.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	overflow: hidden;
}
#contenedor     .redondo_transparente     .bottom_left .bottom_right   {
	background-image: url(SE.png);
	height: 10px;
	background-position: bottom right;
	background-repeat: no-repeat;
	margin-left: 10px;
	overflow: hidden;
}
#contenedor     #contactoprensa_columna1  #marco01            {
	width: 300px;
	float: left;
	display: block;
	margin-top: 60px;
	margin-left: 340px;
}
*html #contenedor .redondo_transparente {
	overflow: auto;
	background-color: #CCCCCC;
}

.textospantallas_patrocinio_7 {
	position: absolute;
	left: 656px;
	top: 571px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006E7F;
}

.contactoprensa_fondo {
	background-repeat:no-repeat;
	overflow:auto;
	background-image: url(fotos/fondo_contactoprensa.png);
}
#contactoprensa_columna1 {
	height: 200px;
	width: 950px;
	background-repeat: no-repeat;
}

.Lasalaceroteatro {
	background-image: url(fotos/Fondo_Lasalaceroteatro.png);
}


#contenedor .Lasalaceroteatro #marco01 {
	width: 475px;
	float: left;
	display: block;
	margin-top: 15px;
	margin-left: 10px;
}

#contenedor .Lasalaceroteatro #marco02 {
	width: 475px;
	float: left;
	display: block;
	margin-top: 15px;
	margin-left: 15px;
}
#contenedor .Lasalaceroteatro #marco03 {
	width: 475px;
	float: left;
	display: block;
	margin-top: 15px;
	margin-left: 10px;
}
#contenedor .Lasalaceroteatro #marco04 {
	width: 475px;
	float: left;
	display: block;
	margin-top: 15px;
	margin-left: 15px;
}
.Caracteristicas_tecnicas {
	background-image: url(Fondo_caracteristicas_tecnicas.jpg);
}
.Lasalaceroteatro #imagenequipo {
	background-image: url(fotos/foto_equipo_almohadilla.png);
	height: 90px;
	display: block;
}

.Lasalaceroteatro #imagencontacto {
	background-image: url(fotos/fondo_contacto_almohadilla.png);
	height: 90px;
	display: block;
}
.Lasalaceroteatro #imagenhistoria {
	background-image: url(fotos/fondo_contactoprensa_historia.png);
	height: 90px;
	display: block;
}
.Lasalaceroteatro #imagencaracteristicas {
	background-image: url(fotos/fondo_caract_almohadilla.png);
	height: 90px;
	display: block;
}
.Contacto {
	background-image: url(fotos/Fondo_contacto.png);
}

#contenedor .Contacto #marco01 {
	width: 350px;
	float: left;
	display: block;
	margin-top: 30px;
	margin-left: 340px;
}
.descargas {
	background-image: url(fondo_descargaprensa.jpg);
}
#contenedor  .descargas #marco01 {
	width: 317px;
	float: left;
	display: block;
	margin-top: 15px;
	margin-left: 10px;
	margin-bottom: 15px;
}
#contenedor .descargas #marco02 {
	width: 317px;
	float: left;
	display: block;
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
}
#contenedor  .descargas  #marco03 {
	width: 317px;
	float: left;
	display: block;
	margin-left: 10px;
}
#contenedor .descargas #marco04 {
	width: 317px;
	display: block;
	margin-top: 15px;
	margin-left: 10px;
	margin-bottom: 15px;
	float: left;
}

.titulodossier {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #006E7F;
	background-color: #666633;
	font-weight: bold;
	display:block;
	width:297px;
	z-index:10;
}
.titulofotos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #006699;
	font-weight: bold;
	display:block;
	width:297px;
	z-index:10;
}

.tituloconvocatorias {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #666666;
	font-weight: bold;
	display:block;
	width:297px;
	z-index:10;
	color: #FFF;
}
.textodossiers {
	float: left;
	margin-left: 10px;
}
.fototextodossiers {
	overflow: auto;
	clear: left;
	float: left;
	width: 293px;
	margin-top: 20px;
}

.fotodossiers {
	float: left;
}
.Zonaprensa {
	background-image: url(fotos/Fondo_Lasalaceroteatro.png);
}
#contenedor .Zonaprensa #marco01 {
	width: 475px;
	float: left;
	display: block;
	margin-top: 15px;
	margin-left: 10px;
}
#contenedor .Zonaprensa #marco02 {
	width: 475px;
	float: left;
	display: block;
	margin-top: 15px;
	margin-left: 15px;
}
.Zonaprensa  #imagendescargas {
	background-image: url(fotos/fondo_descargaprensa_almohadilla.png);
	height: 90px;
	display: block;
}
.Zonaprensa #imagencontactoprensa {
	background-image: url(fotos/fondo_contactoprensa_almohadilla.png);
	height: 90px;
	display: block;
}
#contenedor .Equipo #marco01 {
	width: 440px;
	float: left;
	display: block;
	margin-top: 100px;
	margin-left: 285px;
}
#contenedor .equipo_izquierda {
	clear: left;
	float: left;
	width: 205px;
	margin-right: 5px;
	text-align: right;
	line-height:25px;
}
#contenedor .equipo_derecha {
	float: left;
	width: 210px;
	line-height:25px;
}

.Equipo {
	background-image: url(Fondo_equipo.jpg);
}
.cartel_despedida {
	float: left;
	width: 240px;
	margin-left: 30px;
}
.ficha_grande #subtexto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #005E5E;
	margin-left: 50px;
}
.boton_entradas{
   width:200px;
  height:100px;
  display:block;
  margin-left:2px;
  float:right;

 }

.hueco_entradas{
  width:100px;
  height:50px;
  display:block;
  margin-left:2px;
  float:left;
}

#contenedor #columna2 .ficha_y_repre .columna_ficha .compre_entradas{
	display:block;
	float:left;
	clear:left;
	font-size:12px;
	width:490px;
}
.desencaja {
	left: 30px;
}
.comunicados {
	background-color: #009091;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.textocomunicados {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006E7F;
	text-align: justify;
	font-weight: normal;
}
#marcovideocara {
	float:left;
	width:560px;
	margin-left: 80px;
	height: 340px;
}
#marcovideoserda {
	float:left;
	width:425px;
	margin-left: 80px;
	height: 344px;
}
#marcovideomago {
	float:left;
	width:425px;
	margin-left: 80px;
	height: 344px;
}
#marcovideoana {
	float:left;
	width:425px;
	height: 344px;
	margin-right: 15px;
}
#marcovideosala {
	float:left;
	width:425px;
	height: 344px;
	margin-right: 15px;
}
.textoshistoria {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006E7F;
	margin-left:5px;
	margin-right: 5px;
}
.Historia {
	background-image: url(fotos/Fondo_historia.png);
}
#contenedor .Historia #marco01 {
	width: 800px;
	float: left;
	display: block;
	margin-top: 0px;
	margin-left: 100px;
}
.ficha_grande .apaisadal_izqdavideo {
	width: 350px;
	clear: left;
	float: left;
	margin-right: 10px;
	height: 290px;
	margin-bottom: 10px;
}
#contenedor .venta #marco01 {
	width: 450px;
	float: left;
	display: block;
	margin-top: 15px;
	margin-left: 30px;
	margin-bottom: 15px;
}
#contenedor .venta #marco02 {
	width: 450px;
	float: left;
	display: block;
	margin-top: 15px;
	margin-left: 30px;
	margin-bottom: 15px;
}
.venta {
	background-image: url(fotos/Fondo_venta_entradas.png);
}
.tituloventa {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	background-color: #CC0;
	font-weight: bold;
	display:block;
	width:429px;
	z-index:10;
	height: 20px;
	float: left;
}
.tituloventa2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	background-color: #09C;
	font-weight: bold;
	display:block;
	width:429px;
	z-index:10;
}
.textoventa {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006E7F;
	margin-left: 5px;
	float: left;
	width: 300px;
	text-align: left;
	margin-bottom: 15px;
	margin-top: 10px;
}
.textoventaestrecho {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006E7F;
	margin-left: 5px;
	float: left;
	width: 200px;
	text-align: left;
	margin-bottom: 15px;
	margin-top: 10px;
}
.imgventa {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006E7F;
	font-weight: normal;
	margin-left: 5px;
	width: 100px;
	float: left;
	margin-top: 5px;
}
.imagenmastexto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006E7F;
	font-weight: normal;
	width: 425px;
	margin-top: 10px;
	float: left;
}
.imagenMINISTERIO2 {
	position: absolute;
	left: 111px;
	top: 105px;
}
.subtextoventa {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006E7F;
	font-weight: normal;
	margin-left: 20px;
	float: left;
	width: 350px;
	text-align: left;
	margin-bottom: 15px;
	margin-top: 10px;
}
.cuadrotextoAR {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006E7F;
	margin-left: 5px;
	float: left;
	width: 285px;
	text-align: left;
	margin-top: 15px;
}
.imagenmastextodossier {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006E7F;
	font-weight: normal;
	width: 425px;
	margin-top: 10px;
	float: left;
	clear: left;
}

.cuadrotxtdossierdescargasprensa {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006E7F;
	text-align: left;
	width: 200px;
	margin-left: 5px;
	float: left;
}
.cuadroimgdossierdescargasprensa  {
	width: 80px;
	float: left;
	clear: left;
}

.cuadrotxtinfantil {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	width: 850px;
	margin-left: 90px;
	text-align: center;
	background-color: #8876BE;
}
.ficha_grande .flash {
	background-color: #009393;
	width: 263px;
	height: 379px;
	margin-left: 160px;
}
.imgventagrande {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006E7F;
	font-weight: normal;
	margin-left: 5px;
	width: 200px;
	float: left;
	margin-top: 5px;
}
.cuadrotextocuponregalo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006E7F;
	margin-left: 5px;
	float: left;
	width: 200px;
	text-align: justify;
	margin-bottom: 5px;
	margin-top: 10px;
}

.imagenminutemaid {
	position: absolute;
	left: 836px;
	top: 506px;
	font-size: 10px;
	color: #000;
	text-align: center;
}
.cartelera_new {
	background-image: url(fotos/Fondo_cartelera_new.png);
}
#contenedor .cartelera_new #marco01 {
	width: 900px;
	display: block;
	margin-top: 15px;
	margin-left: 40px;
	margin-bottom: 15px;
	float: left;
}
.textodchacartel {
	float: left;
	width: 360px;
}
.sinopsiscartelera_new {
	float: left;
	width: 350px;
	text-align: justify;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	background-color: #006E7F;
	color: #FFF;
	padding: 5px;
	margin-left: 20px;
}
.precioscartelera_new {
	float: left;
	width: 860px;
	clear: left;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006E7F;
	text-align: justify;
}

.cartel_cartelera_new {
	width: 120px;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	clear: left;
}
.espectaculocartelera_new {
	clear: left;
	margin-top: 20px;
	overflow: auto;
}

.style25Copia {
	font-size: 12px;
	color: #006E7F;
	text-align: center;
}
.tituloabrilcartelera_new {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	background-color: #71952F;
	font-weight: bold;
	display:block;
	width:880px;
	z-index:10;
}
.styletextocartelera_new {
	color: #006E7F;
	font-weight: normal;
	font-size: 14px;
	clear: left;
}
.styletextocartelera_newbold {
	color: #006E7F;
	font-weight: normal;
	font-size: 16px;
}
.subcartelera_new {
	width: 120px;
	margin-top: 20px;
	margin-right: 12px;
	margin-bottom: 12px;
	margin-left: 9px;
	float: left;
}
.subcarteleratextonew {
	width: 800px;
	margin-left: 30px;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
	margin-bottom: 15px;
	background-color: #0E6B98;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	text-align: left;
}
.redsocial {
	width: 400px;
	margin-left: 370px;
}
.CET {
	background-image: url(fotos/foto_CET_programacion2012.png);
	background-repeat: repeat;
}
#contenedor .CET #marco01 {
	width: 475px;
	float: left;
	display: block;
	margin-top: 15px;
	margin-left: 10px;
}

#contenedor .CET #marco02 {
	width: 475px;
	float: left;
	display: block;
	margin-top: 15px;
	margin-left: 15px;
}
#contenedor .CET #marco03 {
	width: 475px;
	float: left;
	display: block;
	margin-top: 15px;
	margin-left: 10px;
}
.CET #imagencentrodeentrenamientoteatral {
	height: 90px;
	display: block;
	background-image: url(fotos/foto_CET_centro.png);
}
.CET #imagenprogramacion {
	background-image: url(fotos/foto_CET_programacion.png);
	height: 90px;
	display: block;
}
.CET #imagenultimasnoticias {
	background-image: url(fotos/foto_CET_ultimasnoticias.png);
	height: 90px;
	display: block;
}
#contenedor .CET .general_margen .informacion_CET {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
.Cesion {
	background-color: #999;
	background-image: url(fotos/1614.png);
}
#botoneracesion {
	width: 170px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #396E7F;
	font-weight: normal;
	margin-left: 30px;
	background-color: #00616F;
}
#botoneracesion ul li {
	list-style-type: none;
	height: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	line-height: 30px;
}
#botoneracesion ul li a {
	text-decoration: none;
	margin-left: 5px;
	color: #FFF;
}
#botoneracesion ul li .activado  {
	color: #FD6911;
}


#cuadroinfocesion {
	width: 680px;
	float: left;
	margin-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-align: justify;
}
#cuadroinfocesion #marco01   {
	width: 680px;
	float: left;
	display: block;
	margin-left: 30px;
	margin-bottom: 15px;
	text-align: justify;
}
.textosup {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	margin-left: 10px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
#cuadroinfocesion .apaisada_izqda {
	float: left;
	margin-right: 10px;
	margin-left: 0px;
	clear: left;
	border: 3px solid #006666;
}
.styletitulocuadroinfo {
	font-size: 18px;
	text-decoration: none;
	color: #006666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.tituloCET {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	background-color: #CC0;
	font-weight: bold;
	display:block;
	width:297px;
	z-index:10;
}
.CET_PROG {
	background-image: url(fotos/foto_CET_programacion2012.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	background-repeat: repeat;
}
.CET_PROG #marco01 {
	width: 300px;
	float: left;
	display: block;
	margin-top: 15px;
	margin-left: 10px;
	color: #333;
}
.CET_PROG #marco02 {
	width: 300px;
	float: left;
	display: block;
	margin-top: 15px;
	margin-left: 15px;
	color: #333;
}
.style10Copia {
	font-size: 16px;
	color: #900;
	text-align: left;
}
.CET_PROG #marco03 {
	width: 300px;
	float: left;
	display: block;
	margin-top: 15px;
	margin-left: 15px;
	color: #333;
}
.CET_PROG #marco04 {
	width: 300px;
	float: left;
	display: block;
	margin-top: 15px;
	margin-left: 11px;
	color: #333;
	clear: left;
}
.CET_PROG #marco05 {
	width: 300px;
	float: left;
	display: block;
	margin-top: 15px;
	margin-left: 15px;
	color: #333;
}
.CET_PROG #marco06 {
	width: 300px;
	float: left;
	display: block;
	margin-top: 15px;
	margin-left: 15px;
	color: #333;
}
.CET_PROG #marco07 {
	width: 300px;
	float: left;
	display: block;
	margin-top: 15px;
	margin-left: 11px;
	color: #333;
	clear: left;
}
.CET_PROG #marco08 {
	width: 470px;
	float: left;
	display: block;
	margin-top: 15px;
	margin-left: 15px;
	color: #333;
}
.CET_PROG #marco09 {
	width: 470px;
	float: left;
	display: block;
	margin-top: 15px;
	margin-left: 15px;
	color: #333;
}
.CET_inscrip {
	background-image: url(fotos/foto_CET_programacion2012.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	background-repeat: repeat;
}
.CET_inscrip #marco01 {
	width: 700px;
	float: left;
	display: block;
	margin-top: 15px;
	margin-left: 150px;
	color: #333;
}


#formulario_CET label
{
width: 280px;
font-size:12px;
float: left;
clear:left;
text-align: right;
margin-right: 0.5em;
display: block;
margin-bottom:5px;
}
#texto_MINISTERIO2 {
	position: absolute;
	left: 362px;
	top: 160px;
	text-align: center;
}

