header {
        height : 50px;
        background-image : none;
        background-color: #dd8866;
}

h1, h2 {
	font-weight: normal;
	text-align: center;
}


sup {
	font-size: smaller;
}
sup:before {
	content: '[';
}
sup:after {
	content: ']';
}
sup a {
	color: blue;
}
sup a:visited {
	color: blue;
}

.poema {
	margin: auto;
	padding: 20px 0;
	text-align: left;
	width: 390px;
}
.poema h1 {
	font-size: 34px;
	line-height: 1.2;
	margin-bottom: 10px;
}
.poema h2 {
	color: #666;
	font-size: 18px;
	font-style: italic;
	margin-bottom: 30px;
}

.poema h2:before {
	content: '— ';
}

.poema h2:after {
	content: ' —';
}

.poema p {
	line-height: 1.5;
	margin-bottom: 15px;
}

.poema  h2 + p:first-letter {
	font-size: 38px;
	line-height: 1;
	margin: 2px 5px 0 0;
}
.poema p:first-line {
	font-variant: small-caps;
	letter-spacing: 1px;
}

section a {
	color: blue;
	text-decoration: none;
}

section a:hover {
	color: navy;
	text-decoration: underline;
}


p.confoto {
	margin: 20px;
	margin-top: 40px;
	text-align: justify
}
p.introduccion {
	margin: 20px;
	text-align: justify
}

article p {
	text-indent: 20px;
	width : 600px;
	margin: 20px auto 20px auto;
	line-height: 1.5;
	text-align: justify;
}
article blockquote {
	text-indent: 0px;
	width: 450px;
	margin: 20px auto 30px auto;
	line-height: 1.5;
	text-align: justify;
}

article ul {
	margin-left: 25px;
	margin-right: 10px;
}

ul.rubio {
	margin-left: -20px;
}

.rubio p {
	text-indent: 0;
}

p.noindent {
	text-indent: 0;
}

article a{
	color: #004;
}

div.firma-jh {
	width: 500px;
	text-align: right;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

div.firma-jh p {
	color: olive;
	text-align: right;
	font-size: small;
	margin: 0;
	padding: 0;
}

div.foto {
	margin-right: 20px;
	margin-left: 20px;
	float: left;
}

.foto img {
	width: 150px;
	height: auto;
}

article img {
	display: block;
	width: 500px;
	margin: 5px auto 5px auto;
}

div.clear {
	clear: both;
}

ol {
	margin-left: 30px;
}

article li {
	line-height: 140%;
}
ol li {
	list-style: decimal;
}

ol.notas {
	width : 500px;
	margin: 10px auto 10px auto;
	line-height: 1.5;
	text-align: justify;
	font-size: smaller;
}

.notas li {
	list-style: decimal;
}

.notas a {
	font-weight: bold;
	color: blue;
}

article h3, h4 {
	text-decoration: underline;
	width : 600px;
	margin: 20px auto 20px auto;
}

p.firma{
	margin-top: 20px;
	text-align: right;
}

span.latin {
	font-style: italic;
}
p.dedicado {
	font-size: 80%;
	margin: auto 10px auto auto;
	text-transform: uppercase;
	width: 35%;
}
p.autor {
	font-family: 'Bookman Old Style', serif;
	text-align: center;
	font-style: italic;
}	
