.titulo {
	background: url(../imagenes/flecha.png) no-repeat;
	font-size: 23px;
	font-weight: bold;
	color: #797881;
	padding: 0px 0px 0px 34px;
	margin: 0px 0px 20px 0px;
	min-height: 31px;
	left: 200px;
}
.marco-superior {
	width: 100%;
	height: 15px;
	background: url(../imagenes/marco-superior.png) no-repeat;
}
.marco-contenido {
	width: 100%;
	/*min-height: 200px;*/
	background: url(../imagenes/marco-contenido.png) repeat-y;
}
.contenido-final {
	width: 92%;
	margin-left: 30px;
}
.marco-inferior {
	width: 100%;
	height: 15px;
	background: url(../imagenes/marco-inferior.png) no-repeat;
}
.boton_siguiente a {
	background: url(../imagenes/siguiente.jpg)no-repeat;
	width: 50px;
	height: 95px;
	display: block;
	float: right;
	margin: 10px 0px 0px 0px;
}
.boton_anterior a {
	background: url(../imagenes/anterior.jpg) no-repeat;
	width: 50px;
	height: 95px;
	display: block;
	float: right;
	margin: 10px 0px 0px 0px;
}
