/* ePub base r2.1 ePubLibre - style.css*/ p { margin: 0; text-align: justify; text-indent: 1.5em; } /* ESTILOS GENERALES. */ /* encabezados */ h1 { font-size: 1.5em; margin: 20% 0 2em; } blockquote { display: block; margin-top: 1em; margin-right: 9%; margin-bottom: 1em; margin-left: 9%; quotes: none; font-style: italic; } h1 + p, p.subtitulo + p { text-indent: 0; } /* ----- ESTILOS PERSONALES ----- */ /* Títulos y subtitulos*/ .titulo { margin: 25% 0 .5em; text-indent:0; font-weight:normal; text-align:left; color:#3B170B; text-decoration: underline; font-size: 1.5em; } .subtitulo { margin: 2em 0 1em; text-indent: 0; font-size: 1.2em; font-weight: normal; text-align: left; color: #3B170B; } /*Letra capitular*/ .capitular { font-size: 450%; font-weight: bold; float: left; margin: -0.1em 0.125em -0.2em -0.05em; text-indent: 0; line-height: 1em; height: 1em; color: #3B170B; } .precapitular { font-size: 200%; float: left; margin: .4em 0.125em -0.2em 0; text-indent: 0; line-height: 1em; height: 1em; color: #3B170B; } /* Asteriscos*/ .asteriscos { text-align: center; text-indent: 0; font-size: 1.5em; padding: 1em 0; }