/* 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: 2em; margin: 20% 0 0.8em; color: #124f9f; } h2 { font-size: 1.5em; margin: 20% 10% 1em; color: #124f9f; } /* dedicatoria */ .dedicatoria { margin: 25% 3% 0 15%; text-align: right; } .dedicatoria p { text-align: right; text-indent: 0; } /* saltos */ hr { height: 2.5em; } hr.imagen { width: auto; border: none; margin: 1em 0; height: 1em; text-indent: 0; text-align: center; background: url(../Images/asterisco.svg) no-repeat center; background-size: 3em 1em; overflow: hidden; } /* 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, blockquote + p { text-indent: 0; } /* Varios */ th, td { border: 2px solid black; width: 32%; vertical-align:middle; padding:0.5%; } .cita { margin: 1.2em 2% 1em 19%; } .cita p { text-indent: 0; font-size: .95em; font-style: italic; } .capital, .precapital { font-weight: bold; float: left; margin: -0.1em 0.3% -0.2em 0; text-indent: 0; line-height: 1em; height: 1em; } .capital { font-size: 300%; } .precapital { font-size: 180%; } .poemacorto { padding: 1em 0; } .poemacorto p { font-size: 0.875em; line-height: 1.25em; margin: 0 3% 0 15%; text-align: left; text-indent: -4%; } /* Fuentes */ @font-face { font-family: "ZapfChancery"; src: url(../Fonts/ZapfChanceryStd-Roman.otf); } h1, h2 { font-family: "ZapfChancery", ZapfChancery; font-weight: normal; } @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 { font-family: "OrigGarmnd BT"; }