/* párrafo */ p { text-indent: 1.5em; } /* encabezados */ h1 { font-size: 1.5em; margin: 25% 0 0.5em 0; } .subtit { font-size: 1.2em; margin: 0 6% 1.5em 6%; text-align: center; font-weight: bold; } /* Equivale a aplicar el estilo .asangre*/ h1 + p, .subtit + p { text-indent: 0; } /* dedicatoria */ .dedicatoria { margin: 25% 3% 0 35%; font-style: italic; font-family: "ITC Bookman Std"; text-indent: 0; text-align: left; } /* 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%; } .guion { font-weight: bold; float: left; margin: 0.7em 0 -0.7em; } /* mensaje */ .mensaje { margin: 1em 6%; text-indent: 0; font-style: italic; font-family: "ITC Bookman Std"; } /* imagenes */ .ilustra { width: 100%; text-align: center; } /* fuentes */ @font-face { font-family: "ITC Bookman Std"; font-style: italic; font-weight: normal; src: url(../Fonts/BookmanStd-I.otf); }