
/*******************************\
			GENERALES
\*******************************/

body{
	margin:0px;
	padding:0px;
	background-image:url(../images/estructura/bg_fondo.gif);
	background-repeat:repeat-x;
	background-color:#2c0037;
}
p{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}
.bodytext{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}
a:link,a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
}
a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fe9333;
	text-decoration:none;
}

/*******************************\
		   CONTENEDORES
\*******************************/
#base_container{
	width:100%;
	min-height: 100%;
	height:100%;
	overflow:hidden;
	height:auto;
	margin: 0px;
	padding: 0px;
	text-align: left; 
}

#container{
	width: 890px;
	margin: 0 auto;
	text-align: center; /* Hack para IE */
	height: 100%;
	height:auto;
	min-height: 100%;
	overflow: hidden;
}
* html #container{
	overflow:visible;
}

/*******************************\
			CABECERA
\*******************************/
#cabecera{
	float:none;
	display:block;
	width:894px;
	height:254px;
}
/*******************************\
			CONTENIDO
\*******************************/
#contenido_centro{
	float:none;
	display:block;
	width:894px;
	height: 100%;
	height:auto;
	min-height: 100%;
	overflow: hidden;
	
	padding-bottom:20px;
}
/*******************************\
	  COLUMNA IZQ DETALLE
\*******************************/
#columna_izq{
	float:left;
	width:216px;
	text-align:right;
	padding-right:30px;
	height:100%;
	height:auto;
	min-height:100%;
	overflow:hidden;
}
.columna_tit_izq{
	float:right;
	height:51px;
	width:216px;
	text-align:right;
}
.columna_contenido_izq{
	float:right;
	width:156px;
	text-align:right;
}
.columna_contenido_izq ul{
	margin:0px;
	padding:0px;
}
.columna_contenido_izq li{
	list-style:none;
	line-height:15px;
	padding-bottom:10px;
}


/*******************************\
	  COLUMNA CENTRO DETALLE
\*******************************/
#columna_centro{
	float:left;
	width:336px;
	text-align:left;
	height:100%;
	height:auto;
	min-height:100%;
	overflow:hidden;
}

#columna_centro_titular{
	float:none;
	display:block;
	width:336px;
	height:51px;
}
.columna_centro_texto{
	float:none;
	display:block;
	width:336px;
	text-align:left;
	padding-bottom:20px;
}
/*******************************\
	   COLUMNA DER DETALLE
\*******************************/

#columna_der{
	float:left;
	width:186px;
	padding-left:20px;
	padding-bottom:20px;
	height:100%;
	height:auto;
	min-height:100%;
	overflow:hidden;
	text-align:left;
}
.bloque_der{
	float:none;
	display:block;
	width:186px;
	
}
.columna_tit_der{
	height:51px;
	width:175px;
	text-align:left;
}
.columna_contenido_der{
	width:190px;
	text-align:left;
}
.columna_contenido_der img{
	border:2px solid #FFFFFF;
}
.columna_contenido_der ul{
	margin:0px;
	padding:0px;
}
.columna_contenido_der li{
	list-style:none;
}
.fotos_thumbnails{
	height:40px;
	padding-bottom:3px;
}
.fotos_thumbnails li{
	display:inline;
	padding-right:5px;
	
	list-style:none;
}
/*******************************\
	  COLUMNA IZQ ESPECTACULOS
\*******************************/
#espectaculos_wrapper{
	float:none;
	display:block;
	width:894px;
	background-image:url(../images/estructura/linea_vertical.gif);
	height:100%;
	height:auto;
	min-height:100%;
	overflow:hidden;
	background-repeat:repeat-y;

	
}
* html #espectaculos_wrapper{
	height:100%;
	height:auto;
	overflow:visible;
}
#espectaculos_izq{
	float:left;
	width:496px;
	height:100%;
	height:auto;
	min-height:100%;
	overflow:hidden;
	

}
#espectaculos_tit{
	float:none;
	width:894px;
	height:62px;
	text-align:left;

}

