/* 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%; } /* ESTILOS GENERALES. */ /* encabezados */ h1 { font-size: 1.5em; margin: 20% 0 2em; font-family: "Romic-Light"; } /* dedicatoria */ .dedicatoria { margin: 25% 3% 0 15%; text-align: right; } .dedicatoria p { text-align: right; text-indent: 0; } /* imágenes simples */ .ilustra { margin: 1em 0; text-align: center; text-indent: 0; display: block; } /* 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, blockquote + p { text-indent: 0; } /* bloques */ .cita p { font-size: 90%; text-indent:0; } @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); } @font-face { font-family: "Romic-Light"; font-style: normal; font-weight: normal; src: url(../Fonts/Romic-Light.ttf); } p { font-family: "OrigGarmnd BT"; } .capitular, .precapitular { float: left; margin: -0.1em 0.4% -0.2em 0; text-indent: 0; line-height: 1em; height: 1em; } .capitular { font-size: 300%; font-weight: bold; } .precapitular { font-size:150%; }