.navbar-brand {
    display: block;
    float: right!important;
    clear: both;
    width: 100%!important;
    height: auto!important;
}
.pkp_navigation_primary_row {
    background-color: #ffffff!important;
    border-bottom: 0;
}
.pkp_navigation_user {
    background-color: #FFFFFF;
    opacity: 0.5;
    font-family: "Oswald", sans;
}
div.section {
    margin-top: 5px!important;
    margin-bottom: 5px!important;
    padding-top: 5px!important;
    padding-bottom: 5px!important;
}
a.read_more:link {
	color: #242424!important;
   background-color: #f5f5f5!important;
    padding-left: 70%;
}
a.read_more:visited {
	color: #242424!important;
   background-color: #f5f5f5!important;
    padding-left: 70%;
} 
a.read_more:hover {
	color: #242424!important;
   background-color: #f5f5f5!important;
    padding-left: 70%;
}
/* imagen logo en encabezado */ 
.navbar-brand-logo {
    width: 120px!important;
	flbacoat: right!important;
  }
  .navbar-collapse {
    clear: left;
  }
/* si no está configurada la imagen logo aparece el nombre de la revista de esta manera */ 
h1.site-name {
	float: left;
	/* width: 100%px!important;*/
}
/* links */ 
a:link {
	color: #531400;
} 
a:visited {
	color: #828282;
} 
a:hover {
	color: #828282;
} 
a.read_more {
   color: #531400;
}
.pie a:link {
    color: #ffffff;
    font-size: 11px;
    line-height: 13px;
}
div.pie {
    margin-left: 20%;
    margin-right: 20%;
    font-size: 11px;
    line-height: 13px;
}
a.pie:link {
	color: #EAEAEA;
}
a.pie:visited {
	color: #EAEAEA;
} 
a.pie:hover {
	color: #eaeaea;
}
.pie img {
    width: 100px;
    height: auto;
}
/* etiquetas de secciones en el índice */ 
.section h2 {
	width: 100%!important;
	border-bottom: 2px solid !important;
	border-bottom-width: medium!important;
}
/* titulos con links */ 
.title a {
	color: #531400!important;
    font-family: Roboto, sans;
}
h3 a {
 	color: #531400!important;
    font-family: "Droid Serif", serif!important;
    font-size: 16px;
}
/* imagen de tapa */
a.cover {
	display: block!important;
	float: left;
	width: auto!important;
    height: 100%!important;
	margin: 0!important;
	text-align: left!important;
	padding: 0px!important;
}
a.cover img {
    display: block;
    width: auto;
    height: auto;
} 
span .label .value {
	display: block!important;
	float: left!important;
	font-size: 0.4em!important;
}
div.heading {
	margin: 0!important;
	float: left!important;
	text-align: left!important;
	padding: 0px!important;
    width: 100%!important;
    display: block;
}
/* apareciencia de la navegacion breadcrumbs */ 
nav.cmp_breadcrumbs {
	margin-bottom: 0px!important;
	padding: 5px 0 5px 0!important;
    color: #531400;
}
/* definicion del fondo del header o encabezado */
.pkp_structure_head {
 background-image: url("http://publicaciones.filo.uba.ar/sites/publicaciones.filo.uba.ar/files/u6/OJS-IantFdo.jpg"); 
  background-color: #ffffff; 
  background-position: 10%  5px;
  background-repeat: no-repeat; 
  
}
.pkp_head_wrapper {
    height: 160px;
}
.is_img {
    display: none!important;
}
a.is_text {
    color: #ffffff!important;
}
/* footer */
.pkp_structure_footer_wrapper, .pkp_structure_footer {
    background-color: #531400!important;    
}
div.pkp_brand_footer {
    display: none!important;    
}
/* boton pdf */
.cmp_button_wire, .obj_galley_link {
    display: inline-block;
    padding: 0 1em;
    background: #fff;
    border: 1px solid #531400;
    border-radius: 3px;
    font-size: 13px;
    line-height: 28px;
    color: #531400;
    text-decoration: none;
}

@media only screen and (max-width: 600px) { 
    .pkp_structure_head {
  background-color: #ffffff; 
  background-repeat: no-repeat;
background-size: auto 100%;
}
    .pkp_head_wrapper {
    height: 100px;
}
    a.cover img {
    display: block;
    width: 100%!important;
    height: auto!important;
} 
}

.obj_issue_toc .galleys:before, .obj_issue_toc .section:before {
    content: '';
    position: absolute;
    top: 45px;
    left: 0;
    width: 100%;
    border-top: 0px solid #ddd;
    border-top-width: 0px!important;
    border-top-style: solid;
    border-top-color: rgb(221, 221, 221);
}