/* ePub base r2.0 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; } /* ESTILOS GENERALES. PUEDE ADAPTARLOS O ELIMINARLOS SI NO LOS USA*/ /* encabezados */ h1 { font-size: 1.5em; margin: 5% 0 2em; } h1 + p { text-indent: 0; } /* ESTILOS PERSONALES*/ @font-face { font-family:"cour"; font-style:normal; font-weight:normal; src:url(../Fonts/cour.ttf) } .cour { font-family: "cour", monospace; line-height: .9em; } .enumuno { text-indent: 3em; } .enumdos { text-indent: 4.5em; } .subtitulo { text-align: center; font-size: 1.25em; text-indent: 0; } .imgcapital { float: left; margin: 0 2% 2% 0; width: 20%; } .cubierta img { height: 100%; } .imginc { text-indent: 0; text-align: center; } .imginc img { height: 50%; } .imgsizq { max-width: 45%; max-height: 45%; float: left; text-indent: 0; } .imgsder { max-width: 45%; max-height: 45%; float: right; text-indent: 0; } .firmaconfesion { margin-left: 50%; }