/* CSS Document */

#contenido_cena_espectaculo{
	display:block;
	float:left;
	width:900px;
	background-image: url(../img/fondo_cena_espectaculo.jpg);
	background-repeat: no-repeat;
	padding-left: 50px;
	padding-right: 50px;
}
#div_h2{
	display:block;
	float:left;
	width:550px;
	font-size:24px;
	font-weight: bold;
	color: #701364;
	text-align: center;
	padding-left: 170px;
	padding-right: 170px;
	padding-top: 220px;
}
#div_h2 h2{
	font-size:24px;
	font-weight: bold;
	color: #701364;	
	display:inline;
}
#texto_cena_espectaculo{
	display:block;
	float:left;
	width:800px;
	background-image: url(../img/repetir_cena_espectaculo.jpg);
	padding-left: 50px;
	padding-right: 50px;
}
#texto_cena_espectaculo p{
	display:block;
	float:left;
	font-size:11px;
	padding-bottom:15px;
	width: 800px;
}
#texto_cena_espectaculo p a{
	font-size:11px;
	color:#701364;
	font-weight: bold;
}
#texto_cena_espectaculo p span{
	font-weight:bold;
}
#div_h3,#div_h4,#texto_cena_espectaculo p.titulo{
	display:block;
	float:left;
	width:800px;
	font-size:15px;
	font-weight: bold;
	color: #701364;
	padding-bottom: 20px;
	padding-top: 10px;
}
#div_h3 h3,#div_h4 h4{
	font-size:15px;
	font-weight: bold;
	color: #701364;
	display:inline;
}

