/* =========================================
   ESTILOS PARA FICHA DE LIBRO (libro.css)
   ========================================= */

.fd-ficha {	
    padding: 5px 30px 30px 30px;
    background-color: #f1f1f1;
}

.fd-ficha .item-page h2 {
    font-weight: bold !important;
    font-size: 30px;
    text-shadow: 1px 1px 2px #ffffff;
    line-height: 32px;
}

.imagenficha {
    margin: 10px 30px 30px 0 !important;
    max-width: 335px !important;
    max-height: 470px !important;
    float: left;
}

.ficha-detalles {
    margin: 30px 30px 30px 0 !important;
    line-height: 24px !important;
}

.ficha-detalles span {
    display: block !important;
}

.fd-ficha .ficha-detalles a {
    font-size: 12px;
    color: #ffffff;
    background-color: #333;
    padding: 2px 5px;
    margin-right: 3px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
}

.fd-ficha p a, .fd-ficha li a {
    color: #940000;
    text-decoration: underline;
}

.fd-ficha p a:hover, .fd-ficha li a:hover {
    color: #940000;
    text-decoration: none;
}

.fd-ficha .ficha-detalles a:hover {
    background-color: #940000;
    text-decoration: none;
}

.separador {	
    background-image: url("/images/EDUNLPam/sep-autoridades.png");
    background-repeat: repeat-x;
    background-position: 0;
    height: 2px;
    margin: 5px 0 25px 0;
    width: 100%;
    display: inline-block;
}

.descargar {	
    font-weight: bold;
    display: inline-block;	
    width: 350px;
}

.descargar span {
    float: left;
    display: inline-block;
    margin: 15px 15px 0 0;
}

.link-ficha {	
    padding: 10px 30px 0 10px;
}

.link-ficha a.pdf, 
.link-ficha a.epub, 
.link-ficha a.ver-epub, 
.link-ficha a.zip {	
    background-repeat: no-repeat;
    background-position: 0;
    height: 36px;
    padding: 0px 0px 30px 40px;
    color: #990000;
    display: block;
    line-height: 16px;
    float: left;
    margin-right: 5px;
    text-decoration: none;
}

.link-ficha a.pdf { background-image: url("/images/EDUNLPam/ic-pdf.png"); }
.link-ficha a.epub { background-image: url("/images/EDUNLPam/ic-epub.png"); }
.link-ficha a.ver-epub { background-image: url("/images/EDUNLPam/ic-ver.png"); }
.link-ficha a.zip { background-image: url("/images/EDUNLPam/ic-zip.png"); }

.link-ficha a:hover {	
    text-decoration: underline;
    color: #990000;
}

.ficha-resumen {	
    font-size: 14px;
    margin-bottom: 25px;
}

.ficha-compartir {
    display: inline !important;
}

.addthis_sharing_toolbox {	
    margin: -28px 0 20px 105px !important;
}

.separador-relacionadas {	
    background-color: #ffffff;
    height: 30px;
    margin: 0 -30px 0 -30px;
    z-index: 1000 !important;
}

.notas-relacionadas .encabezado4 {	
    height: 35px !important;
    background-color: #333333 !important;
    text-align: center;
    border-top: 1px solid #999999 !important;
    border-bottom: 1px solid #fff !important;
    margin: 0 -30px 20px -30px;
}

.notas-relacionadas .encabezado4 h2 {	
    font-size: 16px !important;
    font-weight: bold !important;
    margin: 0 auto !important;
    padding-top: 1px !important;
    text-transform: uppercase !important;
    text-shadow: 1px 1px 2px #000000 !important;
    color: #ffffff;
}

/* Customización notas relacionadas (RAXO All-mode) */
.allmode-columns .allmode-topbox {
    margin: 0 0 0 0 !important;
    overflow: hidden;
    padding: 0 15px 0 15px !important;
}

.allmode-columns .allmode-topitem {
    float: left;
    margin: 16px 0 0 15px;
    padding-bottom: 6px;
    width: 215px !important;
    border-bottom: 0px !important;
    height: 345px !important;
}

.allmode-columns .allmode-topitem .allmode-img img {
    border: 5px solid #f1f1f1 !important;
    box-shadow: 0 0 0px #d6d6d6 !important;
    text-align: center !important;
    margin: 0 auto !important;
}

.allmode-columns .allmode-topitem .allmode-title {
    margin: 10px 0 8px 0;
    padding: 0 4px;
    font-size: 16px !important;
    font-weight: bold;
    color: #0a4580;
    text-align: center !important;
}

.allmode-columns .allmode-topitem .allmode-title a {
    font-weight: bold;
    text-decoration: none;
}

.allmode-columns .allmode-topitem .allmode-title a:hover {
    text-decoration: underline;
}

.allmode-columns {
    margin-bottom: 8px;
    border-bottom: 0px !important;
}

.allmode-columns .allmode-clear {
    clear: none !important;
}

/* Navegación anterior/siguiente */
.navegacionficha {
    margin: 0 auto !important;
    width: 100px !important;
    margin-bottom: 30px !important;
    padding: 10px;
    background-color: #e9e9e9;
}

.navegacionficha .pagenav-prev span,
.navegacionficha .pagenav-next span {
    display: none !important;
}

/* Responsive para fichas de libros (Móviles) */
@media (min-width: 320px) and (max-width: 420px) {
    .imagenficha {
        margin: 10px auto 30px auto !important;
        width: 100% !important;
        float: none !important;
    }
    .ficha-detalles {
        margin: 10px 0 30px 0 !important;
    }
    .descargar {
        width: 100%;
    }
    .link-ficha a.pdf, .link-ficha a.epub, .link-ficha a.ver-epub, .link-ficha a.zip {
        float: none;
        margin: 10px auto;
        text-align: center;
    }
}

/* =========================================
   DESCARGA - VERSIÓN SIMPLIFICADA
   ========================================= */

.descargar {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    font-weight: bold !important;
    margin: 20px 0 !important;
}

.descargar span {
    font-size: 14px !important;
    color: #333 !important;
}

.link-ficha {
    padding: 0 !important;
}

.link-ficha a.pdf {
    background-image: url("/images/EDUNLPam/ic-pdf.png") !important;
    background-repeat: no-repeat !important;
    background-position: 0 center !important;
    display: inline-block !important;
    width: 40px !important;
    height: 36px !important;
    padding: 0 !important;
    margin: 0 !important;
    float: none !important;
    line-height: 36px !important;
    color: transparent !important;
}

.link-ficha a.pdf:hover {
    opacity: 0.7 !important;
}
