/* ePub base r2.0 ePubLibre - style.css*/

p {
    margin: 0;
    text-align: justify;
    text-indent: 1.5em;
}

h1 {
    font-size: 1.5em;
    margin: 20% 0 2em;
}


/* dedicatoria */
.dedicatoria {
    margin: 25% 3% 0 15%;
    text-align: right;
}

.dedicatoria p {
    text-align: right;
    text-indent: 0;
}

/* saltos */

.saltoinicio {
    margin-top: 25%;
}

.salto05 {
    padding-top: 0.5em;
}

hr {
    height: 2.5em;
}
 
.dedicatoria {
    adobe-hyphenate: none;
    -ms-hyphens: none;
    -moz-hyphens: none;
    -webkit-hyphens: none;
    -epub-hyphens: none;
    hyphens: none;
}

/*** ESTILOS DE EJEMPLO PARA EL EPUB-BASE. ELIMINAR SI NO SE USAN  ***/
h1 + p, hr + p, .citaindent + p, .mensaje + p {
    text-indent: 0;
}

.poema {
    display: block;
    font-family: serif;
    font-size: 1em;
    font-style: italic;
    text-align: left;
    margin: 1.5em 3% 1.5em 0;
    }

.mensaje {
    display: block;
	font-family: monospace;
   font-size: 1.166em;
    margin: 1.5em 2.5%;
	text-indent:0;
    }

.mensaje p {
	text-indent:0;
	line-height:1.5em;
}
.mensajein {font-family:monospace; font-size:1.1em;}

.citaindent {
    display: block;
    font-size: 0.9em;
	line-height: 1.25em;    
    margin: 1.5em 2% 1.5em 2%;
    }
.citaindent p {
	text-align: justify;
    text-indent: 0em;
}

.citafirma {
    display: block;
    font-size: 0.83333em;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5em;
    orphans: 1;
    text-align: right;
    text-indent: 1em;
    widows: 2;
    margin: 1.2em 2% 0 0
    }