/* párrafo */ p { text-indent: 1.5em; } /* encabezados */ h1 { font-size: 1.5em; margin: 25% 0 1em; } .h1 { font-size: 1.5em; font-weight: bold; } .h1 p { text-align: center; text-indent: 0; } h2 { text-align: left; margin-top: 2em; } /* Equivale a aplicar el estilo .asangre*/ h1 + p { text-indent: 0; } /* dedicatoria */ .dedicatoria { margin: 25% 3% 0; text-align: right; font-style: italic; font-family: "ITC Bookman Std"; } .dedicatoria p { text-indent: 0; text-align: left; } .alinear { display: inline-block; } /* saltos */ .saltoinicio { margin-top: 25%; } /* saltos de contexto */ hr.linea { width: 10em; margin: 0.5em 0 0.5em 5%; height: 0; border: none; border-top: 0.125em dotted grey; } /* Capitales */ .capital { font-size: 260%; font-weight: normal; float: left; margin: -0.1em 0.1em -0.2em 0; text-indent: 0; line-height: 120%; } /* mensaje, poema */ .mensaje { margin: 1em 0 1em 1.5em; font-family: "ITC Bookman Std"; font-style: italic; } .poema { margin: 1em 0; text-align: center; font-family: "ITC Bookman Std"; font-style: italic; page-break-inside: avoid; break-inside: avoid; } .poema p { text-indent: 0; } /* imagenes */ .ilustra { width: 100%; text-align: center; } /* i, cite */ i, cite { font-family: "ITC Bookman Std"; } /* fuentes */ @font-face { font-family: "ITC Bookman Std"; font-style: italic; font-weight: normal; src: url(../Fonts/BookmanStd-I.otf); } @font-face { font-family: "ITC Bookman Std"; font-style: normal; font-weight: normal; src: url(../Fonts/BookmanStd.otf); } .book { font-family: "ITC Bookman Std"; font-style: italic; }