﻿/** BASE **/

/* Márgenes */
body {
	font-family: Garamond, serif;
	font-size: 1em;
	line-height: 1.5;
	margin: 0;
	padding: 0 20px;
}
body * {
	max-width: 100%;
}

/* Fuentes integradas */
@font-face {
	font-family: Asterisc;
	src:url('../fonts/Asterisc.ttf');
}
@font-face {
	font-family: ZapfDingbats;
	src:url('../fonts/ZapfDingbats.ttf');
}
span.asterisco-text {
	font-family: Asterisc;
}
span.zapf {
	font-family: ZapfDingbats;
}

/* Control partición silábica */
#titlepage p,
#dedication p,
h1,
h2,
h3,
h4 {
	break-after: avoid;
	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 {
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	text-indent: 0;
}

/* Créditos */
#copyright-page {
	margin: 4em 2em 0 0;
}
#copyright-page div + div {
	margin: 1em 0 0 0;
}
#copyright-page p {
	font-size: .8em;
	margin: 0;
	text-align: left;
	text-indent: 0;
}
#copyright-page img {
	text-align: left;
	vertical-align: middle;
	width: 2em;
}

/* Sinopsis */
#summary * {
	font-family: sans-serif;
}
#summary h1 {
	border: 0;
	color: black;
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	margin: 2em 0 1em 0;
	text-align: center;
}
#summary p {
	font-size: .9em;
	margin: 0;
	text-align: justify;
}
#summary li {
	font-size: .9em;
	margin: 0;
	text-align: justify;
}
#summary h1 + p {
	text-indent: 0;
}
#summary p + p {
	text-indent: 1em;
}

/* Portada */
#titlepage {
	margin: 2em 0 0 0;
	padding: 0;
	text-align: center;
	text-indent: 0;
}
#titlepage p.title {
	font-family: inherit;
	font-size: 1.7em;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	margin: 1em 0 1em 0;
	padding: 0;
	text-align: center;
	text-indent: 0;
}
#titlepage p.subtitle {
	font-family: inherit;
	font-size: .9em;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: center;
	text-indent: 0;
}
#titlepage p.author {
	font-family: inherit;
	font-size: 1.15em;
	font-style: normal;
	font-weight: normal;
	margin: .5em 0 0 0;
	padding: 0;
	text-align: center;
	text-indent: 0;
}
#titlepage p.contrib {
	font-family: inherit;
	font-size: .9em;
	font-style: normal;
	font-weight: normal;
	margin: 4em 0 2em 0;
	padding: 0;
	text-align: center;
	text-indent: 0;
}
#titlepage p.publisher {
	margin-top: 7em;
	text-align: center;
}
#titlepage p.publisher img {
	width: 7em;
	text-align: center;
}
#titlepage div.icon {
	margin: 2em auto;
	width: 4em;
	text-align: center;
}

/* Índice */
#toc ol {
	list-style-type: none !important;
	margin: 1em 0;
	padding: 0;
}
#toc li {
	font-size: 1em;
	margin: .75em 0;
	padding: 0;
	text-align: left;
}
#toc li ol {
	margin: 0 0 0 1em;
}
#toc li li {
	margin: 0;
}
#toc li span.label {
	display: block;
}
#toc li span.title {
	font-weight: bold;
}
#toc a {
	font-weight: normal;
	page-break-inside: avoid;
	text-decoration: none !important;
}

/* Dedicatoria */
#dedication {
	margin-top: 6em;
}
#dedication p {
	text-align: center;
}

/* BODYMATTER */
h1 {
	font-family: inherit;
	font-size: 1.5em;
	font-weight: normal;
	margin: 4em 0 2em 0;
	text-align: center;
}
h1 span.label {
	display: block;
	font-size: .8em;
}
h2 {
	font-family: inherit;
	font-size: 1.25em;
	font-style: normal;
	font-weight: normal;
	line-height: 1.2;
	margin: 3em 0 3em 0;
	padding: 0;
	text-align: center;
	text-indent: 0;
}
h2 span.ordinal {
	font-size: .8em;
	display: block;
	margin-bottom: .2em;
}
h3 {
	font-family: inherit;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	margin: 1.5em 0 1em 0;
	padding: 0;
	text-align: left;
	text-indent: 0;
}
h4 {
	font-family: inherit;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	line-height: 1.2;
	margin: 1em 0 .5em 0;
	padding: 0;
	text-align: left;
	text-indent: 0;
}

p {
	font-size: 1em;
	margin: 0 0 0 0;
	padding: 0;
	text-align: justify;
	text-indent: 1em;
}

