#contenedor {
  background-color: #fff;
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;

}
@font-face {
  font-family: Futura;
  src: url(Futura.ttf);
}
body {
  margin: auto;
  padding: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(images/fondo.jpg);
}

.baner {
  display: block;
}

header {
  background-color: #000;
}
.menu{
  padding: 0px;
  width: 0px;
  border: none;
  text-align: left;
  outline: none;
  font-size: 0px;
}
nav {
  position: relative;
  display: block;
}

nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #2057D7;
}

nav li {
  display: inline;
  float: left;
  border-right: 1px solid #112860;
}

nav a {
  font-family:Futura;
  display: block;
  color: #fff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

nav li a:hover {
  background-color:#8155A1;
}
.con{
  float:right;
  border-left: 1px solid #112860;
}
.sube{
  list-style: none;
  position: fixed;
    bottom: 50px;
    right: 200px;
    font-size: 100px;
    width: 150px;
    height: 100px;
    background-color: none;
    display: block;
}
.sube img{
  width: 70px;
}
.sube img:hover{
  transform: scale(0.8);
-ms-transform: scale(0.8);
-moz-transform: scale(0.8);
-webkit-transform: scale(0.8);
-o-transform: scale(0.8);
}
section {
  display: inline-block;
  width: 960px;
  height: auto;
  padding: 0px;
}

article {
  font-family:Futura;
}
article h1{
  font-size: 30px;
  color: #000;
}
article p{
  font-size: 20px;
  text-align: justify;
}

.referencia {
  font-family:Futura;
  display: block;
  color: #2057D7;
  padding: 5px 5px;
}
.links{
  list-style-type: none;
  display: block;
  padding: 6px 15px;
  overflow: hidden;
}
.lis{
  font-size: 20px;
  list-style: circle;
  margin-bottom: 10px;
}
.des{
  background-color: #8155A1;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 960px;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
  font-family: Futura;

}
.active, .des:hover {
  background-color: #2057D7;
}
.pdf{
  width:960px;
  padding: 0px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}
.activ{
  list-style: none;
  font-size: 20px;
  text-align: justify;
}
.ju{
  width: 187px;
  margin-left: 380px;
}
footer {
  background-image: url(images/foot.png);
  background-repeat: no-repeat;
  clear: both;
  display: block;
  height: 200px;
}

#pie {
  display: inline-block;
  width: 960px;
  height: 200px;
  padding-top: 3%;
}
.logo{
  width: 12%;
  padding-left: 45px;
}
.lo{
  width: 227px;
  float: right;
  margin-right: 45px;
  margin-top: 80px;
  display: block;
}
#pie p {
  font-family: Futura;
  font-size: 11px;
  color: #000;
  text-align-last: center;
  margin-top: 15px;
}
#pie h2{
  margin: 0;
}
.fras{
  width:439px;
  margin-left: 50px;
  padding-bottom:20px;
}

@media (max-width: 750px){
  #contenedor{
    margin-left: 5px;
    width: 804px;
  }
  p{
    font-size: 25px;
  }
  .baner{
    width: 764px;
  }
  .menu{
    background-color: #2057D7;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 764px;
    border: none;
    text-align: left;
    outline: none;
    font-size: 30px;
    font-family: Futura;
  }
  .plegar .menu:hover {
      background-color: #8155A1;
  }
  nav{
    display: none;
  }
  nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 250px;
    background-color: #2057D7;
}
nav li{
  border-bottom: 1px solid #112860;
}
nav li a {
    display: block;
    color: #fff;
    padding: 8px 0 8px 16px;
    text-decoration: none;
    text-align-last: center;
    font-size: 25px;
}
  .con{
    float: left;
    text-align: center;
    border: 0px;
  }
  section {
    width: 764px;
  }
  .ju{
    margin-left: 300px;
  }
  .sube{
    list-style: none;
    position: fixed;
      bottom: 50px;
      right: -50px;
      font-size: 100px;
      width: 150px;
      height: 100px;
      background-color: none;
      display: block;
  }
  .sube img{
    width: 60px;
  }
  .des{
    width: 764px;
  }
  .pdf{
    width: 764px;
  }
  footer{
    width: 764px;
    height: 150px;
    background-size: 764px 150px;
  }
  #pie {
    width: 764px;
    height: 200px;
    padding: 0px;
  }
  .logo{
    width: 10%;
    margin-left: 60px;
    margin-bottom: 5px;
    margin-top: 20px;
  }
  .fras{
    width:289px;
    margin-left: 60px;
    margin-top: 20px;
  }
  .lo{
    width: 127px;
    float: right;
    margin-right: 60px;
    display: block;
  }
}