/*FUENTES*/ /*=================================*/ @font-face { font-family: georgia; font-weight: normal; font-style: normal; } /*ELEMENTOS GENERALES*/ /*=================================*/ body { text-align: justify; font-family: georgia; } #cover { margin: 0; } #cover div { text-align: center; } .subtitle, .center, .fin { text-align: center; } h1, h2, h3, h4{ text-align: center; } h1, h1.titulo, p.capitular:first-letter{ font-family:Georgia; } h2, h2.titulo, h3, h3.titulo, div.autor p.autor { font-family:Georgia; } .imgcubierta{ height:95%;max-width:100%; } .dedicatoria { text-align: right; font-style: italic; margin-left: 40%; margin-top: 40%; margin-right:10px; } /*La dedicatoria aparece listada en la TOC de Sigil, pero no se muestra el rótulo "Dedicatoria"*/ div.dedicatoria h1, h1.autor{ display:none; } div.portada{ margin-top:25%; text-align: center; } div.line{ align: center; size: 1px; width: 50%;} #fin{ text-align: center; } /*DEDICATORIA*/ /*=================================*/ .dedicatoria { text-align: right; font-style: italic; margin-left: 40%; margin-top: 40%; margin-right:10px; } /*La dedicatoria aparece listada en la TOC de Sigil, pero no se muestra el rótulo "Dedicatoria"*/ div.dedicatoria h1{ display:none; } /*TABLA DE CONTENIDOS*/ /*=================================*/ ul.indice li { list-style-type:none; } /*TÍTULOS DE CAPÍTULO*/ /*=================================*/ h3.titulo{ color: #000; font-size: 80%; font-style: italic; } h2.titulo{ color: #000; } /*ORNAMENTOS QUE SEPARAN TÍTULOS O GRUPOS DE PÁRRAFOS, ASOCIADOS A
*/ /*=================================*/ hr + p:first-line { font-variant: small-caps; font-size: 1.1em; text-indent:0; } /*para anular el indentado y las small-caps en el índice, citas largas y notas*/ p + p, div > p, blockquote p { text-indent:1em; font-variant:none; } h1 + hr, h2 + hr, p + hr, ol + hr, ul + hr { height: 50px; border-width:0; } p + hr, ol + hr, ul + hr { height: 50px; border-width:0; } .hr-normal + hr { height: 12px; border-width:0; } /*LETRAS CAPITULARES*/ /*=================================*/ p.capitular:first-letter, hr + p.capitular:first-letter { font-size: 3em; font-weight: bold; float: left; margin-right: 0.2em; text-decoration: none; text-indent:0; color: #4579af; } /*FIGURAS Y LEYENDAS*/ /*=================================*/ div.autor p.leyenda { text-align:center; font-size:90%; font-style: italic; color: #999; } p.figura { text-align:center; } .autor{ height: 80%; max-width: 100%; }