/* párrafo */ p { text-indent: 1.8em; } /* encabezados */ h1 { font-size: 1.5em; margin: 25% 0 1em; } /* 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%; } .precapital { font-size: 200%; float: left; margin: 0.1em 0 -0.1em; line-height: 120%; } /* imagenes */ .ilustram { width: 100%; text-align: center; } .ilustram img { width: 50%; } /* i, cite, cursiva */ i, cite, .cursiva { 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); }