html, body {
  color: #7a7a7a;
  height: 100%;
  font-size: 14px;
  padding: 0px;
  margin: 0px;
  background: #D6D6D6 url(img/back_entidad.gif) repeat-x;
}

.wrapper.row {
  height: 100%;
  display: block;
  margin-bottom: 0px;
  text-align: center;
}

.wrapper.row .container {
  max-width: 1024px !important;
  height: 100% !important;
  background: white;
  text-align: center;
  margin: 0px auto;
  padding-bottom: 30px;
}

.wrapper.row .container .header {
  width: 100%;
  height: 85px;
  background: #0372A7;
  text-align: left;
  padding: 5px 0px 5px 30px;
}

.wrapper.row .container .content {
  height: calc(100% - 85px - 41px);
  padding: 0px 67px;
  position: relative;
}

.wrapper.row .container .content h1 {
  font-size: 45px;
  color: #0372A7;
  position: absolute;
  width: calc(100% - 134px);
  top: 150px;
}

.wrapper.row .container .footer {
  border-top: solid 4px #0372A7;
  height: 41px;
  padding: 10px 0px;
  margin: 0px 67px;
}

/* Monitor Chico */
/* Tablet */
/*# sourceMappingURL=styles.css.map */