body {
  margin: 0px;
  font-style: normal;
  font-family: "Times New Roman", Times, serif;
}
body header {
  background-color: #e6e6e6;
  text-align: center;
}
body .foto_personal {
  padding: 20px;
  width: 200px;
  height: auto;
}
body span {
  font-style: italic;
  font-weight: bold;
}
body h1 {
  background-color: #c4c4c4;
  text-align: center;
  color: #005677;
  letter-spacing: 0.5rem;
  line-height: 84.69%;
  font-weight: bold;
  font-size: 35px;
  padding-top: 14px;
  padding-bottom: 16px;
  margin-top: 0px;
  margin-bottom: 149px;
}
body h2 {
  background-color: #c4c4c4;
  color: #005677;
  letter-spacing: 0.5rem;
  line-height: 84.69%;
  font-weight: bold;
  font-size: 20px;
  padding: 6px 12px 7px 12px;
}
body section {
  background-color: #c4c4c4;
}
body section ul li {
  margin-bottom: 0.3rem;
  font-size: 15px;
  line-height: 1.3rem;
}
body section ul li span {
  font-weight: bold;
}
body p {
  margin-left: 26px;
}
body footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 120px;
  padding-top: 11px;
  padding-bottom: 9px;
  background-color: #005677;
  color: white;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body footer span {
  font-weight: bold;
  font-style: normal;
  font-family: "Times New Roman", Times, serif;
  font-size: 20px;
}
body footer img {
  margin-left: 26px;
}/*# sourceMappingURL=style.css.map */