a {
	color: #00F;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
abbr {
	border: 0;
	text-decoration: none;
	white-space: nowrap;
}
blockquote {
	margin: 1em 0 1em 1em;
}
blockquote p,
blockquote li {
	font-size: .9em;
	margin: 0;
	text-indent: 0;
}
blockquote p + p {
	text-indent: 1em;
}
cite {
	display: inline;
	font-style: italic;
}
hr {
	border: none !important;
	height: 1em;
	margin: 0;
	padding: 0;
}
img {
	margin: 0;
	max-width: 100%;
	padding: 0;
}
q {
	font-style: italic;
}
q i {
	font-style: normal;
}
q:before {
	content: "";
}
q:after {
	content: "";
}
sub,
sup {
	font-size: .7em;
}

/* Listas */
ol {
	margin: 1em 0 1em 1em;
	padding: 0 0 0 1.5em;
}
ul {
	list-style: disc;
	margin: 1em 0;
	padding: 0 0 0 1.25em;
}
ul ul {
	list-style: square;
}
li p {
	font-size: 1em;
	text-indent: 0;
}
li p + p {
	text-indent: 1em;
}
li blockquote p {
	font-size: .9em;
	text-indent: 0;
}
li p.indent {
	font-size: 1em;
	text-indent: 1em;
}
ol li li {
	font-size: 1em;
	margin: 1em 0;
	text-indent: 0;
}
ol li li ul {
	font-size: 1em;
	margin: 0;
	text-indent: 0;
}
li {
	font-size: 1em;
	margin: 0;
	padding: 0;
	text-align: justify;
	text-indent: 0;
}
.lower-alpha {
	list-style: lower-alpha;
}
.lower-roman {
	list-style: lower-roman;
}
.upper-alpha {
	list-style: upper-alpha;
}
ul.none {
	list-style: none;
	margin: 1em 0;
}

/* Figuras y captions */
div.figure {
	margin: 1em 0;
	break-inside: avoid;
	page-break-inside: avoid;
	text-align: center;
	width: 100%;
}
div.figure img {
	max-height: 80%;
	text-align: center;
}
div.figure-50 {
	margin: 1em auto;
	break-inside: avoid;
	page-break-inside: avoid;
	text-align: center;
	width: 50%;
}
div.figure-30 {
	margin: 1em auto;
	break-inside: avoid;
	page-break-inside: avoid;
	text-align: center;
	width: 30%;
}
div.figure-50 img {
	max-height: 80%;
	text-align: center;
}

div.figcaption {
	break-after: avoid;
	page-break-after: avoid;
	margin: 0 0 2em 0;
}
div.figcaption p {
	font-size: .7em;
	font-family: inherit;
	font-style: normal;
	hyphens: none;
	adobe-hyphenate: none;
	-moz-hyphens: none;
	-webkit-hyphens: none;
	margin: 0 0 0 0;
	text-align: left;
	text-indent: 0;
}
div.figcaption p.note {
	font-size: .7em;
	font-family: inherit;
}
div.figcaption span.label {
	font-weight: bold;
}

p.note {
	font-size: .8em;
}

img.inline {
	display: inline;
	width: 1em;
}

/* Seudoversalitas */
span.sc {
	font-size: .75em;
}

/* Firmas */
div.signature {
	margin: 1em 0;
}
div.signature p {
	text-align: right;
}

/* Cajas */
div.box {
	border: 1px solid currentColor;
	margin: 3em 0 1em;
	padding: 1em;
}
div.box p {
	font-weight: bold;
	margin-top: 0;
	text-indent: 0;
}
div.box p + p {
	margin-top: 1em;
}
div.box + p {
	text-indent: 0;
}
div.box p.bridgehead {
	border-bottom: 1px solid currentColor;
	font-family: inherit;
}

p.word {
	margin: 2em;
	text-align: center;
}
p.word span.balloon {
	border: 1px solid currentColor;
	border-radius: 1em;
	-webkit-border-radius: 1em;
	padding: 1em;
}

/* Fuentes */
p.font-roman {
	font-family: inherit;
	font-weight: bold;
	margin: 1em 1em .5em 1em;
}
p.font-sans {
	font-family: inherit;
	margin: .5em 1em;
}
p.font-deco {
	font-family: inherit;
	margin: .5em 1em;
}
p.font-cali {
	font-family: inherit;
	margin: .5em 1em;
}

p.font-arial {
	font-family: inherit;
	margin: 1em 1em .5em 1em;
}
p.font-times {
	font-family: inherit;
	margin: .5em 1em;
}
p.font-chiller {
	font-family: inherit;
	margin: .5em 1em;
}
p.font-bernard {
	font-family: inherit;
	margin: .5em 1em;
}

div.align-sang {
	border: 1px solid currentColor;
	margin: 1em auto;
	padding: 1em;
	width: 50%;
}
div.align-sang p {
	text-align: justify;
	text-indent: 1em;
}
div.align-justify {
	border: 1px solid currentColor;
	margin: 1em auto;
	padding: 1em;
	width: 50%;
}
div.align-sang p {
	text-align: justify;
	text-indent: 0;
}
div.align-left {
	border: 1px solid currentColor;
	margin: 1em auto;
	padding: 1em;
	width: 50%;
}
div.align-left p {
	text-align: left;
	text-indent: 0;
}
div.align-french {
	border: 1px solid currentColor;
	margin: 1em auto;
	padding: 1em;
	width: 50%;
}
div.align-french p {
	margin-left: 1em;
	text-align: justify;
	text-indent: -1em;
}

/* Tablas */
table {
	border-left: 2px hidden currentColor;
	border-right: 2px hidden currentColor;
	border-collapse: collapse;
	margin: 1em auto;
	vertical-align: top;
	max-width: 100%;
	width: 100%;
}
table.none,
table.none-separated,
table.none-separated *,
table.none * {
	border: 0;
}
th, td {
	border: 1px solid currentColor;
	border-collapse: collapse;
	padding: 0 .2em;
	vertical-align: top;
	min-width: 1em;
	text-align: justify;
}
table p,
table li,
li table p {
	font-size: .75em;
	margin: 0;
	text-indent: 0;
}
table + p {
	text-indent: 0;
}
table p.center {
	margin: 0;
	text-align: center;
}
table th p.center {
	margin: 0;
}
table p.left {
	text-align: left;
}
table p.right {
	text-align: right;
}
th p {
	font-family: inherit;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	text-indent: 0;
}
table p.center,
th p.center {
	text-align: center;
	text-indent: 0;
}
th p.left {
	text-align: left;
	text-indent: 0;
}
td p {
	text-align: left;
	text-indent: 0;
}
td p + p {
	text-indent: 1em;
}
table.none td.bordertop {
	border-top: 1px solid currentColor;
}
table + p {
	text-indent: 0;
}
table + p.indent {
	text-indent: 1em;
}

table.none-separated td {
	padding: .6em 0 0 0;
}

/* Otros */
span.line-through {
	text-decoration: line-through;
}
span.underline {
	text-decoration: underline;
}

p.formula {
	margin: 1em 0;
	text-align: center;
	text-indent: 0;
}
p.formula + p.formula {
	margin-top: -1em;
}

/* Condicionales */
hr + p,
h1 + p,
div.figure + p,
blockquote + p,
h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p,
ul + p,
ol + p {
	text-indent: 0;
}

/* Glosario */
#glossary h1 {
	border-top: 0;
}
#glossary h2 {
	break-before: always;
	page-break-before: always;
	border-top: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
	font-family: inherit;
	font-size: 3em;
	font-weight: bold;
	margin: 2em 0 1em 0;
	padding: 1em 0;
	text-align: left;
}
#glossary p.term {
	margin-left: 1em;
	text-indent: -1em;
}
#glossary span.dfn {
	font-family: inherit;
	font-size: .9em;
	font-weight: bold;
}
#glossary span.dfn-complejo {
	font-family: inherit;
	font-size: .8em;
	font-weight: bold;
}
#glossary span.acepcion {
	font-family: inherit;
	font-size: .9em;
	font-weight: bold;
}

