#header {
  background-color: #41402E;
  height: 90px;
  color: #FFFFFF;
  top: 0;
  position: fixed;
  z-index: 2;
}
.boxLogo{
  width:50%;
  float: left;
  position: relative;
  height: auto;
}
/*.boxLogo img{
	margin-left: 60px;
	margin-top: 27px;
  width:250px;
}*/
.boxLogo img.logo{
  margin-left: 60px;
  margin-top: 27px;
  width:auto;
  height:40px;
}
.boxLogo img.logo1{
  margin-left: 60px;
  margin-top: 27px;
  width:auto;
  height:40px;
  display: block;
}
.boxLogo img.logo2{
  margin-left: 60px;
  margin-top: 27px;
  width:auto;
  height:40px;
  display: none;
}
@media (min-width: 0px) and  (max-width:1500px) {
  /*#menu {
    overflow-y: scroll;
  }*/
  .boxLogo img.logo1{
    display: none;
  }
  .boxLogo img.logo2{
    display: block;
  }
}

.boxCerrar{
  width:50%;
  float: right;
  position: relative;
  height: auto;
  color: rgba(255, 255, 255, 0.8);
  text-align: right;
  margin-right: 60px;
	margin-top: -27px;

	font-family: 'Gotham-Book';
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 2px;
}
.boxCerrar:hover{
  color: rgba(255, 255, 255, 1);
}

.boxCerrar a:link {text-decoration: none; color: rgba(255, 255, 255, 0.8); }
.boxCerrar a:visited{text-decoration: none; color: rgba(255, 255, 255, 0.8); }
.boxCerrar a:hover {text-decoration: none; color: #FFFFFF; }
.boxCerrar a:active {text-decoration: none; color: rgba(255, 255, 255, 0.8); }