/* ePub base r2.1 ePubLibre - style.css*/ p { margin: 0; text-align: justify; text-indent: 1.5em; line-height: 125%; } h1 { font-size: 1.7em; margin: 20% 0 2em; font-family: "Caligo"; font-weight: normal; } hr { height: 2.5em; } h1 + p, hr + p { text-indent: 0; } @font-face { font-family: "Caligo"; font-style: normal; font-weight: normal; src: url(../Fonts/Caligo.ttf); } .titimagen { margin-top: 0.25em; display: block; } .titimagen img { height: 1.5em; max-width: 100%; } /*centrado de imagenes*/ .imgcent { display: inline-block; text-align: center; height: 100%; width: 100%; text-indent:0; } .imgcent img { max-width: 98%; vertical-align: middle; } .imgcent img + img { height: 100%; width: 0.1px; visibility: hidden; }