/* CSS Document */
#headerTituloSeccion{
	margin-top: 28px;
	margin-left: 10px;
	/*background-image:url(../images/tituloBienvenidos.jpg);*/
	background-position:left;
	background-repeat:no-repeat;
	height:31px;
	clear: both;
	font-family: 'IM Fell Double Pica SC', serif;
	font-size:35px;
	color:white;		
}



.cartelera{
	margin-left: 10px;
}

BODY div#contenedorGeneral #centro #columnaDerecha{
	width:160px;
	text-align:left;
	margin:0 auto;
	float:left;
	background-image:none;
	margin-top: 40px;
}


div.cartelera div.tituloCartelera{
	background-image:url(../images/cartelera_fondo_titulo.jpg);
	height: 25px;
	width: 135px;
	background-repeat: no-repeat;
	color:#FFFFFF;
	font-size:20px;
	margin-left: 0px;
	text-align: center;
}

#contenedorItemsCartelera{
	width: 135px;
	background-image:url(../images/cartelera_fondo_tracks.jpg);
	background-repeat:repeat-y;
}

#contenedorItemsCartelera OL{
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 35px;
	font-size: 11px;
	color:#AC0D0A;
}

div.cartelera div.itemCartelera{
	color:#AC0D0A;
	font-size:10px;
	margin-left:10px;
	margin-top:7px;
	margin-bottom:7px;
}

#contenedorNewsLetter{
	width: 135px;
	background-image:url(../images/cartelera_fondo_newsletter.jpg);
	background-repeat: no-repeat;
	text-align: center;
	height: 110px;
	overflow: hidden;
}

div.cartelera #contenedorNewsLetter .contenedor{
	text-align: left;
	width:120px;
	margin: 0 auto;
	overflow: hidden;
}

div.cartelera div.textoInput{
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-top:30px;
	margin-left:0px;
}

div.cartelera #contenedorNewsLetter INPUT{
	width: 80px;
	margin-left:0px;
}
