/* ePub base r2.1 ePubLibre - style.css*/ /*ESTILO DE PÁRRAFO POR DEFECTO*/ p { margin: 0; text-align: justify; text-indent: 1.5em; line-height: 125%; } /* encabezados */ h1 { font-size: 1.5em; margin: 20% 0 2em; font-family: serif; } h2 { margin: 2em 0 1em; font-family: serif; font-size: 1.4em; } /* dedicatoria */ .dedicatoria { margin: 25% 3% 0 15%; text-align: right; } .dedicatoria p { text-align: right; text-indent: 0; } /* saltos */ .salto25 { padding-top: 2.5em; } hr { height: 2.5em; } hr.imagen { width: auto; border: none; margin: 1.25em 0; height: 1em; text-indent: 0; text-align: center; background: url(../Images/separacio.jpg) no-repeat center; background-size: 4em 1.5em; overflow: hidden; } hr + p { text-indent: 0; } .subtit { text-align: center; text-indent: 0; font-family: serif; font-size: 1.5em; margin: 0.5em 0 0; } .subtit1 { text-align: center; text-indent: 0; font-family: serif; font-weight: bold; font-size: 1.8em; margin: 2em 0 1em; } .lugar { font-family: serif; font-size: 1.3em; font-style: italic; margin: 1em 0 2em; text-align: center; text-indent: 0; } @font-face { font-family: "CrullerW01"; font-style: normal; font-weight: normal; src: url(../Fonts/CrullerW01.ttf); } .capital { font-family: "CrullerW01"; font-size: 400%; float: left; margin: -0.1em 0.125em -0.2em 0; text-indent: 0; line-height: 0.8em; height: 1em; } .precapital { font-family: "CrullerW01"; font-size: 300%; float: left; margin: -0.1em 0.125em -0.2em 0; text-indent: 0; line-height: 1em; height: 1em; } ul { list-style-type: none; margin-left: 33%; }