html, body {
  height:100%;
  margin:0;
  padding:0;
  overflow-x: hidden;
}

.letterMenu:hover {        
        color: #C1A77F;
    }    

.letterSubMenu:hover {        
        color: #727272;
    }

div#Menu{
  height: 100%;
  background-color: #EDE9E2;  
  background-image: url('../Images/FondoMenu.png');  
  background-repeat: no-repeat;  
  background-size: 100% 100%;
  z-index: 100;
}

div#Menu nav{
  z-index: 10;
}

div#MenuBrochure{
  position: relative;
  top:  0;  
  float: right;
  right: 102px;
  width: 14%;
  height: 100%;
  background-color: #EDE9E2;  
  background-image: url('../Images/MENU.png');   
  background-repeat: no-repeat;  
  background-size: 100% 100%;
  z-index: 100;
}

div#MenuBrochure nav{
  position: absolute;
  z-index: 10;
  top: 35%;
  let: 50%;
  transform: translate(-50% -50%);
}

.divLateral{   
  position: relative; 
  margin-top: 264px;  
  height:166px;
  width: 7%;  
  float: right;    
  text-align: center;    
  z-index: 3;
}


.carousel-caption {
  position: revert;
}
    
