body{
	top: 93px;
	margin-bottom: 60px;
	background: #FFF;
}

nav{
	background: #fff;
	color: #000;
	position: fixed;
	width: 100%;
}

#logoUSB{
	max-width: 300px;
}

#logoUSBMedio{
	max-height: 70px;
}

#logoMECE{
	max-height: 70px;
}
#logoMECEPequeno{
	max-height: 70px;
}

.link-nav{
	color: #fff;
	margin-right: 10px;
}

.imagenNavbar{
	height: 190px;
}

.botonNavbar{
	margin: 3px;
	width: 130px;
	height: 40px;
	padding: 0px;
}

.menuResponsive{
	padding-top: 5px;
}

.footer{
	height: auto;
	line-height: 14px;
	background: #fff;
}

.footer {
  font-size: 1rem;
}

@media (min-width: 576px) {
  .footer {
    font-size: 1.2rem;
  }
}

@media (min-width: 768px) {
  .footer {
    font-size: 1.4rem;
  }
}

@media (min-width: 992px) {
  .footer {
    font-size: 1.6rem;
  }
}

.dropdown-menu a:hover{
	background-color: #ccdade;
}