/* 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:"centurygothicbold", centurygothicbold; } h2 { margin: 2em 0 1em; } h2 { font-size: 1.2em; font-family:"centurygothicbold", centurygothicbold; } /* saltos */ .salto10 { padding-top: 1em; } .salto25 { padding-top: 2.5em; } /* imágenes simples */ .ilustra { margin: 1em 0; text-align: center; text-indent: 0; display: block; } .ilustra img { height: 75%; max-height: 75%; } /*** ESTILOS DE EJEMPLO PARA EL EPUB-BASE. ELIMINAR SI NO SE USAN ***/ @font-face { font-family:"centurygothicbold"; font-style:normal; font-weight:normal; src:url(../Fonts/centurygothicbold.ttf) } .capi { font-size:400%; float:left; margin:-0.1em 0.1em -0.25em 0; text-indent:0; line-height:1em; height:1em; font-family:"centurygothicbold", centurygothicbold; } .capiII { font-size:250%; float:left; margin:-0.1em 0.1em -0.3em 0; text-indent:0; line-height:1em; height:1em; font-family:"centurygothicbold", centurygothicbold; } .fin { margin-top:3em; font-size:1.3em; text-align:center; text-indent:0; font-family:"centurygothicbold", centurygothicbold; }