/* Notas | Llamadas */
a.noteref {
	font-size: .7em;
	vertical-align: top;
}

/* Notas | Notas al pie */
div.footnotes h2 {
	margin: 2em 0 1em 0;
}
div.footnote {
	margin: .6em 0 0 0;
	break-inside: avoid;
	page-break-inside: avoid;
}
div.footnote + div.footnote,
div.footnote + h2 {
	break-before: always;
	page-break-before: always;
	padding-top: 1em;
}
div.footnote p {
	font-size: .8em;
	margin: 0 0 0 1.2em;
	overflow: hidden;
	text-indent: 0;
}
div.footnote p + p {
	margin-top: 1em;
}
div.footnote p.note-indent {
	text-indent: 1em;
}
div.footnote blockquote {
	font-size: .8em;
	margin-left: 2em;
}
div.footnote ol {
	margin-left: 2.5em;
}
div.footnote li {
	font-size: .8em;
	margin: 0;
	text-indent: 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: right;
	vertical-align: inherit;
	width: 1em;
}
div.footnote a.noteback + p {
	page-break-before: avoid;
}

/* Recurrentes */
ul.fake {
	list-style: none;
	margin: 1em 0 1em .5em;
	padding: 0;
}
ul.fake li {
	margin: 1em 0;
}
ul.fake li.back {
	margin-left: -2.3em;
}
ul.fake li.left {
	text-align: left;
}
ul.fake span.symbol {
	float: left;
	width: 1em;
}
ul.fake span.number {
	float: left;
}
ul.fake span.text {
	display: block;
	margin-left: 1.3em;
}
ul.fake li p {
	display: block;
	margin-left: 1.3em;
}
ul.fake span.symbol + span.text {
	page-break-before: avoid;
}
ul.fake span.number + span.text {
	page-break-before: avoid;
	margin-left: 1.7em;
}

