/* ePub base r2.1 ePubLibre - style.css*/ p { margin: 0; text-align: justify; text-indent: 1.5em; line-height: 125%; } h1 { font-size: 1.56em; margin: 20% 0 12%; font-family: "OrigGarmnd BT"; font-weight:normal; } .invi { visibility: hidden; } .dedicatoria { margin: 25% 3% 0; font-family: "OrigGarmnd BT"; } .dedicatoria p { text-align: center; text-indent: 0; } hr { height: 2.5em; } h1 + p, hr + p { text-indent: 0; } /*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; } @font-face { font-family: "OrigGarmnd BT"; font-style: italic; font-weight: normal; src: url(../Fonts/GaramondOriginal-I.ttf); } @font-face { font-family: "OrigGarmnd BT"; font-style: normal; font-weight: normal; src: url(../Fonts/GaramondOriginal.ttf); }