/*********CON LA CAJA ALINEADA A LA IZQUIERDA *****/
.espectaculo_caja_izq{
	float:left;
	width:476px;
	text-align:left;
	padding-bottom:20px;
}
.espectaculo_video_izq{
	float:left;
	padding-top:5px;
	height:115px;
	
}
.espectaculo_texto_izq{
	float:right;
	width:274px;
	padding-left:20px;
}
/*********CON LA CAJA ALINEADA A LA DERECHA*****/
.espectaculo_caja_der{
	float:left;
	width:476px;
	text-align:left;
	padding-right:10px;
	padding-bottom:20px;
}
.espectaculo_video_der{
	float:right;
	padding-top:5px;
	height:115px;
}
.espectaculo_texto_der{

	float:left;
	width:274px;
	padding-right:20px;
}
.espectaculo_video_izq img,.espectaculo_video_der img{
	border:2px solid #FFFFFF;
}
.espectaculo_titulares{
	text-align:left;
}

.espectaculo_descripcion{
	height:100%;
	height:auto;
	min-height:100%;
	text-align:left;
	overflow:hidden;
}
.espectaculo_enlaces{
	height:10px;
	padding-top:10px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#fb8a24;
}
.espectaculo_enlaces a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#fb8a24;
	text-decoration:none;
}
.espectaculo_enlaces a:hover{
	
	color:#FFFFFF;
}
/*******************************\
	  COLUMNA DER ESPECTACULOS
\*******************************/
#espectaculos_der{
	float:right;
	width:384px;
	height:100%;
	height:auto;
	min-height:100%;
	overflow:hidden;
	padding-right:10px;
}
* html #espectaculos_der{
	height:100%;
	height:auto;
	overflow:visible;
}
.espectaculos_caja_destacados{
	float:none;
	display:block;
	width:364px;
	padding-left:5px;
	padding-bottom:20px;
	height:100%;
	height:auto;
	min-height:100%;
	overflow:hidden;
}
* html .espectaculos_caja_destacados{
	height:100%;
	height:auto;
	overflow:visible;
}
.espectaculo_destacado_foto{
	float:left;
	display:block;
	width:130px;
	height:71px;
}
.espectaculo_destacado_foto img{
	border:2px solid #FFFFFF;
	
}
.espectaculo_destacado_detalle{
	float:left;
	display:block;
	width:233px;
	height:100%;
	height:auto;
	min-height:100%;
	overflow:hidden;
}
* html .espectaculo_destacado_detalle{
	height:100%;
	height:auto;
	overflow:visible;
}
.espectaculo_destacado_titular{
	float:left;
	display:block;
	width:233px;
}
.espectaculo_destacado_texto{
	float:left;
	display:block;
	width:233px;
	text-align:left;
	height:100%;
	height:auto;
	min-height:100%;
	overflow:hidden;
}
/*******************************\
			NOTICIAS
\*******************************/
#columna_noticias{
	float:left;
	display:block;
	width:520px;
	padding-top:15px;
	text-align:left;
}
.texto_noti_detalle{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;

}
.noticias_detalle_foto{
	float:left;
	width:123px;
	height:81px;
}
.noticias_pie{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:italic;
	color:#FFFFFF;
	padding-top:4px;
	text-align:left;
}
.columna_noticias_foto{
	width:190px;
	text-align:left;
	padding-top:57px;
}
.columna_noticias_foto img{
	border:2px solid white;
}
/*******************************\
			FOOTER
\*******************************/
#contenido_footer{
	float:none;
	display:block;
	width:789px;
	height:85px;
	background-image:url(../images/estructura/footer_linea.gif);
	background-repeat:no-repeat;
	background-position:top;
}
#footer_izq{
	float:left;
	width:395px;
	padding-top:22px;
}
#footer_sub1{
	float:left;
	width:165px;
	text-align:right;
}
#footer_sub2{
	float:right;
	width:210px;
	text-align:left;
}
#footer_der{
	float:right;
	width:394px;
	padding-top:22px;
}
#footer_der ul{
	display:inline;
}
#footer_der li{
	display:inline;
	list-style:none;
}
.white{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}

