/* 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.3em; margin: 20% 0 2em; text-align: left; font-family: "ITCAvantGardeStdBold", ITCAvantGardeStdBold; } /* dedicatoria */ .dedicatoria { margin: 25% 3% 0 15%; text-align: center; } .dedicatoria p { text-align: center; text-indent: 0; } /* saltos */ .salto10 { padding-top: 1em; } /* 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. ELIMINAR SI NO SE USAN */ h1 + p { text-indent: 0; } @font-face {font-family:"ITCAvantGardeStdBold"; font-style:normal; font-weight:normal; src:url(../Fonts/ITCAvantGardeStdBold.otf)} .asteriscos {margin: 1em 0; font-size: 1.2em; text-indent: 0; text-align: center; } .resalte {margin: 1em 0; font-weight: bold; font-style: italic; } .salto10 p {padding-top: 1em; } .grande {font-size: 1.1em; } .pequena {font-size: 0.95em; margin: 1em; } .biog { text-indent:0; color:#696969; padding-top: 2em; font-family:"ITCAvantGardeStdBold", ITCAvantGardeStdBold;}