header {
  background-color: #333;
  height: 50px;
  position: fixed;
  width: 100%;
  z-index: 2000;
}
.content {
  background-color: #333;
  height: 80vh;
  min-height: 380px;
}
#imgbg {
  background-image: url(../img/cabezal.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center 50px;
  padding-top: 50px;
}
#contacto {
  background-image: url(../img/ntd.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center top;
}
#loginbox, #form-contacto {
  background-color: #215e75;
  color: #fafafa;
  margin: 30px 0;
  border-radius: 5px;
  padding: 20px;
}

#header-title {
  color: #FFF;
}
#header-title small {
  color: #CCC;
}
#header-title h1 {
  margin-top: 5px;
}

#logo {
  background-image: url(../img/logo-flebes.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 40px;
  margin: 5px 0;
  padding: 5px;
  width: 150px;
}


ul#menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 50px;
}

#menu li {
  display: inline;
  height: 50px;
}

#menu li a {
  color: #fff !important;
  display: inline-block;
  padding: 15px;
  text-decoration: none;
}

#menu li a:hover {
  background-color: #323232;
}

.wl {
  color: #FAFAFA;
  text-shadow: 0 0 5px #000;
}

.descripcion {
  background-color: #da251d;
  color: #FFF;
  box-shadow: 0 0 10px #000;
}

#footer {
  background-color: #424242;
  color: #FFF;
  font-style: italic;
  padding: 5px 0;
}

#imgfooter {
  background-image: url(../img/logo-flebes.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  filter: invert(100%) brightness(1%) opacity(20%);
  -webkit-filter: invert(100%) brightness(1%) opacity(20%);
  -moz-filter: invert(100%) brightness(1%) opacity(20%);
  height: 40px;
  margin: 0 auto;
  padding: 5px;
  width: 150px;
}
