@charset "utf-8";
/* CSS Document */
#estrenos, #cartelera {
	margin:0px auto;
	z-index:1;
}

#estrenos h2, #cartelera h2 { 
	text-align:right;
	background-color:#c95e1f;
	color:#FFF;
	padding: 5px 13px !important;
	margin-bottom:20px;
}
#cartelera h2 { 
	background-color:#666 !important;
}
.movie-slot {
	float: left;
	min-height: 200px;
	width: 140px;
	margin:5px 15px 20px 15px;
	padding:5px 5px 0px 5px;
	position:relative;
	background-color:#C0C8FE;
	color:#333;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	border-top-color: #FFF;
	border-left-color: #FFF;
}
.movie-slot .movie-image img {
	padding:0px !important;
	border:0px !important;
	height:180px;
	width:122px;
}
.movie-title {
	font-size:11px;
	color:#333;
	text-align:center;
	font-weight:bold;
	position:relative;
	text-transform:uppercase !important;
}

.movie-rating {
	position:absolute;
	top: -16px;
	left:-1px;
	width:60px;
	height:15px; 
	overflow:hidden;
}

.movie-image {
	text-align:center;
	position:relative;
}

.movie-description {
	display:none;
	height:auto;
	width:200px;
	position:absolute;
	top: 0px;
	right:-230px;
	background-color:#FFF;
	border: 1px solid #666;
	font-size:11px;
	padding:10px;
	color:#000;
}

.movie-slot:hover .movie-description {
	display: block;
}
.movie-slot ul {
	list-style-type:circle !important;
	font-size:10px;
	font-weight:bold;
	position:relative;
	margin:0px !important;
}

.movie-slot ul li{
	margin:0px 0px 0px 8px !important;
	position:relative;
}
