.cine-cont {
	width:250px;
	height:auto;
	margin:1px;
	border: 1px solid Blue;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align:center;
	vertical-align: middle;
	float: left;
}
.cine-sala {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: Black;
	text-align:center;
}
.cine-pelicula {
	font-family: Verdana;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: Black;
	text-align:center;
	text-transform: capitalize;
}
.cine-horario {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: Blue;
	text-align:center;
}
.cine-dia {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align:center;
}
.cine-cont-estrenos {

	width: 99%;
	height:auto;
	margin:1px;
	border: 1px solid Blue;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align:center;
	vertical-align: middle;
	float: left;
}
