/* ===== HEADER PRINCIPAL ===== */
.pkp_structure_head {
    background-color: #0a400d !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

/* ===== BARRA DE NAVEGACION ===== */
.navbar,
.navbar-default,
.pkp_navigation_primary_row {
    background-color: #0a400d !important;
    border-color: #0a400d !important;
}

/* ===== LOGO ===== */
.pkp_site_name img {
    height: 70px !important;
    max-height: none !important;
    width: auto !important;
}

/* ===== TITULO DEL JOURNAL ===== */
.pkp_site_name a {
    color: #ffffff !important;
    font-weight: 600;
}

/* ===== MENU PRINCIPAL ===== */
.pkp_navigation_primary > li > a {
    color: #ffffff !important;
    font-weight: 500;
}

/* ===== HOVER MENU ===== */
.pkp_navigation_primary > li > a:hover {
    color: #90CAF9 !important;
}

/* ===== LINKS ===== */
a {
    color: #1565C0;
}

a:hover {
    color: #0a400d;
}

/* ===== BOTONES ===== */
.pkp_button {
    background-color: #1565C0 !important;
    border-color: #1565C0 !important;
    color: #ffffff !important;
}

.pkp_button:hover {
    background-color: #0a400d !important;
}

/* ===== FOOTER ===== */
.pkp_structure_footer {
    background-color: #0a400d !important;
    color: #ffffff !important;
}

/* ===== TITULOS ===== */
h1, h2, h3, h4 {
    color: #0a400d;
}