body {
  color: #020066;
  background-color: #E6E6FA;
  font-family: "Verdana",sans-serif;
  padding: 3% 3% 6% 3%;
  line-height: 110%
}
header {
  font-size: 2.3em;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1.5%;
}
h2 {
  font-size: 1.5em;

}
h3 {
  font-size: 1em;
}

h2,h3 {
  color: #021A77;
  background-color: #E6E6FA;
  font-weight: bold;
}
.cabecera {
  margin-bottom: 2%;
}
.detalle {
  font-size: 1em;
  text-align: justify;
  text-justify: distribute;
}