html {
  font-size: 100%;
  font-family: Georgia, serif;
  color: #373737;
  background-color: #f4f4f4;
}
body {
  margin: 0;
  font-size: 1.2em;
  line-height: 1.4;
}
h1,
h2 {
  text-align: center;
  margin: 1.2em 0;
}
h1 {
  font-size: 2.7em;
}
h2 {
  font-size: 1.7em;
}
section {
  border-top: 7px dotted #ddd;
  padding: 2em 0;
}
section:last-of-type {
  border-bottom: 7px dotted #ddd;
}
.vessel {
  padding: 0 4%;
}
.vessel div {
  margin: 0 auto 1em;
  max-width: 46em;
  padding: .6em 1.7em;
  border-radius: 7px;
  background-color: #fff;
}
.fn {
  display: block;
  font-size: .9em;
  font-weight: normal;
  font-style: italic;
  border-bottom: 1px solid #dedede;
  padding: 0 0 .3em 0;
}
p {
  margin: 1.4em 0;
}
p:first-of-type {
  margin-top: .7em;
}
p:last-of-type {
  margin-bottom: .7em;
}
.piedra {
  font-size: 1.2em;
  box-shadow: 0 0 22px #e7e7e7;
}
dl {
}
dt {
  float: left;
  font-style: italic;
}
dt:after {
  content: ':';
  font-style: normal;
}
dd {
  margin: 0 0 1em 6.4em;
}
