@charset "utf-8";
div.estreno_container {
	background-image:url(../images/estrenos_bg.jpg);
	background-repeat:repeat-x;
	background-color:#fff;
	width:340px;
	padding:10px;
	margin-bottom:10px;
	border:solid 1px #878e96;
}
div.estreno_container h1 {
	font-size:14px;
	margin-top:0;
	margin-bottom:0;
}
#art_container {
	width:342px;
	margin-bottom:10px;
	color:#58585b;
	padding:10px
	}
#art_container h1 {
	font-size:14px;
	margin-top:0;
	}
#noticias_cont	{
	background-color:#eff6de;
	background-image:url(../images/not_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	border:solid 1px #b8d366;
	width:340px;
	padding:10px;
	margin-bottom:10px;
	}
#carlera_cine {
	background-image:url(../images/cartelera_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#d2d6d8;
	width:340px;
	border:solid 1px #878e96;
	padding:10px;
	margin-bottom:10px;
	}
#carlera_cine ul{
	list-style-type:square;
	color:#7c9d18;
}
#carlera_cine li {
	margin-bottom:5px;
	}
#carlera_cine a {
	color:#000;
	}
#carlera_cine a:hover {
	color:#000;
	text-decoration:underline;
}
#mas_contenido_moda {
	width:230px;
	padding:10px;
	background-image:url(../images/mas_cont_bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-color:#fff;
	border:solid 1px #efb21e;
}
#mas_contenido_cine ul{
	list-style-type:square;
	color:#ae7e00;
}
#mas_contenido_cine li {
	margin-bottom:5px;
	}
#mas_contenido_cine a {
	color:#002555;
	}
#mas_contenido_cine a:hover {
	color:#002555;
	text-decoration:underline;
}
p.sinopsis {
	border-bottom:solid 1px #aca899;
	margin-top:0;
}
#estreno_detail {
	margin-bottom:10px;
	width:360px;
	}
#estreno_detail td.movie_cover {
	background-image:url(../images/film_bg.jpg);
	background-repeat:repeat-y;
	padding:15px;
	width:140px;
	text-align:center;	
	}