body{
	background-color:#FFF;
	font-family: Garamond, Arial, Helvetica, sans-serif;	
	line-height: 1.5em;
	text-align: justify;
	font-size: 20px;
	max-height: 999999px;
	height: auto;
    min-height: 1px;
	margin: 0 auto;
	width: 880px;
}

#cabecera{
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
}

.centrado{
	display: block;
	margin:  auto;	
}


div.centrado{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

h3{
	font-weight: 600;
}

h2.poeta{
	text-align: center;
	font-size: 250%;
	color: #7e008d;
	clear: both;
	line-height: 1.1;
}

p.titulopoema{
	font-size: 1.5em;
	font-weight:800;
	margin-top: 90px;
	margin-bottom: 40px;
	color: #e6a11e;	
}


h1.titulo{
	text-align: center;
	font-size: 275%;
	margin-bottom: 0;
	margin-top: 100px;
	color: #e6a11e;
	line-height: 1em;
}

h2#subtitulo{
	text-align: center;
	font-size: 200%;
	padding-top: 20px;
	padding-bottom: 0;
}


h3.introduccion{
	text-align: center;
	font-size: 125%;
}

.cont_poema{
	margin-top: 50px;
	width: 100%;
	clear: both;
	max-height: 999999px;
	height: auto;
    min-height: 1px;
    float: left;
	text-align: left;
}


.poema{
	float:left;
	width: 100%;
	clear: both;
	margin-top: 20px;
	max-height: 999999px;
	height: auto;
    min-height: 1px;
}


#biografias{
	padding-top: 80px;
	text-align: justify;
	clear: both;
	max-height: 999999px;
	height: auto;
    min-height: 1px;
}

.fotoBio{
	float: left;
	margin: 25px 25px 10px 0;
	width: 300px;
}

.nombreResaltado{
	color: #e6a11e;
	font-weight:bold;
	font-size: 125%;
}
.col_izq{
	float: left;
	width: 50%;
}
.col_dch{
	float: left;
	width: 50%;
}


a {
	text-decoration: none;
}
p.asteriscos{
	text-align: center;
	font-size: 150%;
}

.italiano{
	font-style:italic;
	font-size: 16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #5E5E5E;
}