/* 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.7em;
margin: 20% 0 2em;
font-family: serif;
}
h2 {
font-size: 1.5em;
margin: 20% 0 2em;
font-family: serif;
}
/* saltos */
.salto05 {
margin-top: 0.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 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 ***/
h2 + 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;
}
.blockquote2 {
display: block;
margin-top: 1em;
margin-right: 9%;
margin-bottom: 1em;
margin-left: 15%;
quotes: none;
font-size: 0.9em;
}
.celtoplp {
vertical-align: top;
text-align: left;
padding-right: 4%;
}
.celtop45p {
vertical-align: top;
text-align: left;
width: 38%;
}
.celtop10p {
vertical-align: top;
text-align: left;
width: 10%;
}
.capi {
font-size: 0.9em;
font-style: italic;
float: left;
margin: 1% 2% 4em 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% 2% 4em 2%;
text-indent: 0;
line-height: 1.3em;
height: 1.3em;
font-family: serif;
text-align: center;
}
.subc {
font-weight: bold;
font-family: serif;
text-align: left;
font-size: 1.1em;
}
.cubierta {
margin: 0;
padding: 0;
border: 0;
font-size: 0;
text-align: center;
text-indent: 0;
page-break-before: always;
page-break-after: always;
}
.contenedor {
display: block;
page-break-inside: avoid;
}
.contenedorpie {
text-align: center;
text-indent: 0;
font-size: .7em;
margin: -1em 10% 1em;
}