/* 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;
}
/* 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;
}
/* saltos */
.saltoinicio {
margin-top: 25%;
}
.salto10 {
padding-top: 1em;
}
/* 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;
}
/*** ESTILOS DE EJEMPLO PARA EL EPUB-BASE. ELIMINAR SI NO SE USAN ***/
hr + p {
text-indent: 0;
}
/* Fuentes Latin Extendido A*/
@font-face { font-family:"TimesLatinExtA"; font-style: normal; font-weight: normal; src:url(../Fonts/TimesLatinExtA.ttf) }
@font-face { font-family:"TimesLatinExtA"; font-style: italic; font-weight: normal; src:url(../Fonts/TimesLatinExtAIt.ttf) }
@font-face { font-family:"TimesLatinExtA"; font-style: normal; font-weight: bold; src:url(../Fonts/TimesLatinExtABd.ttf) }
h1 {
font-size: 1.1em;
padding-top: 4em;
text-indent: 0;
text-align: center;
font-weight: normal;
}
.subtitulo {
font-family: sans-serif;
margin-top: 0.3em;
font-size: 1.5em;
text-indent: 0;
text-align: center;
font-weight: bold;
}
h1.prologo {
font-size: 0.91em;
padding-top: 4.84em;
text-indent: 0;
text-align: center;
}
.subtitulo-prologo {
font-size: 1.2em;
font-family: sans-serif;
margin-top: 0.35em;
text-indent: 0;
text-align: center;
font-weight: bold;
}
.subt-prologo {
font-family: sans-serif;
font-size: 1em;
text-indent: 0;
text-align: left;
margin: 1.18em 0;
padding-top: 1.18em
}
h2 {
margin: 0;
font-family: sans-serif;
font-size: 1.3em;
padding: 1em 0 0.6em 0;
text-indent: 0;
text-align: center;
font-weight: bold;
}
.subtitulo2 {
padding: 0 0 1em 0;
font-family: sans-serif;
font-size: 1.1em;
text-indent: 0;
text-align: center;
font-weight: bold;
}
.subtitulo2vis {
padding: 0;
font-family: sans-serif;
font-size: 1.1em;
text-indent: 0;
text-align: center;
font-weight: bold;
}
.subtitulo2a {
padding: 0 0 1em 0;
font-family: sans-serif;
font-size: 1.1em;
text-indent: 0;
text-align: center;
font-weight: bold;
}
h3 {
font-family: sans-serif;
font-size: 1.2em;
padding-top: 1.08em;
text-indent: 0;
text-align: center;
}
/******************************/
.inicap {
width: 100%;
}
div.imgcap {
margin: 0 8% 0 8%;
}
div.imgtxt {
margin: 1em 8% 1em 8%;
}
.caja-alta {
font-size: 90%;
}
blockquote.menornoin {
display: block;
margin: 1em 0 1em 1.628em;
text-align: justify;
font-size: 0.91em;
line-height:1.25;
text-indent: 0;
quotes: none;
}
.pmenorfirma {
font-size: 0.91em;
margin-right: 1.628em;
text-align: right;
}
.pmenorcentro {
font-size: 0.91em;
text-indent: 0;
margin-left: 1.628em;
text-align: center;
}
.poemamenor {
font-size: 0.91em;
text-indent: 0;
text-align: left;
margin: 1em 0 1em 20%;
}
.poemamenor2 {
font-size: 0.91em;
text-indent: 0;
text-align: left;
margin: 1em 0 1em 10%;
}
.poemamenor3 {
font-size: 0.91em;
text-indent: 0;
text-align: left;
margin: 1em 0 1em 7%;
}
.firmaderecha {
margin-right: 1.3em;
text-align: right;
}
.firmaprologo {
text-indent: 0;
margin: 1.3em 1.3em 0 0;
text-align: right;
}
.sve {
font-family: "TimesLatinExtA";
}
.sve2 {
font-family: "TimesLatinExtA";
}
.formula {
vertical-align: -8px;
}
.spanfor {
line-height: 0;
}
hr + p {
text-indent: 0;
}
div.imageng {
width: auto;
max-width: 100%;
height: auto;
max-height: 100%;
margin: 0;
padding: 0;
font-size: 0;
text-align: center;
text-indent: 0;
}
div.imageng {
}
.marg16 { margin-left:16%; }
.marg15 { margin-left:15%; }
.marg14 { margin-left:14%; }
.marg13 { margin-left:13%; }
.marg12 { margin-left:12%; }
.marg11 { margin-left:11%; }