/* ePub base r2.1 ePubLibre - style.css*/
p {
margin: 0;
text-align: justify;
text-indent: 1.5em;
line-height: 125%;
}
/* saltos */
.saltoinicio {
margin-top: 25%;
text-indent: 0;
}
/* El valor por defecto de
ahora es un espacio en blanco para marcar saltos de contexto. Cambie la altura del mismo a su conveniencia modificando el atributo height */
hr {
height: 2.5em;
}
hr + p {
text-indent: 0;
}