/* ePub base r2.1 ePubLibre - style.css*/ p { margin: 0; text-align: justify; text-indent: 1.5em; line-height: 125%; } /* ESTILOS GENERALES. PUEDE ADAPTARLOS O ELIMINARLOS SI NO LOS USA*/ h1 { font-size: 1.5em; margin: 20% 0 10%; } h2 { font-size: 1.4em; margin: 20% 0 10%; } /* 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; } /* ESTILOS DE EJEMPLO PARA EL EPUB-BASE. ELIMINAR SI NO SE USAN */ h1 + p, h2 + p, hr + p, blockquote + p { text-indent: 0; } /* Equivale a aplicar el estilo .asangre a todas los párrafos que cumplan con las condiciones especificadas, por ejemplo los que van después de un título o salto de escena
. Puede agregar otros estilos a la lista. */ .carta { margin: 1.25em 7.5%; } .carta p { margin-top: .25em; text-indent: 0; font-style: italic; font-size: .9em; } .firma, .firma p { text-align: right; text-indent: 0; margin: .75em 0; }