body{
    font-family: "Mukta", sans-serif;
    font-size: 17px;
}


/* Estos códigos son para el baner */

div.Portada {
    background-color: #0D3755;
}

img.Portada {
    width: 100%;
}

/* Estos códigos son para el fondo donde esta el Admin */

.pkp_structure_head {
    background-color: #0D3755;
}

/* Estos códigos son para el fondo donde estan los menus */

.pkp_site_nav_menu {
    background-color: #0D3755;
    }

/* Estos códigos son para los menús de navegación */
.cmp_notification {
    font-size: 17px;
}

.pkp_navigation_user>li:last-child>a {
    font-family: "Mukta", sans-serif;
    font-size: 16px;
}

.pkp_navigation_user a {
    font-family: "Mukta", sans-serif;
    font-size: 16px;
}

.pkp_nav_list ul li:first-child a {
    font-family: "Mukta", sans-serif;
    font-size: 16px;
}

.pkp_nav_list ul a {
    font-family: "Mukta", sans-serif;
    font-size: 16px;
}

/* Estos códigos son para la pestaña Número actual (ver todos los números) */

.pkp_page_index .current_issue .read_more {
    font-size: 16px;
}





/* Este código es para el inicio de la pestaña actual */
.cmp_breadcrumbs ol {
    margin-bottom: 2.143rem;
    padding: .357rem 0;
    line-height: 1.43rem;
    font-size: .97rem;
    font-family: "Mukta", sans-serif;
}

/* Estos dos códigos son para los títulos de los inicios de sección */
div.pkp_structure_main h1 {
    font-family: "Mukta", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 21px;
    color: #0f4f85;
}


div.pkp_structure_main h2 {
    font-family: "Mukta", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 21px;
    color: #0f4f85;
}

/* Este código es para los títulos de los artículos de la pestaña actual */
.obj_article_summary>.title {
    font-family: "Mukta", sans-serif;
    font-size: 1.2rem;
}

/* Este código es para los autores de los artículos de la pestaña actual */

.obj_article_summary .meta {
    font-family: "Mukta", sans-serif;
    font-size: .99rem;
}




/* Este código es para el título de cada artículo en su portal */

.pkp_structure_main .page h1 {
    font-family: "Mukta", sans-serif;
    font-size: 23px;
}

/* Estos códigos son para la filiación y orcid de cada artículo en su portal */

.obj_article_details .authors .affiliation {
    font-family: "Mukta", sans-serif;
    font-size: 15px;
}


.obj_article_details .authors .orcid {
    font-family: "Mukta", sans-serif;
    font-size: 13px;
}

/* Estos códigos son para los keywords, resumen y citas de cada artículo en su portal */
.obj_article_details .main_entry .item.keywords .label {
    font-family: "Mukta", sans-serif;
    font-size: 19px;
    margin-bottom: 0;
}

.obj_article_details .main_entry .item .label {
    font-family: "Mukta", sans-serif;
    font-size: 19px;
    margin-bottom: 0;
}

/* Estos códigos son para la barra de visualización del PDF */

.header_view {
    position: absolute;
    top: 0;
    width: 100%;
}

.header_view .title {
    font-size: 16px;
}





/* Estos códigos son para la pestaña Archivos (nombre del boletín /volumen) */
.obj_issue_summary .title {
    font-family: "Mukta", sans-serif;
    font-size: 18px;
}

.obj_issue_summary .series {
    font-size: 16px;
    margin-top: 4px;
}








.slider-conatiner{
    width: 100%;
    margin: 2rem auto;
    display: grid;
    position: 10px;
    grid-auto-flow: column;
    column-gap: 2.5rem;
    overflow: auto;
}

p.slider{
    text-align: center;
    font-weight: 600;
}

p.slider a{
    text-decoration: none;
    color: #0f4f85;
}

.slider-conatiner::-webkit-scrollbar{
    display: none;
}



.slider-item{
    position: relative;
    width: 240px;
    height: 425px;
    animation: slide 28s infinite linear;
}

