/* ePUB base v2.1 epubgratis.me*/ /* -------- ESTILOS NO MODIFICABLES -------- */ body { font-family:"Times New Roman", Times, serif; margin:1em; } p { margin:0; text-align:justify; text-indent:1.5em; line-height:1.3em; } a { text-decoration:none; } sup, sub { font-size:0.75em; line-height:normal; } /* ----------------------------------------- */ /* encabezados */ h1, h2, h3, h4, h5, h6 { margin-top:33%; text-align:center; text-indent:0; -webkit-hyphens:none; adobe-hyphenate:none; -moz-hyphens:none; hyphens:none; } h1 { font-size:1.7em; } h2 { font-size:1.6em; } h3 { font-size:1.5em; } h4 { font-size:1.4em; } h5 { font-size:1.3em; } h6 { font-size:1.2em; } /* tipografía */ .sans, .sans em, .sans strong { font-family:"Helvetica Neue", Helvetica, Verdana, Arial, "Trebuchet MS", Trebuchet, sans-serif; } .mono, .mono em, .mono strong { font-family:"Courier New", Courier, monospace; } .cursiva, em, i { font-style:italic; } .negrita, strong, b { font-weight:bold; } .tachado, strike, s { text-decoration:underline; } .subrayado, u { text-decoration:line-through; } .normal { font-style:normal; font-weight:normal; text-decoration:none; } .versalita { font-size:0.8em; } /* para texto en mayúsculas cuyo tamaño, sin embargo, es similar al de las minúsculas */ /* alineación */ .izquierda, .izquierda p { text-align:left; } .derecha, .derecha p { text-align:right; text-indent:0; } .centrado, .centrado p { text-align:center; text-indent:0; } .justificado, .justificado p { text-align:justify; } .asangre, .asangre p { text-indent:0; } /* saltos */ .saltoinicio { margin-top:33%; } .salto25 { padding-top:2.5em; } .salto10 { padding-top:1em; } /* bloques */ .sinmargen { margin:0; } .cita { margin:1.5em; } .bloque { page-break-inside:avoid; } /* evita que un elemento se divida entre dos páginas en algunos lectores */ .banner { margin:1.5em 12%; padding:0.5em 1em; text-align:center; text-indent:0; border:2px solid black; border-left:none; border-right:none; } .banner p { text-align:center; text-indent:0; } /* listas */ li { text-align:justify; line-height:1.3em; } /* ------------- AÑADE AQUÍ TUS PROPIOS ESTILOS ------------- */ /* Letra capital */ .capitular { font-size:300%; font-weight:bold; float:left; margin:-0.1em 0.125em -0.2em 0em; text-indent:0em; line-height:1em; height:1em; } /* Poner en el código:

Amanecía...

*/ /* Separador de asteriscos */ .asteriscos { text-align:center; text-indent:0em; font-size:1.2em green; padding-top:1,5em; padding-bottom:1.em; } /* Poner en el código:

* * *

*/ .pequena { font-size:0.8em; } .linea { border-bottom:2px solid green; } /* Imágenes a toda página */ .ilustra { margin:0; } .ilustra img { height:100%; max-width:100%; } /* Poner en el código:

*/ /* Imagen horizontal (alargada) */ .ilustraalargada img { max-width:100%; } /* Imagen vertical (estirada) */ .ilustraestirada img { max-height:100%; } /* Con el max te mantiene el tamaño de la imagen. Si quieres que se ajuste a toda la pantalla (aunque dejará igualmente un pequeño espacio) quitas el max-: .ilustraalargada img { width:100%; } */ .capitulo{ padding-bottom: 2.5em; text-align: center; margin-bottom:0.1em; margin-top:0.2em} /* Minisalto */ .minisalto { padding-top: 0.5em; } /* Salto de página: poner el tag h1 aplicando el estilo saltodepagina definido Ejemplo:

*/ .saltodepagina { page-break-after:always; }