/* ePub base r2.1 ePubLibre - style.css*/
/*ESTILO DE PÁRRAFO POR DEFECTO*/
p {
margin: 0;
text-align: justify;
text-indent: 1em;
line-height: 1.5em;
}
/* ESTILOS GENERALES. */
/* encabezados */
h1 {
font-size: 1.25em;
line-height: 1.5;
margin: 10% 0 2em;
}
h2 {
font-family: serif;
font-weight: normal;
font-size: 1.25em;
line-height: 1.5;
margin: 2em 0 1em;
}
/* dedicatoria */
.dedicatoria {
margin: 25% 3% 0 15%;
font-style: italic;
}
.dedicatoria p {
font-size: 0.85em;
line-height: 1.5;
text-align: right;
}
/* El valor por defecto de
es un espacio en blanco para marcar saltos de contexto. */
hr {
height: 3em;
}
/* Control de silabeo. Asegurese de agregar cualquier estilo que no quiera que el e-reader divida con guiones, como los subtítulos, versos, etc. */
.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. */
h1 + p, h2 + p, hr + p {
text-indent: 0;
}
/* ESTILOS GENERALES */
/* ESTILOS DE TITULO */
.subh1 {
font-family: serif;
font-size: 1.25em;
font-weight: bold;
line-height: 1.5;
margin-bottom: 3em;
padding: 0;
text-align: center;
}
.subtit {
font-family: serif;
font-size: 1.25em;
font-weight: normal;
line-height: 1.5;
margin-bottom: 3em;
padding: 0;
text-align: center;
}
.subtit1 {
font-family: serif;
font-size: 1.25em;
font-weight: normal;
line-height: 1.5;
margin: 0 16px 1em 16px;
padding: 0;
text-align: center;
}
/* ESTILOS DE PARRAFO */
.carta {
font-size: 0.85em;
line-height: 1.5;
margin: 1em 0 1em 16px;
padding: 0;
text-align: justify;
text-indent: 1em;
}
.shortpoem {
font-size: 0.85em;
margin-left: 32px;
text-align: left;
text-indent: 0;
}
#QUOTE {
margin: 0 0 0 50%;
padding: 4em 0 0 0;
text-align: right;
}
.quote {
font-size: 0.85em;
line-height: 1.5;
margin: 0;
padding: 0;
text-align: right;
text-indent: 1em;
}
.quote-sign {
font-size: 0.85em;
line-height: 1.5em;
margin-right: 16px;
padding: 0;
text-align: right;
text-indent: 0;
}
/* ESTILOS DE IMAGEN Y ESPECIALES */
.image {
display: block;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.image img {
max-height: 100%;
max-width: 100%;
}