﻿/** BASE **/

/* Márgenes */
@page {
  margin: .5em;
}
body {
  font-family: "IndUni-N", Athelas, Georgia, serif;
  margin: 0 20pt;
	padding: 0;
}

/* Sin fuentes integradas */

/* Control partición silábica */
#half-title-page p,
#title-page p,
#dedication p,
h1,
h2 {
	page-break-after: avoid;
	hyphens: none;
	adobe-hyphenate: none;
	-moz-hyphens: none;
	-webkit-hyphens: none;
}
p, 
li, 
td, 
dt, 
dd {
	-webkit-hyphenate-limit-before: 3;
	-webkit-hyphenate-limit-after: 1;
	-webkit-hyphenate-limit-lines: 2;
	orphans: 2;
	widows: 2;
}

/** FRONTMATTER **/

/* Cubierta */
.cover {
	margin: 0;
	padding: 0;
	text-align: center;
	text-indent: 0;
}
img.cover {
	height: 100%;
}

/* Portadilla */
#half-title-page {
	page-break-inside: avoid;
	text-align: center;
	text-indent: 0;
}
#half-title-page p {
  text-align: center;
	text-indent: 0;
}
#half-title-page p.title {
  font-family: inherit;
	font-size: 1.5em;
	font-weight: 600;
	margin: 4em 0 0 0;
}
#half-title-page div.collection {
	margin: 15em 0 0 0;
}
#half-title-page div.collection p.logo {
	display: inline-block;
	max-width: 8em;
	text-align: center;
	width: 8em;
}
#half-title-page div.collection p.logo img {
	text-align: center;
}

/* Portada */
#title-page {
	page-break-inside: avoid;
	text-align: center;
	text-indent: 0;
}
#title-page p {
  text-align: center;
	text-indent: 0;
}
#title-page p.title {
  font-family: inherit;
	font-size: 1.75em;
	font-weight: 600;
	margin: 2.5em 0 0 0;
}
#title-page p.subtitle {
  font-size: 1.2em;
	font-weight: normal;
	margin: .2em 0 0 0;
}
#title-page p.author {
	font-size: 1.35em;
  font-style: normal;
	margin: 1.5em 0 0 0;
}
#title-page p.trl {
	font-size: 1em;
  font-style: normal;
	margin: 1.2em 0 0 0;
}
#title-page div.publisher {
	margin: 10em 0 0 0;
}
#title-page div.publisher p.logo {
	display: inline-block;
	max-width: 8em;
	text-align: center;
	width: 8em;
}
#title-page div.publisher p.logo img {
	text-align: center;
}
#title-page div.publisher p.date {
	font-size: smaller;
	margin: 0 0 0 0;
}

/* Créditos */
#copyright-page {
	margin: 2em 1em 0 0;
}
#copyright-page div + div {
	margin: 1em 0 0 0;
}
#copyright-page p {
	font-size: .8em;
	text-align: left;
	text-indent: 0;
}
#copyright-page p.agency {
	display: block;
	margin-left: 1em;
}
#copyright-page p.license {
	margin: 1em 0;
}
#copyright-page div.legal-notice p {
	font-size: .7em;
  font-style: italic;
  text-align: justify;
}
#copyright-page div.support div.logo {
	margin: 0 0 0 0;
}
#copyright-page div.support div.logo p {
	display: inline-block;
	max-width: 14em;
	text-align: left;
	width: 14em;
}
#copyright-page div.support div.logo p img {
	text-align: center;
}
#copyright-page div.contributors p {
	margin-top: 1em;
}
#copyright-page div.contributors span.label {
	display: block;
}

/* Dedicatoria */
#dedication {
	margin: 5em 0 0 0;
}
#dedication p {
	font-style: italic;
	text-align: right;
	text-indent: 0;
}

/* Epígrafe */
#epigraph {
	margin: 5em 0 0 0;
}
#epigraph blockquote {
	margin: 0 0 1em 2em;
}
#epigraph blockquote p {
	font-style: normal;
	text-align: justify;
	text-indent: 0;
}
#epigraph p.attrib {
	font-style: normal;
	text-align: right;
	text-indent: 0;
}
#epigraph p.attrib span.name {
	font-size: 80%;
}

/* BODYMATTER */

