header#headerNavigationContainer {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10000;
}
.pkp_structure_content {
    padding-top: 150px;
}

.navbar-default, .header_view {
    background-color: #F4B830;
    background-image: url(/public/site/fondo.png);
    background-repeat: no-repeat;
    background-position-x: center;
    border-color: transparent;
}

a.navbar-brand {
    margin-top: -13px;
}

.site-name span:nth-child(1) {
    color: #BE09BE;
    font-size: 28px;
    width: 100%;
    float: left;
}

.header_re.max {transition: all 0.4s linear; height: 109px;}

.header_re.min {
    height: 67px;
    transition: all 0.4s linear;
}

.max .navbar-header .site-name a.navbar-brand span{
    font-size: 28px;
    transition: all 0.4s linear;
}

.min .navbar-header .site-name a.navbar-brand span{
    font-size: 26px;
    transition: all 0.4s linear;
}

.site-name span:nth-child(2) {
    color: #6C00FF;
    font-size: 30px;
    width: 100%;
    float: left;
    margin-left: 150px;
}

.menu_generico{
	 background-color: #004B93;
   height: 25px;
}

ul#main-navigation li a {
    color: #114495;
}

.media {
    margin-top: 2em;
    margin-bottom: 2em;
    float: left;
    margin-right: 30px;
}

.media:first-child {
    margin-top: 2em;
}

.media-left img {
    max-width: 145px;
    max-height: 180px;
    height: 180px;
    width: 145px;
}

.media-heading {
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
}
.destacados_title {
    font-size: 24px;
}

.navbar-default .nav>li>a:active, .navbar-default .nav>li>a:hover {color: #fff; background: #000;height: 30px;
    max-height: 30px; line-height: 1; padding: 22px 15px;}

.todas_home { float: left; clear: both;}
.todas_home:hover, .todas_home:focus {background: #184b93;}


.activo {
    border-left: solid 4px #BE09BE;
    padding-left: 5px;
}

.facultad_detalle {
    line-height: 2;
}

.title_portada {
    font-size: 17px;
    font-weight: 600;
}

li.facultad_detalle {
    margin-left: -35px;
    display: block;
    /* margin-bottom: 10px;
    background-image: url(/public/site/chevron-right-solid.svg);
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: top left;
    padding-left: 16px;
    background-position-y: 9px; */
}

a { color: #01378E; text-decoration: none;}
a:hover { color: #01378E; text-decoration: none;}

.facultades ul { columns: 2;}


#main-site .journals .container .row:nth-child(1) {
    border-bottom: #BE09BE solid 1px;margin-bottom: 20px;
}

#headerNavigationContainer div:nth-child(1) nav div:nth-child(1) div:nth-child(1) a {font-size: 13px;margin-top: -19px;}

.dropdown-menu>li>a {
    display: block;
    padding: 9px 20px;
    clear: both;
    font-weight: 400;
    line-height: 2.428571;
    color: #7b8a8b;
    white-space: nowrap;
}

.Uchilelogo-01 {
    width: 5%;
    float: left;
}

.datosPie {
    width: 95%;
    float: left;
    margin-top: 30px;
    color: aliceblue;
}

footer[role="contentinfo"] {
    background: #184b93;
    padding: 2em;
    margin-top: 4em;
}

@media (min-width: 768px){
.navbar-nav {
    float: right;
    margin: 0;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand, .header_view>.container .navbar-brand, .header_view>.container-fluid .navbar-brand {
    margin-left: 0px;
}
}

@media (min-width: 320px) and (max-width: 767px){
	.navbar-nav {display: none;}
	.generico {display: none;}
  .max .navbar-header .site-name a.navbar-brand span {font-size: 24px;}
  .min .navbar-header .site-name a.navbar-brand span {font-size: 24px;}
  .site-name span:nth-child(1) {margin-top: -20px;}
  .site-name span:nth-child(2) {margin-left: 0px;}
  .facultades ul {columns: 1;}
  .media {width: auto}
  .datosPie { width: 75%;}
  .Uchilelogo-01 {width: 20%;}
  .navbar-header .site-name {margin-top: 30px;}
  #main-site .journals .container .row:nth-child(1) {
    border-bottom: none;
    margin-bottom:0;
}
}

@media (min-width:375px) and (max-width:573px){
  .media {width: 48%;margin-right: 2%; }
  button.todas_home {clear: both; float: left;}
}

@media (min-width:422px) and (max-width:) {}
