body {
	font-family: Quattrocento, 'Goudy Old Style', 'Times New Roman', serif;
	color: #F6FAFB;
}

div {
	width: 100%;
	position:relative;
}

#contenedor-intro {
	width: 70%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


#imagen_fondo {
	position: relative;
	z-index: 1;
	left: 0px;
	top: 0px;
}


#bloque_navegacion {
	position: relative;
	z-index: 4;
	width: 100%;
	min-width: 350px;
	text-align: center;
}

#bloque_navegacion_poesia {
	position: relative;
	z-index: 4;
	width: 100%;
	min-width: 350px;
	text-align: left;
}

.caja-ppal {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.titulo-eljdld {
	font-family: 'Cormorant Unicase', Garamond, 'Times New Roman', serif;
	font-size: 22px;
	color: #81553d;
	text-align: center;
	min-width: 500px
}
 
.titulo-superior {
	font-family: 'Cormorant Unicase', Garamond, 'Times New Roman', serif;
	font-size: 18px;
	font-style: normal;
	color: #81553d;
	z-index: 2;
	position: absolute;
	left: 30%;
	top: 10px;
	width: 65%;
	min-width: 590px;
	max-width: 600px;
}

.prosa {
	position: absolute;
	font-size: 12px;
	font-style: normal;
	color: #053c55;
	text-align: justify;
	text-indent: 1.5em;
	z-index: 3;
	width: 65%;
	min-width: 350px;
	max-width: 500px;
	left: 30%;
	top: 100px;
}

.poesia {
	position: absolute;
	font-size: 12px;
	font-style: normal;
	color: #053c55;
	z-index: 3;
	width: 500px;
	min-width: 350px;
	left: 30%;
	top: 150px;
}

.prosa-intro {
	font-family: Quattrocento, 'Goudy Old Style', 'Times New Roman', serif;
	font-size: 12px;
	font-style: normal;
	color: #053c55;
	text-align: justify;
	text-indent: 5%;
	z-index: 3;
	margin: 0 auto;
	width: 50%;
	min-width: 500px;
	top: 60%;
}

.prosa_no_justificado {
	font-size: 12px;
	font-style: normal;
	color: #053c55;
	text-align: left;
}

a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited { 
	text-decoration: none 
}
a:active { 
	text-decoration: none 
}

.first-word {
    font-size: 1.5em;
}

.first-line {
    font-size: 1.5em;
}	
.justi-centro {
	text-align: center;
}

.justi-derecha {
	text-align: right;
}

.justi-izquierda {
	text-align: left;
}


