/* párrafo */ p { text-indent: 1.5em; } /* encabezados */ h1 { font-size: 1.5em; margin: 25% 0 1em; text-align: center; } /* dedicatoria */ .dedicatoria { margin: 30% 3% 0 0; font-style: italic; font-family: "ITC Bookman Std"; } .dedicatoria p { text-align: right; } /* Equivale a aplicar el estilo .asangre*/ h1 + p { text-indent: 0; } /* saltos de contexto */ hr { height: 1.5em; } /* saltos de contexto */ hr.imagen { width: auto; border: none; margin: 1em 0; height: 1em; text-align: center; background: url(../Images/asterisco3.png) no-repeat center; background-size: 3em 1em; overflow: hidden; } /* Capitales */ .capital { font-size: 260%; font-weight: normal; float: left; margin: -0.1em 0.1em -0.2em 0; text-indent: 0; line-height: 120%; } .precapital { font-size: 200%; float: left; margin: 0.1em 0 -0.1em; line-height: 120%; } .guion { font-weight: bold; float: left; margin: 0.7em 0 -0.7em; } /* manuscrito */ .manuscrito { margin: 0.5em 5%; text-indent: 0; font-style: italic; font-family: "ITC Bookman Std"; } /* 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: "Book Antiqua"; font-style: normal; font-weight: normal; src: url(../Fonts/BookAntiqua.ttf); } .cirilico { font-family: "Book Antiqua"; }