
.pkp_site_name {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.pkp_site_name > a {
  padding-top: 0;
  padding-bottom: 0;
}
.pkp_site_name .is_img img {
  max-height: 200px !important;
}
.pkp_site_name_wrapper {
  padding-left: 0;
  padding-right: 0;
}
.pkp_navigation_user_wrapper {
  top: 0;
  right: 0;
  padding-right: 30px;
}
.pkp_structure_page {
  margin-top: 20px !important;
  margin-bottom: 20 !important;
  padding-bottom: 20 !important;
}
/* Fondo general del sitio */
body {
    background-color: #f4f6f8;
    color: #222;
    font-family: "Segoe UI", Arial, sans-serif;
}

/* Encabezado principal */
.pkp_structure_head {
    background: #0b2f5b;
    border-bottom: 4px solid #c9a227;
}

/* Título de la revista */
.pkp_site_name a {
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.5px;
}
/* Menú principal */
.pkp_navigation_primary > li > a {
    color: #ffffff;
    font-weight: 600;
    padding: 14px 18px;
    transition: all 0.3s ease;
}

/* Efecto al pasar el mouse */
.pkp_navigation_primary > li > a:hover {
    background-color: #c9a227;
    color: #0b2f5b;
    border-radius: 4px;
}
/* Contenido principal */
.pkp_structure_main {
    background: #ffffff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

/* Resumen del artículo */
.obj_article_details .abstract {
    text-align: justify;
    line-height: 1.8;
    font-size: 16px;
}

/* Títulos de secciones */
.obj_article_details h2,
.obj_article_details h3 {
    color: #0b2f5b;
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 6px;
}
/* Enlaces generales */
a {
    color: #0b5cad;
    text-decoration: none;
}

a:hover {
    color: #c9a227;
    text-decoration: underline;
}

/* Botones */
.cmp_button,
.cmp_form .buttons button,
.page_lost_password .buttons button {
    background-color: #0b2f5b;
    color: #ffffff;
    border-radius: 6px;
    padding: 10px 18px;
    border: none;
    transition: all 0.3s ease;
}

.cmp_button:hover,
.cmp_form .buttons button:hover {
    background-color: #c9a227;
    color: #0b2f5b;
}
/* Bloques de número / edición */
.obj_issue_summary {
    background: #ffffff;
    border-left: 5px solid #0b2f5b;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 6px;
    box-shadow: 0 1px 6px rgba(0,0,0,0.08);
}

.obj_issue_summary h2,
.obj_issue_summary h3 {
    color: #0b2f5b;
}
/* Barra lateral */
.pkp_structure_sidebar {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
}

/* Bloques laterales */
.pkp_block {
    background: #ffffff;
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 18px;
    border-radius: 6px;
}

.pkp_block .title {
    color: #0b2f5b;
    font-weight: bold;
    border-bottom: 2px solid #c9a227;
    padding-bottom: 6px;
}
/* Footer */
.pkp_structure_footer_wrapper {
    background: #0b2f5b;
    color: #ffffff;
    padding: 30px 0;
}

.pkp_structure_footer_wrapper a {
    color: #f3d36b;
}

.pkp_structure_footer_wrapper a:hover {
    color: #ffffff;
}
