/* 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;
}
h2 {
margin: 2em 0 1em;
font-size: 1.4em;
}
.saltoinicio {
margin-top: 25%;
}
.salto05 {
padding-top: 0.5em;
}
.salto25 {
padding-top: 2.5em;
}
/* 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;
}
/* el siguiente par de clases son ejemplos de distintas variaciones para los saltos de contexto. Modifiquelos a su gusto */
hr.linea {
width: 25%;
margin: 1em 37.5%;
height: 0;
border: none;
border-top: 0.125em solid grey;
}
hr.imagen {
width: auto;
border: 0;
margin: 1em 0;
height: 3em;
text-indent: 0;
text-align: center;
background: url("../Images/sep.jpeg") no-repeat center;
background-size: 6em;
overflow: hidden;
}
/* cambie la imagen de background a su gusto */
/* imágenes simples */
.ilustra {
margin: 1em 0;
text-align: center;
text-indent: 0;
display: block;
}
/*** ESTILOS DE EJEMPLO PARA EL EPUB-BASE. ELIMINAR SI NO SE USAN ***/
h1 + p, h2 + p, hr + p, blockquote + p, ul + p {
text-indent: 0;
}
.subtit { font-size:1.3em; text-indent:0; text-align:center; margin-bottom:2.5em; font-weight:bold; }