.navbar-brand {
    display: block;
    float: right!important;
    clear: both;
    width: 100%!important;
    height: auto!important;
}
li.profile a {
    color: #1F1F1F!important;
}
.pkp_navigation_user {
    background-color: #FFFFFF;
    opacity: 0.5;
    font-family: "Oswald", sans!important;
}
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: #015c77;
} 
a:visited {
	color: #828282;
} 
a:hover {
	color: #828282;
} 
.pie {
    color: #ffffff;
    font-size: 11px;
    line-height: 13px;
}
a.pie:link {
	color: #EAEAEA;
}
a.pie:visited {
	color: #EAEAEA;
} 
a.pie:hover {
	color: #eaeaea;
}
/* 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: #015c77!important;
    font-family: Roboto, sans;
}
h3 a {
 	color: #52554f!important;
    font-family: "Droid Serif", serif!important;
    font-size: 16px;
}
/* imagen de tapa */
a.cover {
	display: block!important;
	float: left!important;
	width: 100%!important;
	margin: 0!important;
	text-align: left!important;
	padding: 0px!important;
}
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;
}
/* apareciencia de la navegacion breadcrumbs */ 
nav.cmp_breadcrumbs {
	margin-bottom: 0px!important;
	padding: 5px 0 5px 0!important;
}
/* definicion del fondo del header o encabezado */
.pkp_structure_head {
  /* background-image: url("http://www.revistasfilo.com.ar/revistasHeaders/HeaderTesis.jpg"); */  
  background-color: #ffffff; 
  background-position: 10%  5px;
  background-repeat: no-repeat; 
}
.pkp_head_wrapper {
    height: 160px;
}
.is_img {
    display: inline-block;
}
/* footer */
.pkp_structure_footer_wrapper, .pkp_structure_footer {
    background-color: #015c77!important;    
}
div.pkp_brand_footer {
    display: none!important;    
}
@media only screen and (max-width: 600px) { 
    .pkp_structure_head {
 /* background-image: url("http://publicaciones.filo.uba.ar/sites/publicaciones.filo.uba.ar/files/u6/pageHeaderTitleImage_es_ES-revistas.png"); */ 
  background-color: #ffffff; 
  background-position: 10px!important;
  background-repeat: no-repeat;
background-size: 100%;
}
.pkp_head_wrapper {
    height: auto!important;
} 
}
/** **/
.pkp_page_index .description {
  text-overflow: ellipsis;
  max-width: 250ch;
  max-height: 105px;
  overflow: hidden;
  display:inline-block;

}