/* principal */


body {
    background: #fff;
}

.pkp_site_name_wrapper {
    background: #fff;
}

a {
    color: #a63f23;
}


/* body margins to 0 */


.pkp_structure_page {
    margin-top: 0px;
    margin-bottom: 0px;
}

/* margenes del breadcrumb y del titulo de la pagina */

.cmp_breadcrumbs {
    padding: 10px 0;}
    
.pkp_structure_main h1 {
    font-weight: 300;
    font-size: 60%;
}

.pkp_structure_main h1, .pkp_structure_main h2, .pkp_structure_main h3, .pkp_structure_main h4 {
    margin: 10px 0 20px;
}

/* hacer la barra roja y los enlaces blancos y el hover blanco tmb */

.pkp_navigation_primary_row {
    background: #fff;
    padding-left: 30px;
    padding-right: 30px;
    background: #a63f23;
}

#navigationPrimary a {
    color: rgb(255, 249, 249);
}

#navigationPrimary a:hover {
    color: rgb(255, 249, 249);
}

/* hacer los enlaces rojos */


.pkp_structure_content a:hover {
	color: black;
	background-color: #F4F2E4;
	text-decoration: underline;
}


/* hacer los titulos serif y grandes */

.obj_article_summary>.title {
    font-family: Georgia, Times, serif;
    font-size: 1.2em;
}

/* hacer el titulo del numero grande */

.page_issue h1 {
    margin: 40px 0 0px;
}

.pkp_structure_main .obj_article_details h1 {
    font-size: 140%;
    font-weight: 800;
}

.obj_article_details .item {
    padding: 0 30px 10px 30px;
}

.obj_issue_toc div.description {
    font-weight: 700;
    font-size: 24px;
}

.obj_issue_toc .pub_id {
    margin: 20px 0 5px;
}

.obj_issue_toc .published {
    margin: 5px 0;
}

.obj_article_details .main_entry .label {
    padding: 0;
    color: rgb(166, 63, 35);
}

/* footer oscuro */

.pkp_footer_content {
    padding: 30px;
    text-align: left;
    color: white;
}

.pkp_structure_footer_wrapper {
    background: #534d44;
}

.pkp_page_index .current_issue .current_issue_title {
    margin: 10px 0;
    font-weight: 300;
}

/* corregir problemas con los colores */

.pkp_structure_head { background-color: #fff;}


.pkp_site_nav_toggle {
    background: #c8c1a6;}


element.style {
}
@media (min-width: 992px)
.pkp_navigation_user>li>a, .pkp_navigation_user>li.in_focus>a, .pkp_navigation_user>li>a:hover, .pkp_navigation_user>li>a:focus {
    {color: #fff;} eliminate or change colour}
    
/* log in text */
    
.pkp_navigation_user > li > a, .pkp_navigation_user > li.in_focus > a, .pkp_navigation_user > li > a:hover, .pkp_navigation_user > li > a:focus {
    color: #666;
}

/* hr styling */

hr {
  border: none;
color: #000000;
background-color: #d5d5d5;
height: 1px;
}

/* styling proximos */

p.annum {margin: 0; font-size: medium; color: #808080;
font-weight: 500;
    border-bottom: 1px solid #d4d4d4;
}

li.show {
  list-style-type: square;
}