/* ePub base r2.1 ePubLibre - style.css*/
p {
    margin: 0;
    text-align: justify;
    text-indent: 1.5em;
    line-height: 125%;
}

h1 {
    font-size: 1.5em;
    margin: 10% 0 2em;
    font-family: serif;
}

h2 {
    font-size: 1.5em;
    margin: 10% 0 2em;
    font-family: serif;
}

hr {
    height: 2.5em;
}

h2 + p, hr + p, .fecha + p {
    text-indent: 0;
}

/* propios */
blockquote {
    display: block;
    margin-top: 1em;
    margin-right: 9%;
    margin-bottom: 1em;
    margin-left: 9%;
    quotes: none;
    font-size: 0.9em;
}

.fecha, .fecha p {
    font-size: 1.33em;
    margin-bottom: 1em;
    font-style: italic;
    font-family: serif;
}