/* 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*/ /* encabezados */ h1 { font-size: 1.5em; margin: 20% 0 2em; } /* saltos */ .salto25 { padding-top: 2.5em; } .saltoinicio { padding-top: 33%; } /* ESTILOS DE EJEMPLO PARA EL EPUB-BASE. ELIMINAR SI NO SE USAN */ @font-face {font-family:"ACaslonProRegular"; font-style:normal; font-weight:normal; src:url(../Fonts/ACaslonProRegular.ttf) } @font-face {font-family:"ACaslonProBold"; font-style:normal; font-weight:normal; src:url(../Fonts/ACaslonProBold.ttf) } .tit {margin-top:8%; font-size: 1.3em; text-align:center; font-family:"ACaslonProRegular", ACaslonProRegular; text-indent: 0; } .sub {font-size:1.6em; text-align:center; font-family:"ACaslonProBold", ACaslonProBold; margin:4% 0 15%; text-indent: 0; } .asangre25 p{padding-top: 2.5em; text-indent: 0; } .verso {margin-left: 10%; text-indent: 0; font-style: italic; }