/* ePub base r2.1 ePubLibre - style.css*/
/*ESTILO DE PÁRRAFO POR DEFECTO */
/* 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%;
}
/* ESTILOS GENERALES. PUEDE ADAPTARLOS O ELIMINARLOS SI NO LOS USA*/
/* encabezados */
h1 {
font-size: 1.5em;
margin: 20% 0 2em;
}
.subtit {
text-align:center;
text-indent:0;
font-size:1.4em;
font-weight:bold;
margin:-2em 0 4em 0
}
.entradaA {
margin-top:20%;
text-indent:0; }
/* saltos */
.salto05 {
padding-top: 0.5em;
}
.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;
}
/* cambie la imagen de background a su gusto */
/* imágenes simples */
.ilustra {
margin: 1em 0;
text-align: center;
text-indent: 0;
display: block;
}
.ilustra img { max-height:100%; max-width:100%; }
/* ESTILOS PERSONALES */
h1 + p, .subtit + p {
text-indent: 0;
}
blockquote.marge {
margin:0.5em 0 0.5em 5%;
}
blockquote.marge p{
margin-top:0.3em;
}
@font-face { font-family:"ZallmanCaps"; src:url(../Fonts/ZallmanCaps.TTF) }
.zall {
float:left;
margin:-0.1em 0.125em -0.2em 0;
text-indent:0;
line-height:1em;
height:1em;
font-family:"ZallmanCaps", ZallmanCaps;
font-size:410%;
}
.zallA {
font-size:1.4em;
margin-top:1.5em;
}
.icono1 {
margin:20% 0 1em;
text-align:center;
text-indent:0;
display:block;
}
.icono1 img {
max-height:80%;
max-width:80%;
}
.icono {
margin:1em 0;
text-align:center;
text-indent:0;
display:block;
}
.icono img {
max-height:80%;
max-width:80%;
}
blockquote.carta {
margin:1em 5% 1.5em 10%;
font-family:serif;
font-size:0.9em;
font-style: italic;
}
.biblio { margin:2.5em 1em 0 2.5em;}
.biblio p { padding-bottom:0.5em; text-indent:-2em;}