p.bridgehead {
	margin: 1em 0;
	text-indent: 0;
}
p.bridgehead + p {
	text-indent: 0;
}

.bibliography ul {
	list-style: none;
	padding: 0;
}
.bibliography li {
	text-align: left;
}

blockquote.poem {
	margin-left: 5em;
}
span.verse {
	display: block;
	margin-left: 1em;
	text-indent: -1em;
}
span.verse-l2 {
	display: block;
	margin-left: 2em;
	text-indent: -1em;
}


/* Propios */
p.center {
	margin: 1em 0;
	text-align: center;
	text-indent: 0;
}
p.center + p {
	text-indent: 0;
}

div.legend p {
	font-size: .75em;
}

div.notes {
	margin-top: 3em;
}
div.notes h3 {
	text-align: center;
}
div.notes li {
	font-size: .8em;
}
div.notes li p.quote,
div.notes li ol.quote li {
	font-size: 1.1em;
	margin-top: .5em;
	text-indent: 0;
}
div.notes li p.quote-cont {
	font-size: 1.1em;
	margin-top: 0;
	text-indent: 1em;
}
div.notes li p.quote + p,
div.notes li p.quote-cont + p {
	margin-top: .5em;
	text-indent: 0;
}
div.notes li p.quote + p.quote-cont {
	margin-top: 0;
	text-indent: 1em;
}
div.notes li p.quote-cont + p.quote-cont {
	margin-top: 0;
	text-indent: 1em;
}
span.frac {
	font-size: .8em;
	line-height: 1;
}

blockquote p.indent {
	text-indent: 1em;
}
blockquote p.title {
	font-size: 1em;
	margin: 1em 0 1em 0;
	text-align: center;
	text-indent: 0;
}
blockquote p.title + p {
	text-indent: 0;
}
blockquote p.top {
	margin-top: 1em !important;
	text-indent: 1em !important;
}
p.top {
	margin-top: 1em !important;
	text-indent: 1em !important;
}

blockquote.poem * {
	text-align: center;
	text-indent: 0;
}
p.stanza {
	margin: 1em 0;
}
blockquote.poem span.verse {
	display: block;
	margin: 0;
	text-indent: 0;
}
blockquote.song span.verse {
	display: block;
	margin-left: 1em;
	text-indent: -1em;
}
p.point {
	margin-top: 1em;
	text-align: left;
	text-indent: 0;
}

p.french {
	margin-left: 1em !important;
	text-indent: -1em !important;
}
p.noindent {
	text-indent: 0 !important;
}
p.center + p.top {
	text-indent: 1em;
}

div.glossary {
	margin: 1em 0;
}
p.glossentry {
	margin-left: 1em;
	text-indent: -1em;
}

blockquote.cronologia p {
	margin-left: 1em;
	text-indent: -1em;
}
blockquote.cronologia p.year {
	margin-top: 1em;
}

td.total {
	border-top: 1px solid currentColor;
}

div.count {
	margin: 1em;
}
blockquote div.count p {
	text-indent: 0;
}
blockquote div.count + p {
	text-indent: 0;
}

dl {
	margin: 1em 0;
}
dt {
	float: left;
}
dd {
	display: block;
	margin-left: 5em;
}
dt + dd {
	page-break-before: avoid;
}

p.listhead {
	font-family: inherit;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	line-height: 1.2;
	margin: 2em 0 1em 0;
	padding: 0;
	text-align: left;
	text-indent: 0;
	page-break-after: avoid;
}

blockquote.battery p {
	text-indent: 0;
}
div.notes ol {
	margin-left: 0;
}
div.notes li {
	margin-top: .5em;
}
div.notes li p {
	margin: 0;
	text-indent: 0;
}
div.notes li p.noindent {
	text-indent: 0;
}
sup {
	vertical-align: text-top;
}