@import url(menu.css);
@import url(banner.css);

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  background: #dedede;
}

header {
  width: 100%;
  height: 93px;
  background: #2F2E2E;
  color: #ffffff;

  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

header img {
  margin-top: 13px;
}

.contenedor {
  width: 98%;
  margin: auto;
}

.main-logo {
  float: left;
}

header .contenedor {
  display: table;
}

section {
  width: 100%;
  margin-bottom: 25px;
}
