/* ePUB base v2.0 epubgratis.me*/ /*@font-face{font-family:"Beatrice";font-style:normal;font-weight:normal; src:url(../Fonts/Beatrice.ttf)}*/ /* -------- 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 { font-style:italic; } .negrita { font-weight:bold; } .tachado { text-decoration:line-through; } .subrayado { text-decoration:underline; } .normal { font-style:normal; font-weight:normal; text-decoration:none; } .versalita { font-size:0.9em; } /* 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; } .banner2 { margin:1.5em 25%; padding:0.5em 1em; text-align:center; text-indent:0; border:2px solid black;} .banner2 p { text-align:center; text-indent:0; } /* listas */ li { text-align:justify; line-height:1.3em; } /* ------------- AÑADE AQUÍ TUS PROPIOS ESTILOS ------------- */ .apple { font-family:"Apple Chancery",serif;} .apple2 { font-family:"Snell Roundhand",serif; font-size: 1.2em;} .apple3 { font-family:"Linen",serif; font-size: 1.2em;} .caligrafia { font-family: "Lucida Calligraphy", Lucida Calligraphy, sans-serif; } .bea { font-family: "Beatrice",fantasy; font-size: 1.9em;} /* tipografía */ .capital { font-variant:small-caps; } .small { font-size:0.7em; } .big { font-size:1.25em; } .big2 { font-size:3.25em; } .versal { font-size:90%; } .mayusculas {text-transform: uppercase; font-size:80%} .lcapital { float: left; padding-right: 5px; display: block; font-size: 400%; line-height: 60px; } .primera-letra { font-size:140%;} /* alineación */ .francesa { margin-left: 1.5em; text-indent: -1.5em; } .francesa2 { margin-left: 30%; text-indent: 0em; } .masindent {text-indent:4em;} .salgria { padding-top:2.5em; text-indent:0 } .subtit {padding-top:1.5em; text-align:center; } /* bloques */ .cita2 { margin:1.5em 5% 1.5em 5%; font-size: 0.95em; } .poema { margin: 1.5em 0 1.5em 1.5em; } .poema2 { margin: 1.5em 0 1.5em 10%; } .poema3 { margin: 1.5em 0 1.5em 25%; } .poema p { text-indent: 0; font-style: italic; } /* asangre automáticos */ /*.salto25 + p { text-indent:0;}*//* <------Usar como estilo asangre automático después de un salto---->*/ h3 + p { text-indent:0;} /* <-------Usar como estilo asangre automático después de un título h3---->*/ h3 + p + p.cita + p {padding-top:1em; text-indent:0;} /* Tablas */ table { border-collapse:collapse; border:1px solid black;} table, td, th { border:1px solid black;} table2 { margin: 1.5em auto; border-collapse:collapse;} caption {font-size:1.4em; font-weight:bold; caption-side:top; border-top:1px solid black; border-left:1px solid black;border-right:1px solid black;} td {padding: 0.2em 0.5em 0.2em 0.5em;} /* Imagen*/ .thumbnail { width:110px;} .BlancheGrimoire {width:300px;} .saltoImagen{ padding-bottom:0.7em; } .mapa { margin:2% auto;max-width:95%;height:95%; } .mapa img { height:100%; } .nota { width:450px;height:350px; } .filigrana { width:200px;height:130px; } img.vertical {vertical-align: middle; margin: 15px } img.izquierda { float: left;width: 50px;height: 70px; margin: 0 5px 0 0;border: 1px solid;padding: 3px 3px 3px 3px; display: block } img.derecha {float: right; width: 50px;margin: 0 0 10px 10px;display: block } img.centro {margin: 10px auto; display: block} /*Listas*/ ol{ list-style-type: lower-roman; } /*ol{ list-style-type: upper-roman;}*/ /*ol{ list-style-type: upper-latin;}*/ /*ol{ list-style-type: lower-latin;}*/ /*ol{ list-style-type: decimal-leading-zero;}*/ /*ol{ list-style-type: lower-alpha;}*/