/* ePub base r2.1 ePubLibre - style.css*/ /*ESTILO DE PÁRRAFO POR DEFECTO*/ 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: 12% 0 2em; font-weight: normal; font-style: normal; font-size: 1.65em; text-decoration: none; font-family:"AiramLTStd"; color: #5e5e5d; } .capit { font-family:"AiramLTStd"; font-size: 3.10em; font-weight: normal; color: #5e5e5d; float:left; line-height:1.10em; padding:1px; margin-right: 3px; } .semicapit { font-family:"AiramLTStd"; font-size: 2em; font-weight: normal; color: #5e5e5d; float:left; margin-top:.5em; } /* dedicatoria */ .dedicatoria { margin: 25% 3% 0 15%; text-align: right; font-style: italic; font-weight: normal; } .dedicatoria p { text-align: right; font-style: italic; font-weight: normal; text-indent: 0; } .dedicatoria2 { margin: 25% 15% 0 15%; text-indent: 0em; font-style: normal; font-weight: normal; } .dedicatoria2 p { text-indent: 0; font-style: normal; font-weight: normal; } /* saltos */ .salto05 { padding-top: 0.5em; } .salto10 { padding-top: 1em; } hr { height: 2.5em; } /* Control de silabeo. Asegurese de agregar cualquier estilo que no quiera que el e-reader divida con guiones, como los subtítulos, versos, etc. */ .dedicatoria { adobe-hyphenate: none; -ms-hyphens: none; -moz-hyphens: none; -webkit-hyphens: none; -epub-hyphens: none; hyphens: none; } /* ESTILOS PERSONALES */ blockquote.momento, .momento { text-indent: 0; margin-top: 1em; margin-right: 0; margin-bottom: 1em; margin-left: 12%; } blockquote.momento p { text-indent: 0; } /* div_imagenes_laterales */ div.lateral { margin: 0 0.5em 0 0; float:left; width:12%; line-height:2em; } img.img-lateral { width:100%; vertical-align: text-top; margin-bottom:.5em; } /* fuentes */ @font-face { font-family: "AiramLTStd"; font-style: normal; font-weight: normal; src: url(../Fonts/AiramLTStd.otf); } @font-face { font-family: "OrigGarmndBT"; font-style: italic; font-weight: normal; src: url(../Fonts/GaramondOriginal-I.ttf); } @font-face { font-family: "OrigGarmndBT"; font-style: normal; font-weight: normal; src: url(../Fonts/GaramondOriginal.ttf); } .OrigGarmndBT { font-family: "OrigGarmndBT"; }