/* Estilos generales */
h1 {
	font-family: inherit;
	font-size: 1.5em;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	margin: 1em 0 4em 0;
	padding: 0 0 0 0;
	text-align: center;
	text-indent: 0;
}
h2 {
	font-family: inherit;
	font-size: 1em;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	margin: 1em 0 0 0;
	padding: 7em 0 0 0;
	page-break-before: always;
	text-align: center;
	text-indent: 0;
}

p {
	font-family: inherit;
	font-size: .9em;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: justify;
	text-indent: 1em;
}

a {
	color: #00F;
	font-style: normal;
	font-weight: bolder;
	text-decoration: none;
}
abbr {
  border: 0;
  text-decoration: none;
  white-space: nowrap;
}
blockquote {
	font-size: 1em;
	margin: 1em 0 1em 1em;
}
blockquote p {
  font-size: .8em;
	font-style: normal;
  text-align: justify;
	text-indent: 1em;
}
blockquote p + p {
  text-indent: 1em;
}
hr {
	border: none !important;
  height: 1em;
	margin: .4em 0;
}
img {
	margin: 0;
	max-width: 100%;
	padding: 0;
}
q {
  font-style: italic;
}
q:before {
  content: "";
}
q:after {
  content: "";
}
sub,
sup {
  font-size: .7em;
}

/* Listas */
ol {
	margin: 1em 0;
	padding: 0;
}
li {
	font-size: .9em;
	margin: 0;
	padding: 0 0 0 2.25em;
}

/* Seudoversalitas */
abbr.acronym,
span.sc {
  font-size: 80%;
}

/* Figuras y captions */
div.figure {
	margin: 1em 0;
  text-align: center;
	width: 100%;
}
div.figure p.image {
  text-align: center;
	text-indent: 0;
}
div.figure p.image img {
	max-width: 100%;
	text-align: center;
}
div.figure p.figcaption {
  font-family: sans-serif;
	font-size: .7em;
	hyphens: none;
	adobe-hyphenate: none;
	-moz-hyphens: none;
	-webkit-hyphens: none;
	text-align: center;
	text-indent: 0;
}

/* Estilos particulares */
blockquote.poem,
blockquote.song {
	margin: 1em 0 1em 1em;
}
p.stanza {
	font-style: normal;
	text-align: left;
	text-indent: 0;
}
span.verse {
	display: block;
	margin-left: 1em;
	text-indent: -1em;
}
blockquote.song[xml\:lang="en"] p.stanza  {
	font-style: italic;
}

.chapter {
	margin: 4em 0 0 0;
}
p.list-bridgehead {
	font-weight: bold;
	text-indent: 0;
}
ol {
	page-break-after: always;
}
ol + p {
	padding-top: 5em;
	text-indent: 0;
}
p.asterisks {
	margin: 1em 0;
	padding-top: .45em;
	text-align: center;
	text-indent: 0;
}
p.asterisks + p {
	text-indent: 0;
}

/* Mapa */
#map {
	text-align: center;
}

/* Estilos consecuentes */
h1 + p,
h2 + p,
h3 + p,
hr + p {
  text-indent: 0;
}

/* BACKMATTER */

/* Otros títulos */
#other-works h1 {
	font-size: 1.2em;
	font-style: normal;
	margin: 3em 0 1.5em 0;
	text-indent: 0;
}
#other-works h2 {
	font-size: 1em;
	margin: 2.5em 0 1em 0;
	padding: 0;
	page-break-before: avoid;
	text-indent: 0;
}
#other-works ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
}
#other-works li {
	font-size: .9em;
	margin: 1em 0;
	padding: 0;
	text-align: center;
	text-indent: 0;
}

/* Notas | Llamadas */
a.noteref {
	font-size: .7em;
	vertical-align: top;
}

/* Notas | Notas al pie */
#footnotes {
	page-break-before: always;
}
#footnotes h2 {
	border-bottom: 1px solid #000;
	padding-bottom: .25em;
}
div.footnote {
	margin: .5em 0 0 0;
}
div.footnote a.noteback {
	display: inline;
	float: left;
	clear: left;
	font-size: .8em;
	font-style: normal;
	margin: 0;
	padding: 0 .25em 0 0;
	page-break-after: avoid;
	text-align: left;
	width: 1.5em;
}
div.footnote a.noteback + p {
	page-break-before: avoid;
}
div.footnote p {
	font-size: .8em;
	margin: 0 0 0 1.75em;
  text-indent: 0;
}
div.footnote p + p {
  text-indent: 1em;
}

/* Créditos de las fotografías */
#loi p {
	text-indent: 0;
}