/* actualizaciones de rafa */
.main-content {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 500px;
  max-width: 1400px;
}
.header-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.header-image {
  position: relative;
  min-width: 100%;
  min-height: auto;
  z-index: 0;
}

.header-text {
  position: absolute;
  top: 40%;
  z-index: 1;
  width: 50%;
  margin: 0 25%;

	font-family: Quattrocento, 'Goudy Old Style', 'Times New Roman', serif;
	font-size: 12px;
	font-style: normal;
	color: #053c55;
	text-align: justify;
}

.header-title {
  position: relative;
  width: 100%;
  z-index: 1;

	font-family: 'Cormorant Unicase', Garamond, 'Times New Roman', serif;
	font-size: 22px;
	color: #81553d;
	text-align: center;
}
.header-title > span {
  display: block;
}

.button-container {
  display: block;
  position: relative;
  text-align: center;
}

.button-container > a {
  display: inline-block;
}

.first-word {
    font-size: 1.5em;
}
/* fin estilos rafa */


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

div img {
	width: 100%;
	position: relative;
	z-index: 1;
}

body {
	color: #F6FAFB;
}

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

#adelante {
	position: relative;
	width: 100px;
}

.titulo-eljdld {
	font-family: 'Cormorant Unicase', Garamond, 'Times New Roman', serif;
	font-size: 22px;
	color: #81553d;
	text-align: center;
	z-index: 4;
	width: 80%;
	min-width: 500px;
	top: 148px;
	margin: 0 auto;
	position: absolute;
	left: 86px;
}

.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: 5;
	width: 50%;
	min-width: 500px;
	top: 239px;
	position: absolute;
	margin: 0 auto;
	left: 85px;
}

a { 
	color:  #053c55;
	text-decoration: none;
}

a:hover {
	color:  #053c55;
	text-decoration: underline;
}
	
.justi-centro {
	text-align: center;
}

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

.letra-entrada {
	font-size: 1.5em;
}
