/* 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.8em; margin: 20% 0 2em; padding: 0 0 6px; border-bottom: 1px solid #999; color: #900; font-weight: normal; text-align: right; } h2 { font-size: 1.3em; border-bottom: 1px solid #999; color: #900; font-size: 1.3em; font-weight: normal; margin: 2em 10% 1em 0; text-indent: 0; text-align: left; } .subtit { color: #124f9f; margin: -2em 0 1.65em 10%; font-size: 1.3em; text-indent: 0; text-align: right; } /* dedicatoria */ .dedicatoria { margin: 25% 3% 0 15%; text-align: right; } .dedicatoria p { text-align: right; text-indent: 0; } .subtit2 { font-size: 1.1em; font-weight: bold; margin: 1.5em 0 1em; text-indent: 0; font-style: italic; } /* saltos */ .salto10 p { padding-top: 1em; } hr { height: 2.5em; } /* imágenes simples */ .ilustra { margin: 1em 0; text-align: center; text-indent: 0; display: block; } /* Control de silabeo. */ .dedicatoria, .subtit, .subtit2 { 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, .subtit + p, .subtit2 + p { text-indent: 0; } /* estilos varios */ .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%; } .biblio dt { margin: 0.5em 0 0 0; font-weight: bold; } .biblio dd { font-family: serif; font-size: 90%; line-height: 1.3em; } .inicialgrande { font-size: xx-large; font-weight: bolder; line-height: 1.3em; margin: 0; text-align: left; text-indent: 0; } /* fuentes */ @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, h2, dt, dd { font-family: "OrigGarmnd BT"; }