p.caption {
  color: #777;
  margin-top: 10px;
}
p code {
  white-space: inherit;
}
pre {
  word-break: normal;
  word-wrap: normal;
}
pre code {
  white-space: inherit;
}


/* Justificar texto */
.book .book-body .page-wrapper .page-inner {
    text-align: justify;
}


body {
    font-family: "Lora", serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans", sans-serif;
}


/* Justificar títulos principales (h1) 
h1 {
    text-align: justify;
}

Justificar subtítulos (h2, h3, h4...) 
h2, h3, h4, h5, h6 {
    text-align: justify;
} */