body{
	text-align:center;
	margin: 0px;
	padding: 0px;
}
.cine_contenedor_cabecera {
	background-image: url(../imagenes/fondo_cabecera.jpg);
	background-repeat:  repeat-x;
	height: 328px;
	text-align: center;
}
.cine_cabecera{
	width: 927px;
	margin-right: auto;
	margin-left: auto;
}
.cine_contenedorCentral{
	width:927px;
	margin-left:auto;
	margin-right:auto;
}
.cine_contenedorIzquierdo{
	width:592px;
	background-image: url(../imagenes/fondo_centro.jpg);
	background-repeat:  repeat-y;
	float: left;
}
.cine_contenidoIzq{
	text-align: left;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.cine_contenidoDer{
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.cine_contenedorDerecho{
	width:330px;
	float: right;
}.cine_bloqueclear {
	clear: both;
	height: 4px;
}
.cine_textoMayus {
	font-variant: normal;
	color: #40403e;
	font-size: 19px;
	text-align: left;
	font-weight: normal;
	font-family: "Trebuchet MS", Tahoma;
}
.cine_textoCadro {
	font-family: "Trebuchet MS", Tahoma;
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 10px;
}
.cine_textoDer {
	font-family: "Trebuchet MS", Tahoma;
	font-size: 20px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	text-align: right;
	margin-left: 20px;
}

