/* ePub base r2.1 ePubLibre - style.css*/ /*ESTILO DE PÁRRAFO POR DEFECTO */ p { margin: 0; text-align: justify; text-indent: 1.5em; line-height: 125%; } /* encabezados */ h1 { font-size: 1.4em; margin: 20% 0 2em; font-weight: normal; } h2 { margin: 2em 0 1em; font-size: 1.25em; font-weight: normal; } /* dedicatoria */ .dedicatoria { margin: 25% 3% 0 15%; text-align: right; } .dedicatoria p { text-align: right; text-indent: 0; } /* saltos */ .saltoinicio { margin-top: 25%; } .salto05 { padding-top: 0.5em; } hr { height: 2.5em; } /* Control de silabeo. */ .dedicatoria { adobe-hyphenate: none; -ms-hyphens: none; -moz-hyphens: none; -webkit-hyphens: none; -epub-hyphens: none; hyphens: none; } /* Siguiente párrafo asangre */ h1 + p, h2 + p, hr + p { text-indent: 0; } p.quote_1 { margin-left: 6%; } p.quote_2 { font-size: 0.84em; margin-left: 12%; } .docu-titulo { font-size: 1em; margin-bottom: 1em; margin-top: 5em; text-align: center; } @font-face { font-family: "OrigGarmnd BT"; font-style: normal; font-weight: bold; src: url(../Fonts/GaramondOriginal-B.ttf); } @font-face { font-family: "OrigGarmnd BT"; font-style: italic; font-weight: bold; src: url(../Fonts/GaramondOriginal-BI.ttf); } @font-face { font-family: "OrigGarmnd BT"; font-style: italic; font-weight: normal; src: url(../Fonts/GaramondOriginal-I.ttf); } @font-face { font-family: "OrigGarmnd BT"; font-style: normal; font-weight: normal; src: url(../Fonts/GaramondOriginal.ttf); } p, h1 { font-family: "OrigGarmnd BT"; }