*{
  margin: 0;
  padding: 0;
  outline: 0;
  font-family: 'Open Sans', sans-serif;
}

.fondo{
  background-image: url('/assets/images/nuevaalcantara.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.zoom {

}
.zoom:hover {
  -ms-transform: scale(3.5); /* IE 9 */
  -webkit-transform: scale(3.5); /* Safari 3-8 */
  transform: scale(3.5);
}
.menu{
  float: right;
  margin-right:10px;
}

.header{
  color: white;
}
.header-nav-logo{
  height: 60px;
  padding: 0;
}
.header-nav-logo2{
  height: 70px;
  padding: 0;
  float: right;
}
.header-nav-title{
  color: rgba(64,64,64,1) !important;
  font-weight: bold;
  letter-spacing: 2px;
}
.pm-header{
  background-image: linear-gradient(#4a9fe0, #528bb6);
  box-shadow: 1px -1px 10px black;
  border-radius: 0px;
}
.footer {
    margin-top: 100px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: blue;
    color: white;
    text-align: center;
}
.completo{
  background-color: red;
  color: white;
}
#barraaceptacion {
  opacity: 0.5;
  filter: alpha(opacity=50); /* For IE8 and earlier */
}
.padImg{
  margin-left: 7px;
  margin-right: 7px;
}
.left{
  float:left;
}
