body{
 	margin: 0 auto;
 	padding: 0;
 	font-family: verdana;
}
h1{
	color: #FFFFFF;
	font-weight: bold;
	
	margin-top: 4px;
	padding: 0;
	text-align: center;
}
h2{	
	padding-top: 8px;
	color: #FFFFFF;
	font-size: 1.1em;
	text-align: center;
}
h3{
	font-size: 1em;
	color: #FFFFFF
}
h4{
	color: #610B0B;
	text-align: center;
}
#cuadro_contenido{
	background-color: #FFFFFF;
	font-family: 'Belleza', sans-serif;
	font-size: 1.2em;
	height: 300px;
	left: 20px;
	position: absolute;
	top: 315px;
	width: 420px;
	overflow: auto;
	padding: 0 10px;
	text-align: justify;
	
}
#contenido_imagen{
	background-color: #FFFFFF;
	height: 200px;
	left: 480px;
	position: absolute;
	top: 315px;
	width: 325px;
}
#creditos{
	left: 480px;
}
#escenario{
	background-image: url("imagenes/textura2.jpg");
	width: 840px;
	height: 630px;
	overflow: hidden;
}
#estudio{
	left: 450px;
	
}
#imagen{
	width: 100%;
	height: 200px;
}
#numero_1{
	height: 120px;
}
#numero_2{
	height: 160px;
}
#referencias{
	left: 650px;
}
#registro{
	left: 50px;
	
}
#titulo{
	background-color: #e6ac2f;
	height: 50px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 840px;
	z-index: 0;
	-webkit-box-shadow: 0px 5px 0px #B18904;
	-moz-box-shadow:    0px 5px 0px #B18904;
	box-shadow:         0px 5px 0px #B18904;
}
.botones_contenido_fichas{
	background-color:#0B243B;
	border-radius: 10px;
	text-align: center;
	margin: 6px auto;
	display: block;
	height: 20px;
	width: 90%;
	cursor: pointer;
}
.botones_extras{
	background-color: #e6ac2f;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
	height: 30px;
	position: absolute;
	color: #FFFFFF;
	top: 580px;
	width: 140px;
	text-align: center;
	-webkit-box-shadow: 3px 4px 0px #B18904;
	-moz-box-shadow:    3px 4px 0px #B18904;
	box-shadow:         3px 4px 0px #B18904;
}
.contenido_fichas{
	background-color: #BDBDBD;
	margin: 10px auto;
	width: 290px;
	padding-top: 3px;
}
.cursiva{
	font-style: italic;
}
.daclick{
	cursor: pointer;
	color: #e6ac2f;;
	font-size: 1.1em;
}
.daclick:hover{
	color: red;
}
.fichas{
	/*background-color: blue;*/
	display: inline-block;
	margin: 0 ;
	padding: 0;
	position: absolute;
	top: 60px;
}
.italica{
	font-style: italic;
}
.negritas{
	font-weight: bold;
}
.titulo_e{
	font-weight: bold;
}
.titulos_fichas{
	background-color: #e6ac2f;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	height: 40px;
	margin: 18px auto;
	width: 290px;
}
.t_botones_extras{
	margin: 5px;
	font-weight: bold;
}
