/* ePub base r2.1 ePubLibre - style.css*/ /*ESTILO DE PÁRRAFO POR DEFECTO Edite y habilite o deshabilite un estilo por defecto para el libro, o cree su propio estilo de párrafo personalizado que se adapte al mismo. Recuerde que afectará a todo el contenido, exceptuando las páginas que no enlacen este css (como las fijas). Tambien puede crear uno propio que se ajuste a sus necesidades. OJO: NO SE DEBE ASIGNAR UN TAMAÑO DE FUENTE POR DEFECTO PARA

, deje que el lector escoja el que le sea más comodo para la lectura. */ /* El estilo por defecto es el de párrafo normal, apto para novelas, relatos, ensayos, etc.*/ p { margin: 0; text-align: justify; text-indent: 1.5em; line-height: 125%; } /* Estilo de párrafo aleman o moderno. Apto para obras como manuales, obras de referencia, obras científicas o técnicas, etc.*/ /* p { margin: 1em 0; text-align:justify; text-indent:0; line-height: 125%; } */ /* ESTILOS GENERALES. PUEDE ADAPTARLOS O ELIMINARLOS SI NO LOS USA*/ /* encabezados */ h1 { font-size: 1.5em; margin: 20% 0 2em; } /* dedicatoria */ /* saltos */ .saltoinicio { margin-top: 25%; } .salto05 { padding-top: 0.5em; } .salto10, .salto10 p { padding-top: 1em; } .salto25 { padding-top: 2.5em; } /* El valor por defecto de


ahora es un espacio en blanco para marcar saltos de contexto. Cambie la altura del mismo a su conveniencia modificando el atributo height */ hr { height: 2.5em; } /* el siguiente par de clases son ejemplos de distintas variaciones para los saltos de contexto. Modifiquelos a su gusto */ hr.imagen { width: auto; border: none; margin: 1em 0; height: 1em; text-indent: 0; text-align: center; background: url(../Images/asterisco3.png) no-repeat center; background-size: 3em 1em; overflow: hidden; } hr.lineap1 { width: 60%; margin: 1em -6%; height: 0; border: dotted; border-top: 0.1em solid white; } hr.lineap2 { width: 40%; margin: 1em 0; height: 0; border: dotted; color: grey; border-top: 0.1em solid white; } hr.lineap3 { width: 96%; margin: 1em -4%; height: 0; border: dotted; border-top: 0.1em solid white; } /* cambie la imagen de background a su gusto */ /* imágenes simples */ /* Control de silabeo. Asegurese de agregar cualquier estilo que no quiera que el e-reader divida con guiones, como los subtítulos, versos, etc. */ /* ESTILOS DE EJEMPLO PARA EL EPUB-BASE. ELIMINAR SI NO SE USAN */ h1 + p { text-indent: 0; } /* Equivale a aplicar el estilo .asangre a todas los párrafos que cumplan con las condiciones especificadas, por ejemplo los que van después de un título o salto de escena
. Puede agregar otros estilos a la lista. */ /*Estilos personales*/ .titprin {margin-bottom: 0;} .titprin1 { font-style: normal; font-weight: normal; text-decoration: none; font-size:1em; margin-bottom:0;} .titprin2 { text-align: left; text-indent:0; font-style: normal; font-weight: normal; text-decoration: none; font-size:1em; margin-bottom:2.5em;} .subtit {text-align: center; text-indent:0; margin-top:0; font-weight: bold;} .subtit1 {text-align: center; text-indent:0; margin-top:0; font-weight: bold; font-size:1.2em;} .subtit2 {margin-bottom: 1.5em; text-align: center; text-indent:0; margin-top:0; font-weight: bold; font-size:1.2em;} .subtit3 {text-align: center; text-indent:0; margin-top:1.5em; margin-bottom:0.5em; font-weight: bold;} .font05 {font-size: 0.5em; line-height: 1.2; vertical-align: super; vertical-align: 125%;} .font15 {margin:1em 0; font-size: 1.5em; text-align: left; text-indent:0; font-family:serif;} .font15c {margin:0 37.5%; font-size: 1.5em; text-align: center; text-indent:0; font-family:serif;} .citaspec {margin: 25% 0 0 5%; } .citaspec1 {margin: 1.5em 0 1em 10%; font-size:0.95em; font-style: italic; } .citaspec2 {margin: 1.5em 0 1em 4.5%; font-size:0.95em; } .centrarversos { text-align:center; text-indent:0; margin:1em 0.5%; } .versoscen { display:inline-block; margin-left:4.5%; } .versoscen p { text-align:left; line-height:1.3em; text-indent:-4.5%; } .verso { margin:2em 0 2em 20%; } .verso p { text-align:left; line-height:1.2em; font-style:italic; text-indent:-2em; } .verso1 { margin:1em 0 1em 3%; } .verso1 p { text-align:left; line-height:1.2em; font-style:italic; text-indent:-3%; } .verso2 { margin:2em 0 2em 10%; } .verso2 p { text-align:left; line-height:1.2em; font-style:italic; text-indent:-2em; } .dedi {padding-top:1em; text-align:right; text-indent:0; font-style:italic;} .ajuste {margin-left: 25%;} .ajuste0 {margin-left: 15%;} .ajuste01 {margin-left: 21%;} .ajuste02 {margin-left:10%;} .ajuste03 {margin-left: 7.5%;} .ajuste1 {margin-left: 35%;} .ajuste2 {margin-left: 40%;} .ajuste3 {margin-left: 45%;} .ajuste4 {margin-left: 55%;} .ajuste5 {margin-left: 65%;} .ajuste6 {margin-left: 70%;} p.ajustev {font-style: normal; font-weight: normal; text-decoration: none; margin-left: 35%; margin-top: 0.5em;} .autor1 {font-style: normal; font-weight: normal; text-decoration: none; text-align:right; text-indent:0; padding-top: 0.5em;} .firmas {margin: 0.5em 0 0 20%; text-align: justify; text-indent:0;}