#banner img {
  width: 100%;
  padding-top: 3em;
}

ul.dropdown-menu {
  left: -95px !important;
}

footer {
  width: 100%;
  bottom: 0;
  background: #333;
  color: white;
  position: fixed;
  padding: 20px 0;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background: red;
}

div#principal {
  margin-bottom: 150px;
}

table tbody tr:hover {
  background: #d3d3d3;
}

fieldset {
  border: 1px solid black !important;
  margin-bottom: 2rem !important;
}

legend {
  background-color: #005485;
  width: 100%;
  text-align: center;
  color: #FFF;
  text-transform: capitalize;
  font-weight: 900;
  padding: 1rem;
  margin-bottom: 2rem;
}

.legend2 {
  background-color: #d3d3d3;
  color: black;
}
/*# sourceMappingURL=style.css.map */