#top_banner{
	max-height: 136px;
	max-width: 100%;
	overflow-x: hidden;
}



/*modificaciones Bootstrap*/

.container-fluid {
	padding-right: 0;
    padding-left: 0;
}


.navbar {
    border-radius: 0;
    min-height: initial;
    margin-top: 4px;
    border-top:none;
}


.navbar-collapse {
    padding-right: initial;
    padding-left: initial;

    border-top: 2px;
 }

 .nav > li > a {
    font-size:13px;
    color: #686868;
    font-weight: bold;
    font-family: 'Bitter', serif;
    padding: 12px 12px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #585858;
    /*background: #f5f5f5;*/
    background: #eff3e7;
    
}

.nav-pills > li > a {
    border-radius: 0;
}

.nav-justified > li {
   	border-right: 1px solid #eee;
}
