html,body {
  background-image: url("images/textura.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  margin: 0 auto;
  display: table-cell;
  vertical-align: middle;
}
iframe {
    width: 100%;
    height: 100%;
    position: absolute;
      margin:0 auto;
    z-index: 0;
    border:0;
  }

#main-header {
}

#menu-title{
  color: #ffffff;
  font-size: 0px;
  text-align: left;
  padding-top: 2%;
  padding-left: 24%;
  font-family: 'open_sans', sans-serif;
  margin:0 auto;
}

#allContents{
  position: relative;
  max-width: 1000px;
  height: 100%;
  max-height: 680px;
  margin:0 auto;
}

#menu{
  background-color:rgba(41,175,135,0.95);
  border:0;
  height:0px;
  width:0px;
  color:#a6bac9;
  font-family: 'open_sans', sans-serif;
  position:relative;
  top:-20px;
  margin:0 auto;
}

#menu a{
  font-size: 1.4em;
  font-family: 'open_sans', sans-serif;
  text-decoration: none;
  color:#fff;
}
.menuContent{
  max-width: 1000px;
  margin:0 auto;
}
.menuOrden50{
  float:left;
  width:42%;
  padding-left:8%;
}
