/* párrafo */ p { text-indent: 1.5em; } /* encabezados */ h1 { font-size: 1.5em; margin: 25% 0 1em; text-align: center; } /* Equivale a aplicar el estilo .asangre*/ h1 + p { text-indent: 0; } /* Capitales */ .capital { font-size: 260%; font-weight: normal; float: left; margin: -0.1em 0.1em -0.2em 0; text-indent: 0; line-height: 120%; } /* poema */ .poema { margin-top: 0.5em; text-align: center; } .poema p { text-indent: 0; } .alinear { display: inline-block; } /* 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); }