#contenido{
	height: 474px;
}

#texto{
	position: absolute;
	top: 0; left: 0;
	background: url(../images/cartelera_bg.jpg) no-repeat top left;
	height: 474px;
	width: 745px;
	z-index: 5;
}
#texto p{
	color: #fff;
	position: absolute;
	top: 300px;
	left: 68px;
	width: 645px;
	height: 110px;
	text-align: justify;
	line-height: 1.6;
}
#texto h4{
	position: absolute;
	top: 213px;
	left: 44px;
}

/* COLUMNA *******************************/
#columna{
	background: url(../images/columna_cartelera_bg.jpg) no-repeat top left;
	z-index: 1;
	
}
	ul#tituloEstrenos li h4{
		margin:30px 0 10px 10px;
		text-transform:uppercase;
		font-size:110%;
		border-bottom:2px solid ;
		width:180px;
	}
	/* LISTADO ESTRENOS ******************************/
	ul#elementos-estrenos{
		width:181px;
		height:365px;
		overflow:auto;
		margin-top:10px;
		margin-left:10px;
	}
	
		ul#elementos-estrenos li{
			margin:0;
			padding:0;
			clear:both;
			border-bottom: 1px solid #fff;
			height:190px;
		}
		
			ul#elementos-estrenos li h3{
				display:block;
				text-transform:uppercase;
				margin-bottom:10px;	
				margin-top:10px;

			}
			
			ul#elementos-estrenos li .imagen{	
				width:160px;
				clear:both;
				margin:0 auto;
				text-align:center;
			
			}
			ul#elementos-estrenos li .imagen img{ border:1px solid #fff;}
			
			ul#elementos-estrenos li .fechaEstreno{
				margin-bottom:10px;	
			}







ul#categorias{
	font-family: "Arial Narrow", Arial , Helvetica, sans-serif;
	font-size: 160%;
	text-transform: uppercase;
	position: absolute;
	top: 34px;
	left: 50px;
}
ul#categorias li{
	display: inline !important;
}
ul#categorias li h3{
	display: inline;
	
}
ul#categorias li h3 a{
	padding: 0 10px;
	color: #f28000;
}
ul#categorias li.selected h3 a{
	color: #fff;
}
ul#categorias li h3 a:hover{
	background: #fff;
	color: #C30000;
}

ul#subcategorias {
	font-family: "Arial Narrow", Arial , Helvetica, sans-serif;
	font-size: 150%;
	position: absolute;
	top: 75px;
	left: 40px;
	z-index: 3;
	width: 210px;
	margin: 0;
	padding: 0;
	border-bottom: 2px solid #fff;
}
ul#subcategorias li {
	display: inline !important;
	/*float: left;
	display: block !important;*/
	width: 70px;
	text-align: center;
	color:  #fff;
}
ul#subcategorias li h4{
	position: relative;
	top: 0;
	left: 0;
	display: inline !important;
	width: 70px;
}
ul#subcategorias li h4 a{
	padding: 0 5px;
	color: #fff;
}
ul#subcategorias li.selected h4 a {
	background: #C30000;
}
ul#subcategorias li.selected h4 a:hover{
	color: #fff;
	background: #c30000;
}
ul#subcategorias li h4 a:hover{
	background: #c30000;
	color: #F28000;
}
ul#elementos{
	font-family: "Arial Narrow", Arial , Helvetica, sans-serif;
	font-size: 134%;
	position: absolute;
	top: 110px;
	left: 40px;
	z-index: 3;
	width: 210px;
	height: 310px;
	margin: 0;
	padding: 0;
	color: #fff;
}
ul#horarios{
	font-family: "Arial Narrow", Arial , Helvetica, sans-serif;
	font-size: 134%;
	position: absolute;
	top: 260px;
	left: 40px;
	z-index: 3;
	width: 210px;
	height: 310px;
	margin: 0;
	padding: 0;
	color: #fff;
}
ul#elementos li, ul#horarios li {
	border-bottom: 1px solid #fff;
}
ul#elementos li a {
	display: block;
	padding: 3px 2px;
	font-weight: bold;
	font-variant: small-caps;
	color: #fff;
}
ul#elementos li a:hover {
	background: #f8bf80;
}
p.paginacion {
	position: absolute;
	top: 425px !important;
	left: 40px !important;
	z-index: 3;
	width: 200px !important;
	height: 20px !important;
	margin: 0 !important;
	padding: 0 !important;
	text-align: center !important;
}
div#detalle {
	position: absolute;
	top: 15px;
	left: 266px;
	width: 480px;
	overflow: auto;
	z-index: 10;
	/*height: 350px;*/
	height: 425px;
}
div#detalle p {
	width: auto;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
	left: 0;
	clear: both;
	height: auto;
	color: #000;
}
div#detalle dl, dt, dd {
	margin: 0;
	padding: 0;
}
div#detalle dt {
	
}

div#detalle dd.imagen {
	position: absolute;
	top: 0;
	width: 450px;
	height: 373px;
	overflow: hidden;
}
div#detalle dd.logo {
	position: absolute;
	top: 0;
	right: 10px;
	width: 200px;
	text-align: center;
}
div#detalle dd.phone {
	position: absolute;
	top: 150px;
	right: 10px;
	font-weight: bold;
	width: 200px;
	height: 20px;
	line-height: 20px;
	text-align: left;
	border-top: 1px solid #000;
}
div#detalle dd.number {
	position: absolute;
	top: 170px;
	right: 10px;
	width: 200px;
	height: 20px;
	line-height: 20px;
	text-align: left;	
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
div#detalle dd.description {
	position: absolute;
	top: 190px;
	right: 10px;
	width: 190px;
	overflow: auto;
	height: 158px;
	padding: 10px;
}
p.navegacion {
	position: absolute !important;
	top: 78px !important;
	left: 220px !important;
	width: auto !important;
	height: auto !important;
	z-index: 15;
}

/* LISTADO CARTELERA **************************/

ul#listado-cartelera  {
	margin: 10px;
}
ul#listado-cartelera li {
	border-bottom: 1px solid #b0b0b0;	
	padding: 10px 0;
	clear: both;
	position: relative;
	color: #808080;
	margin-bottom: 15px;
}
ul#listado-cartelera li h3 {
	position: absolute;
	top: 0;
	left: 100px;
	font-size: 150%;
}
div.imagen {
	margin: -10px 10px 10px 10px;
	float: left;
}
div.clasificacion, div.sesiones, div.sinopsis {
	margin-left: 100px;
	margin-top: 10px;
}
div.sesiones {
	margin-top: 20px;
}
div.sinopsis {
	color: #000;
	margin-left: 5px;
}
div.clear {
	clear: both;
	display: block;
	height: 0;
	line-height: 0;
	font-size: 0;
}