.slider-item img{
    width: 260px;
    height: 380px;
    object-fit: cover;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.slider-item img:hover{
    filter: grayscale();
}


@keyframes slide{
    0%{transform: translateX(0);}
    10%{transform: translateX(0);}

    15%{transform: translateX(-110%);}
    25%{transform: translateX(-110%);}

    30%{transform: translateX(-225%);}
    40%{transform: translateX(-225%);}

    45%{transform: translateX(-340%);}
    55%{transform: translateX(-340%);}

    60%{transform: translateX(-455%);}
    70%{transform: translateX(-455%);}

    75%{transform: translateX(-340%);}
    80%{transform: translateX(-340%);}

    85%{transform: translateX(-225%);}
    90%{transform: translateX(-225%);}

    95%{transform: translateX(-110%);}
    100%{transform: translateX(-110%);}

}








section {
    margin:auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

summary.Sobre {
    background: white;
    padding: 15px;
    font-family: "Mukta", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 19px;
    color: #0f4f85;
    cursor: pointer;
    border-radius: 5px;
    border-bottom-style:solid;
    border-bottom-color: #0e0d0d;
    border-bottom-width: 2px;
    list-style: none;
}

summary.Tipos {
    background: white;
    padding: 0px;
    font-family: "Mukta", sans-serif;
    font-weight: 570;
    font-style: normal;
    font-size: 18px;
    color: #0f4f85;
    cursor: pointer;
    border-bottom-style:solid;
    border-bottom-color: #0e0d0d;
    border-bottom-width: 0px;
    list-style: none;
}

summary.Sobre::before {
    content: '+';
    color: white;
    font-size: 16px;
    font-weight: 600;
    padding: 0px 9px;
    border: 0px solid black;
    background-color: black;
    border-radius: 50%;
    margin-right: 9px;
}

details[open] summary.Sobre::before {
    content: '-';
    color: white;
    font-size: 16px;
    padding: 0px 9px;
    border: 0px solid black;
    background-color: black;
    border-radius: 50%;
}

summary.Tipos::before {
    content: '+';
    color: white;
    font-size: 16px;
    font-weight: 600;
    padding: 0px 9px;
    border: 0px solid black;
    background-color: black;
    border-radius: 50%;
    margin-right: 9px;
}

details[open] summary.Tipos::before {
    content: '-';
    color: white;
    font-size: 16px;
    padding: 0px 9px;
    border: 0px solid black;
    background-color: black;
    border-radius: 50%;
}

p {
    font-family: "Mukta", sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: justify;
    font-size: 17px;
}

p.Importante {
    font-family: "Mukta", sans-serif;
    font-weight: 500;
    background: #ffee92;
    padding: 9px;
    font-style: normal;
    text-align: justify;
    font-size: 17px;
    border-style:solid;
    border-color: #3579b2;
    border-width:0.5px;
    border-left-width: 10px;
    border-radius: 5px;
}

ul.Listados {
    font-family: "Mukta", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    text-align: justify;
}

div.Equipo {
    display: grid;
    justify-content: center;
    align-items: center;
}

td.Editora {
    text-align: right;
}


img.Editora {
    width: 140px;
    height: 150px;
    border-radius: 5px;
}




table.Equipo, td {
    font-family: "Mukta", sans-serif;
    text-align: center;
    padding: 5px;
}


p.Editora {
    font-family: "Mukta", sans-serif;
    text-align: center;
    margin-right: 40%;
}

th.Equipo {
    font-family: "Mukta", sans-serif;
    text-align: center;
    font-size: 19px;
    color: #0f4f85;
}

td.comite_miembros{
    font-family: "Mukta", sans-serif;
    font-size: 16px;
    text-align: center;
}


img.Fotos {
    width: 140px;
    height: 120px;
    border-radius: 5px;
}



img.Id {
    width: 35px;
    height: 35px;
    padding: 0.5em;
    border-radius: 50px;
}

img.Research {
    width: 35px;
    height: 35px;
    padding: 0.5em;
}

img.Linkedin {
    width: 35px;
    height: 35px;
    padding: 0.5em;
}

img.Orcid {
    width: 35px;
    height: 35px;
    padding: 0.5em;
}


summary.Proceso {
    background: white;
    font-family: "Mukta", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 19px;
    color: #0f4f85;
    cursor: pointer;
}

/* Estos códigos son para la imagen del proceso editorial */
img.flujograma{
    max-width: 100%;
    width: auto;
    height: auto;
    cursor: pointer;
    transition: 2s;
}

img.flujograma:hover {
    transform: scale(1.6);
    transition: 2s;
}




img.Contacto {
    width: 140px;
    height: 130px;
}


img.Access {
    width: 260px;
    height: 120px;
}

img.Plagio {
    width: 300px;
    height: 60px;
}

ul.Etica {
    list-style-type:none;
    font-family: "Mukta", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    text-align: justify;
}

ul.Anidada {
    list-style-type:disc;
    font-family: "Mukta", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    text-align: justify;
}

ul.Referencias {
    list-style-type:none;
    font-family: "Mukta", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    text-align: justify;
    text-indent: -30px;
}

p.Inteligencia {
    font-family: "Mukta", sans-serif;
    font-weight: 500;
    padding: 9px;
    font-style: normal;
    text-align: justify;
    font-size: 17px;
    border-style:solid;
    border-color: #070707;
    border-radius: 5px;
    border-width: 1px;
}


img.Licen {
    width: 230px;
    height: 70px;
}


img.Doi {
    width: 120px;
    height: 110px;
}

img.iD {
    width: 120px;
    height: 110px;
}

img.Lockss {
    width: 270px;
    height: 90px;
}


h3.Formato{
    font-family: "Mukta", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    color: #0f4f85;
}

div.Estructura{
    border-style: solid;
    border-width: 1px;
    padding: 2%;
}

p.Titulo{
    font-family: 'Times New Roman', Times, serif;
    font-size: 22px;
    text-align: center;
    margin-bottom: 0%;
}

p.Comentario{
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
    font-size: 15px;
    text-align: center;
    color: rgb(209, 10, 10);
    margin-top: 0%;
}

p.Titulo_ingles{
    font-family: 'Times New Roman', Times, serif;
    font-size: 17px;
    text-align: center;
    margin-bottom: 0%;
}

p.Autores{
    font-family: 'Times New Roman', Times, serif;
    font-size: 15px;
    text-align: center;
    margin-bottom: 0%;
}

p.Afiliacion{
    font-family: 'Times New Roman', Times, serif;
    font-size: 13px;
    margin-bottom: 0%;
}

p.Comentario_izquierda{
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
    font-size: 15px;
    color: rgb(209, 10, 10);
    margin-top: 0%;
}


p.Resumen{
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
    font-size: 14px;
    margin-top: 0%;
}


p.Abstrac{
    font-family: 'Times New Roman', Times, serif;
    font-size: 14px;
    margin-bottom: 0%;
}

p.Subtitulos_manuscrito{
    font-family: 'Times New Roman', Times, serif;
    font-size: 18px;
    margin-bottom: 0%;
}

p.Parrafo_manuscrito{
    font-family: 'Times New Roman', Times, serif;
    font-size: 16.5px;
    margin-bottom: 0%;
}

ul.Referencias_manuscritos{
    list-style: none;
}

p.Referencias{
    list-style-type:none;
    font-family: 'Times New Roman', Times, serif;
    font-size: 16.5px;
    text-indent: -30px;
}

p.Anexos{
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
    font-size: 16.5px;
    margin-bottom: 0%;
}

P.Portada{
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
    font-size: 16.5px;
    border-style: solid;
    border-color: black;
    border-width: 1px;
    margin-right: 30%;
    margin-left: 30%;
    padding-top: 15%;
    padding-bottom: 15%;
}

p.Reseña{
    font-family: 'Times New Roman', Times, serif;
    font-size: 15px;
    text-align: right;
}

p.Afiliación_reseña{
    font-family: 'Times New Roman', Times, serif;
    font-size: 13px;
    text-align: right;
}

img.Figura{
    width: 70%;
    height: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

p.Nombre_figura{
    font-family: 'Times New Roman', Times, serif;
    font-size: 15px;
    text-align: center;
    line-height: 1.2;
}


img.Figura_ejemplo{
    width: 50%;
    height: 30%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
}

table.Tabla_ejemplo{
    margin-left:auto;
    margin-right:auto;
    border: 1px solid black;
    border-left: white;
    border-right: white;
    border-collapse: collapse;
}

td.Tabla_ejemplo{
    font-family: 'Times New Roman', Times, serif;
    font-size: 15px;
    border-left: white;
    border-right: white;
}

tr.Tabla_ejemplo{
    border-style: solid;
    border-bottom-color: black;
    border-width: 1px;

}

table.Acronimos {
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
}

th.Acronimos {
    font-family: "Mukta", sans-serif;
    font-size: 17px;
    border-style: solid;
    border-color: black;
    border-width: 1px;
    background-color: #ffee92;
    padding: 7px;
}

td.sigla {
    font-family: "Mukta", sans-serif;
    font-size: 17px;
    border-style: solid;
    border-color: black;
    border-width: 1px;
    text-align: left;
}

td.siglas {
    font-family: "Mukta", sans-serif;
    font-size: 17px;
    border-style: solid;
    border-color: black;
    border-width: 1px;
    text-align: center;
}

div.Formula {
    display: flex;
}


td.formula{
    font-family: 'Times New Roman', Times, serif;
    font-size: 30px;
    font-style: italic;
    padding: 10px;
}

td.rais{
    border-bottom-style: solid;
    border-color: black;
    border-bottom-width: 1px;
    font-family: 'Times New Roman', Times, serif;
    font-size: 30px;
    font-style: italic;
    padding: 10px;
}

p.Formula {
    font-family: 'Times New Roman', Times, serif;
    font-size: 16px;
    margin-left: 9%;
    margin-top: 3%;
}


p.Leyenda {
    font-family: 'Times New Roman', Times, serif;
    font-size: 17px;
}



p.citas{
    background-color: #ffee92;
    padding: 7px;
    width: 50%;
}

li.citas{
    list-style-type: none;
}

table.citas{
    border-collapse: collapse;
    background-color: #ffee92;
}

th.citas{
    font-family: "Mukta", sans-serif;
    font-size: 17px;
    border-style: solid;
    border-color: black;
    border-width: 1px;
    text-align: center;
}

td.citas{
    font-family: "Mukta", sans-serif;
    font-size: 17px;
    border-style: solid;
    border-color: black;
    border-width: 1px;
    text-align: left;
}

th.cita{
    font-family: "Mukta", sans-serif;
    font-size: 17px;
    border-style: solid;
    border-color: black;
    border-width: 1px;
    padding: 7px;
}

p.citas_largas{
    background-color: #ffee92;
    padding: 7px;
}

p.cita_larga{
    padding: 7px;
    margin-bottom:0;
}

p.citas_sangria{
    background-color: #ffee92;
    padding: 7px;
    margin-left: 2em;
    margin-top:0;
    
}

li.citas_sangria{
    list-style-type: none;
    background-color: #ffee92;
}

li.referencias{
    list-style-type: none;
}

p.referencias_ejemplo{
    background-color: #bde4f3;
    padding-left: 6%;
    padding-right: 2%;
    padding-top: 5px;
    padding-bottom: 5px;
    text-indent: -40px;
}

li.referencias_contenedor{
    list-style-type: none;
    background-color: #bde4f3;
    padding: 1%;
}

p.referencias_especial{
    background-color: #ffee92;
    padding-left: 6%;
    padding-right: 2%;
    padding-top: 5px;
    padding-bottom: 5px;
    text-indent: -40px;
}

p.referencias_fuente{
    background-color: rgb(222, 234, 246);
    padding-left: 6%;
    padding-right: 2%;
    padding-top: 5px;
    padding-bottom: 5px;
    text-indent: -40px;
}


p.comunicaciones_personales{
    background-color: #ffee92;
    padding-left: 0.5%;
    padding-right: 1%;
    padding-top: 5px;
    padding-bottom: 5px;
}


img.Cancer_porteri{
    width: 60%;
    height: 40%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
    border-style: solid;
    border-width: 1px;
}

p.Nota_figura{
    text-align: center;
}

p.Nota_figuras{
    text-align: justify;
}

img.Tabla_referencia{
    width: 80%;
    height: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}




p.Ayuda {
    font-family: "Mukta", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 17px;
    color: white;
    text-decoration: none;
    background: #3579b2;
    padding: 5px 5px;
    border-bottom-style: solid;
    border-color: #ffee92;
    border-bottom-width: 7px;
    border-radius: 5px;
    margin-bottom: 0px;
    margin-top: 0px;
}

iframe.Perfil {
    display: block;
    margin: auto;
}


































a.Lateral {
    font-family: "Mukta", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 17px;
    color: white;
    text-decoration: none;
    background: #0D3755;
    text-align: center;
    display: block;
    width: 130%;
    padding: 5px 5px;
    border-bottom-style: solid;
    border-color: #71B54A;
    border-bottom-width: 7px;
    border-radius: 5px;
}

a.Lateral:hover, a.Lateral:active {
    background-color: #71B54A;
    color: white;
    border-bottom-style: solid;
    border-color: #0D3755;
    border-bottom-width: 7px;
}


a.Esquina {
    font-family: "Mukta", sans-serif;
    font-weight: 590;
    font-style: normal;
    font-size: 16px;
    color: #0D3755;
    text-decoration: none;
    background: #f0f5f5;
    display: block;
    padding: 5px 5px;
    border-bottom-style: solid;
    border-bottom-color: white;
    border-bottom-width: 1px;
}
a.Esquina:hover, a.Esquina:active {
    background-color: #71B54A;
    color: white;
    border-bottom-style: solid;
    border-color: #0D3755;
    border-bottom-width: 7px;
}


summary.Lateral {
    font-family: "Mukta", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 17px;
    color: white;
    text-decoration: none;
    background: #0D3755;
    padding: 5px 5px;
    border-bottom-style: solid;
    border-color: #71B54A;
    border-bottom-width: 7px;
    border-radius: 5px;
    margin-bottom: 0px;
    margin-top: 0px;
    cursor: pointer;
}
details.Lateral {
    background: #f0f5f5;
    border-style: solid;
    border-color: #080808;
    border-width: 1px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width:130%;
}

p.Indizada {
    font-family: "Mukta", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 17px;
    color: #002f5d;
    text-align: center;
}

img.Scopus {
    padding: 0.5em;
    width: 210px;
    height: 70px;
    border-bottom-style: solid;
    border-bottom-color: #0a0a0a;
    border-bottom-width: 1px;
    display: block;
    margin: auto;
}

img.Web {
    padding: 0.5em;
    width: 210px;
    height: 70px;
    border-bottom-style: solid;
    border-bottom-color: #0a0a0a;
    border-bottom-width: 1px;
    display: block;
    margin: auto;
}

img.Scielo {
    padding: 0.5em;
    width: 210px;
    height: 115px;
    border-bottom-style: solid;
    border-bottom-color: #0a0a0a;
    border-bottom-width: 1px;
    display: block;
    margin: auto;
}

img.Redalyc {
    padding: 0.5em;
    width: 210px;
    height: 60px;
    border-bottom-style: solid;
    border-bottom-color: #0a0a0a;
    border-bottom-width: 1px;
    display: block;
    margin: auto;
}

img.Latindex {
    padding: 0.5em;
    width: 210px;
    height: 90px;
    border-bottom-style: solid;
    border-bottom-color: #0a0a0a;
    border-bottom-width: 1px;
    display: block;
    margin: auto;
}

img.Dialnet {
    padding: 0.5em;
    width: 210px;
    height: 80px;
    border-bottom-style: solid;
    border-bottom-color: #0a0a0a;
    border-bottom-width: 1px;
    display: block;
    margin: auto;
}

img.Asfa {
    padding: 0.5em;
    width: 210px;
    height: 150px;
    border-bottom-style: solid;
    border-bottom-color: #0a0a0a;
    border-bottom-width: 1px;
    display: block;
    margin: auto;
}

img.Periodica {
    padding: 0.5em;
    width: 210px;
    height: 90px;
    border-bottom-style: solid;
    border-bottom-color: #0a0a0a;
    border-bottom-width: 1px;
    display: block;
    margin: auto;
}

img.Miar {
    padding: 0.5em;
    width: 210px;
    height: 60px;
    border-bottom-style: solid;
    border-bottom-color: #0a0a0a;
    border-bottom-width: 1px;
    display: block;
    margin: auto;
}

img.Doaj {
    padding: 0.5em;
    width: 210px;
    height: 60px;
    border-bottom-style: solid;
    border-bottom-color: #0a0a0a;
    border-bottom-width: 1px;
    display: block;
    margin: auto;
}

img.latindex {
    padding: 0.5em;
    width: 210px;
    height: 80px;
    border-bottom-style: solid;
    border-bottom-color: #0a0a0a;
    border-bottom-width: 1px;
    display: block;
    margin: auto;
}

img.Ulrichsweb {
    padding: 0.5em;
    width: 210px;
    height: 50px;
    border-bottom-style: solid;
    border-bottom-color: #0a0a0a;
    border-bottom-width: 1px;
    display: block;
    margin: auto;
}

img.Road {
    padding: 0.5em;
    width: 210px;
    height: 70px;
    border-bottom-style: solid;
    border-bottom-color: #0a0a0a;
    border-bottom-width: 1px;
    display: block;
    margin: auto;
}

img.Amelica {
    padding: 0.5em;
    width: 210px;
    height: 60px;
    border-bottom-style: solid;
    border-bottom-color: #0a0a0a;
    border-bottom-width: 1px;
    display: block;
    margin: auto;
}

img.Biblat {
    padding: 0.5em;
    width: 210px;
    height: 80px;
    border-bottom-style: solid;
    border-bottom-color: #0a0a0a;
    border-bottom-width: 1px;
    display: block;
    margin: auto;
}

img.Referencia {
    padding: 0.5em;
    width: 210px;
    height: 60px;
    border-bottom-style: solid;
    border-bottom-color: #0a0a0a;
    border-bottom-width: 1px;
    display: block;
    margin: auto;
}

img.Alicia {
    padding: 0.5em;
    width: 210px;
    height: 70px;
    border-bottom-style: solid;
    border-bottom-color: #0a0a0a;
    border-bottom-width: 1px;
    display: block;
    margin: auto;
}

img.Scholar {
    padding: 0.5em;
    width: 210px;
    height: 40px;
    border-bottom-style: solid;
    border-bottom-color: #0a0a0a;
    border-bottom-width: 1px;
    display: block;
    margin: auto;
}

img.Base {
    padding: 0.5em;
    width: 210px;
    height: 100px;
    border-bottom-style: solid;
    border-bottom-color: #0a0a0a;
    border-bottom-width: 1px;
    display: block;
    margin: auto;
}

img.Core {
    padding: 0.5em;
    width: 210px;
    height: 70px;
    border-bottom-style: solid;
    border-bottom-color: #0a0a0a;
    border-bottom-width: 1px;
    display: block;
    margin: auto;
}

img.Scilit {
    padding: 0.5em;
    width: 210px;
    height: 60px;
    border-bottom-style: solid;
    border-bottom-color: #0a0a0a;
    border-bottom-width: 1px;
    display: block;
    margin: auto;
}

img.Semantic {
    padding: 0.5em;
    width: 210px;
    height: 90px;
    border-bottom-style: solid;
    border-bottom-color: #0a0a0a;
    border-bottom-width: 1px;
    display: block;
    margin: auto;
}

img.Estadisticas {
    padding: 0.5em;
    width: 280px;
    height: 210px;
    border-bottom-style: solid;
    border-bottom-color: #0a0a0a;
    border-bottom-width: 0px;
    display: block;
    margin: auto;
}

img.Perfil {
    padding: 0.5em;
    width: 300px;
    height: 60px;
    border-bottom-style: solid;
    border-bottom-color: #0a0a0a;
    border-bottom-width: 1px;
    display: block;
    margin: auto;
}

p.Perfil {
    font-family: "Mukta", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 23px;
    color: #002f5d;
    text-align: center;
    margin-bottom: 0%;
}

iframe.Perfil {
    display: block;
    margin: auto;
}

/* Estos códigos son para la barra lateral informacion autores, lectores y bibliotecarios */
p.lectores_autores {
    font-family: "Mukta", sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: justify;
    font-size: 17px;
}

.pkp_block .title {
    font-family: "Mukta", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 17px;
    color: white;
    background: #0D3755;
    padding: 5px 5px;
    border-bottom-style: solid;
    border-color: #71B54A;
    border-bottom-width: 7px;
    border-radius: 5px;
    border-style: solid;
    border-top-width: 1px;
    border-top-color: #080808;
    border-left-width: 1px;
    border-left-color: #080808;
    border-right-width: 1px;
    border-right-color: #080808;
    width:130%;
}


/* Estos códigos son para la Parte baja de la página */

div.Rectangulo {
    background: #3579b2;
    height: 30px;
}

table.Inferior {
    width: 100%;
    text-align: center;
    background-color: white;
}

p.Pie {
    font-family: "Mukta", sans-serif;
    font-size: 16px;
    text-align: center;
    color: white;
}

a.color_enlace {
    color: #71B54A;
}

table.Final {
    width: 70%;
    font-family: "Mukta", sans-serif;
    font-size: 16px;
    color: white;
}

img.Imarpe {
    width: 230px;
    height: 70px;
}

img.Open {
    width: 190px;
    height: 80px;
}

img.Crossref {
    width: 165px;
    height: 80px;
}

img.Ithenticate {
    width: 210px;
    height: 50px;
}

img.Kipers {
    width: 100px;
    height: 90px;
}

img.Licencia {
    width: 280px;
    height: 55px;
}

.pkp_structure_footer_wrapper {
    background: #0D3755;
    border-top-style: solid;
    border-width: 29px;
    border-color: #71B54A;
}

.pkp_brand_footer {
    padding: 1%;
    margin-left: 80%;
    margin-right: 4%;
    position: absolute;
    bottom: 4%;
}




