/* ePub base r2.1 ePubLibre - style.css*/
/* El estilo por defecto es el de párrafo normal, apto para novelas, relatos, ensayos, etc.*/
p {
margin: 0;
text-align: justify;
text-indent: 1.5em;
line-height: 125%;
}
/* ESTILOS GENERALES. PUEDE ADAPTARLOS O ELIMINARLOS SI NO LOS USA*/
/* encabezados */
h1 {
font-size: 1.5em;
margin: 20% 0 2em;
font-family: serif;
}
/* saltos */
.saltoinicio {
margin-top: 25%;
}
/* 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 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;
}
/* 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, hr + 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;
}
.celtoplp {
vertical-align: top;
text-align: left;
padding-right: 4%;
}
.celtop45p {
vertical-align: top;
text-align: left;
width: 40%;
padding-left: 4%;
}
.celtop10p {
vertical-align: top;
text-align: left;
width: 8%;
padding-left: 4%;
}
.capi {
font-size: 0.9em;
font-style: italic;
float: left;
margin: 1.5em 2% 3em 2%;
text-indent: 0;
line-height: 1.3em;
height: 1.3em;
font-family: serif;
text-align: center;
}
.capi p {
text-align: center;
text-indent: 0;
}
.capi2 {
font-size: 0.9em;
font-style: italic;
float: right;
margin: 1.5em 2% 3em 2%;
text-indent: 0;
line-height: 1.3em;
height: 1.3em;
font-family: serif;
text-align: center;
}
.capi2 p {
text-align: center;
text-indent: 0;
}
.subc {
font-weight: bold;
font-family: serif;
text-align: left;
font-size: 1.1em;
}
.francesa {
padding-left: 6%;
text-indent: -6%;
}
.francesa p {
text-indent: -6%;
}
.percy {
padding-top: 2.5em;
font-style: italic;
text-align: center;
font-size: 1.3em;
}