﻿/** BASE **/

/* Márgenes */
body {
	font-family: sans-serif;
	margin: 0;
	line-height: 1.5;
	padding: 0 20px;
}
body * {
	box-sizing: border-box;
	object-fit: contain;
	max-width: 100%;
}
body span {
	line-height: 1.5;
}

/* Control partición silábica */
h1,
h2,
h3,
h4 {
	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%;
}

/* Créditos */
#copyright-page {
	margin: 4em 2em 0 0;
}
#copyright-page div + div {
	margin: 1em 0 0 0;
}
#copyright-page div.license p {
	margin: 0 0 0 0;
}
#copyright-page p {
	font-size: .8em;
	margin: 0;
	padding: 0;
	text-align: left;
	text-indent: 0;
}

/* Sinopsis */
#summary * {
	font-family: serif;
}
#summary h1 {
	color: black;
	font-family: serif;
	font-size: 1.2em;
	font-weight: bold;
	margin: 2em 0 1em;
	text-align: center;
}
#summary h1 + p {
	text-indent: 0;
}
#summary p {
	font-size: 1em;
	margin: 0;
	padding: 0;
	text-align: justify;
}
#summary p + p {
	text-indent: 1em;
}

/* Índice */
#toc h1 {
	color: black;
	font-family: sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	margin: 2em 0 1em;
	text-align: center;
}
#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 li a {
	font-weight: bold;
	page-break-inside: avoid;
	text-decoration: none !important;
}
#toc li li a {
	font-weight: normal;
	page-break-inside: avoid;
	text-decoration: none !important;
}

/* Portada */
#titlepage * {
	text-align: center;
	text-indent: 0;
}
#titlepage p.author {
	font-family: sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 1em;
}
#titlepage p.title {
	font-size: 2em;
	font-style: normal;
	line-height: 1.2;
}
#titlepage p.title em {
	display: block;
	font-size: 2em;
	font-style: normal;
}
#titlepage div.publisher {
	margin-top: 10em;
	text-align: left;
}
#titlepage div.publisher img {
	width: 6em;
}

/* BODYMATTER */

/* Estilos generales */
h1 {
	color:#c8421b;
	font-family:sans-serif;
	font-size: 2.5em;
	line-height: 1;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	margin: 1em 0;
	text-align:left;
	text-indent:0;
}
h1 span {
	line-height: 1.2;
}
h1 span.ordinal {
	display: block;
}

p {
	font-family: sans-serif;
	font-size:1.2em;
	font-style:normal;
	font-variant:normal;
	font-weight: normal;
	line-height:1.357;
	margin-bottom:.7em;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:justify;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}

a {
	color: #00F;
	font-family: inherit;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
abbr {
	border: 0;
	text-decoration: none;
	white-space: nowrap;
}
blockquote {
	margin: 1em 0;
}
blockquote p {
	font-size: 1em;
	margin: 0;
	text-indent: 0;
}
cite {
	display: inline;
	font-style: italic;
}
hr {
	border: none !important;
	height: 1em;
	margin: 0;
}
hr + p {
	text-indent: 0;
}
img {
	margin: 0;
	max-height: 100%;
	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 0;
	padding: 0 0 0 1.5em;
}
ul {
	margin: .5em 0 1em 0;
	padding: 0 0 0 1.25em;
	list-style: square;
}

/* Figuras y captions */
div.figure {
	margin: 1em auto;
	page-break-inside: avoid;
	text-align: center;
	width: 100%;
}
img.inline {
	height: .8em;
	vertical-align: middle;
	padding: 0 .75em;
}

p.ornato {
	margin: 1em auto 0;
	text-align: center;
	text-indent: 0;
	width: 12em;
}

/* Tablas */
table {
	margin: 1em 0;
}
table, th, td {
	border: 1px solid currentColor;
	border-collapse: collapse;
}
th, td {
	padding: .5em;
	vertical-align: top;
}
table p {
	font-size: .8em;
	margin: 0;
	text-align: center;
}

/* BLOQUES */

/* Poemas */
.poem {
	margin: 1em 0;
}
p.stanza {
	font-style: italic;
	margin: 1em 0;
	text-align: center;
	text-indent: 0;
}
span.verse {
	display: block;
	margin-left: 0;
	text-indent: 0;
}

/* TEXTOS ESPECIALES */
span.sc {
	font-size: 80%;
}
.underline {
	text-decoration: underline;
}
.line-through {
	text-decoration: line-through;
}

/* Cajas */
div.box-brown {
	border: 4px solid #dda360;
	padding: .5em;
	margin: 1em 0;
}
div.box-grey {
	border: 4px solid #6e5a58;
	padding: .5em;
	margin: 1em 0;
}
div.box-grey p,
div.box-yellow p {
	margin: 0;
}
div.box-green {
	border: 2px solid #9dcc96;
	padding: .5em;
	margin: 1em 0;
}
div.box-green p {
	font-family: serif;
	font-size: 1.1em;
}
div.box-green li {
	font-family: serif;
	font-size: 1.1em;
}
div.box-green li li {
	font-size: 1em;
}
div.box-green li span {
	font-family: sans-serif;
}
div.box-yellow {
	border: 2px solid #ffed00;
	padding: .5em;
	margin: 1em 0;
}
div.box-yellow-50 {
	border: 2px solid #ffed00;
	padding: .5em;
	margin: 1em auto;
	width: 15em;
}
div.box-yellow-l {
	border: 2px solid #ffed00;
	padding: .5em;
	margin: 1em 0;
	width: 15em;
}
div.box-yellow-r {
	border: 2px solid #ffed00;
	padding: .5em;
	margin: 1em 0 1em auto;
	width: 15em;
}
div.box-green-50 {
	border: 2px solid #9dcc96;
	padding: .5em;
	margin: 1em auto;
	width: 15em;
}
div.box-green-l {
	border: 2px solid #9dcc96;
	padding: .5em;
	margin: 1em 0;
	width: 15em;
}
div.box-green-r {
	border: 2px solid #9dcc96;
	padding: .5em;
	margin: 1em 0 1em auto;
	width: 15em;
}
div.box-red {
	border: 2px solid #e06164;
	padding: .5em;
	margin: 1em 0;
}
div.box-red-50 {
	border: 2px solid #e06164;
	padding: .5em;
	margin: 1em auto;
	width: 15em;
}
div.box-red-l {
	border: 2px solid #e06164;
	padding: .5em;
	margin: 1em 0;
	width: 15em;
}
div.box-red-r {
	border: 2px solid #e06164;
	padding: .5em;
	margin: 1em 0 1em auto;
	width: 15em;
}
div.box-blue-50 {
	border: 2px solid #009fe3;
	padding: .5em;
	margin: 1em auto;
	width: 15em;
}
div.box-blue-l {
	border: 2px solid #009fe3;
	padding: .5em;
	margin: 1em 0;
	width: 15em;
}
div.box-blue-r {
	border: 2px solid #009fe3;
	padding: .5em;
	margin: 1em 0 1em auto;
	width: 15em;
}
div.box-blue {
	border: 2px solid #009fe3;
	padding: .5em;
	margin: 1em 0;
}
div.box-turquesa {
	border: 2px solid #3caba0;
	padding: .5em;
	margin: 1em auto;
}
div.box-turquesa-50 {
	border: 2px solid #3caba0;
	padding: .5em;
	margin: 1em auto;
	width: 15em;
}
div.box-turquesa-l {
	border: 2px solid #3caba0;
	padding: .5em;
	margin: 1em 0;
	width: 15em;
}
div.box-turquesa-r {
	border: 2px solid #3caba0;
	padding: .5em;
	margin: 1em 0 1em auto;
	width: 15em;
}
div.box-orange {
	border: 2px solid #df8457;
	padding: .5em;
	margin: 1em auto;
}
div.box-orange-50 {
	border: 2px solid #df8457;
	padding: .5em;
	margin: 1em auto;
	width: 15em;
}
div.box-orange-l {
	border: 2px solid #df8457;
	padding: .5em;
	margin: 1em 0;
	width: 15em;
}
div.box-orange-r {
	border: 2px solid #df8457;
	padding: .5em;
	margin: 1em 0 1em auto;
	width: 15em;
}
div.box-lila {
	border: 2px solid #a65b9f;
	padding: .5em;
	margin: 1em 0;
}

/* Overrides */
li.Llista, p.Llista {
	-epub-text-align-last:left;
	color:#000000;
	font-family: sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight: normal;
	line-height:1.417;
	list-style-position:outside;
	margin-bottom:9px;
	margin-left:12px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:justify;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
li.Llista-2n-Niv {
	-epub-text-align-last:left;
	color:#000000;
	font-family: sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight: normal;
	line-height:1.417;
	list-style-position:outside;
	list-style: circle;
	margin-bottom:6px;
	margin-left:23px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:justify;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.Text {
	-epub-text-align-last:left;
	color:#000000;
	font-family: sans-serif;
	font-size:1.125em;
	font-style:normal;
	font-variant:normal;
	font-weight: normal;
	line-height:1.444;
	margin-bottom:9px;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:justify;
	text-decoration:none;
	text-indent:14px;
	text-transform:none;
	widows:1;
}

p.ParaOverride-1 {
	margin-bottom:0px;
	text-indent:0px;
}
p.ParaOverride-2 {
	-epub-hyphens:none;
	margin-bottom:0px;
	text-align:left;
	text-indent:0px;
}
p.ParaOverride-3 {
	margin-bottom:0px;
}
p.ParaOverride-4 {
	text-align:left;
}
p.ParaOverride-5 {
	text-indent:0px;
}
p.ParaOverride-6 {
	margin-bottom:14px;
}
p.ParaOverride-7 {
	text-align:center;
	text-indent:0px;
}
p.ParaOverride-8 {
	margin-bottom:17px;
}
p.ParaOverride-9 {
	-epub-hyphens:none;
	list-style-position:inside;
	list-style-type:none;
	margin-left:0px;
	text-align:left;
	text-indent:0px;
}
li.ParaOverride-10 {
	margin-bottom:3px;
	margin-left:11px;
	text-indent:0px;
}
li.ParaOverride-11 {
	margin-bottom:14px;
	text-indent:0px;
}
p.ParaOverride-12 {
	margin-bottom:45px;
}
p.ParaOverride-13 {
	margin-bottom:40px;
	text-align:center;
	text-indent:0px;
}
p.ParaOverride-14 {
	margin-bottom:7px;
}
p.ParaOverride-15 {
	margin-bottom:11px;
}
li.ParaOverride-16 {
	margin-bottom:31px;
	text-indent:0px;
}
p.ParaOverride-17 {
	-epub-hyphens:none;
}
p.ParaOverride-18 {
	margin-bottom:23px;
}
p.ParaOverride-19 {
	margin-bottom:17px;
	text-align:center;
	text-indent:0px;
}
p.ParaOverride-20 {
	margin-bottom:26px;
}
p.ParaOverride-21 {
	margin-bottom:26px;
	text-align:center;
	text-indent:0px;
}
p.ParaOverride-22 {
	margin-bottom:43px;
	text-align:center;
}
p.ParaOverride-23 {
	margin-bottom:26px;
	text-align:center;
}
p.ParaOverride-24 {
	margin-bottom:23px;
	text-align:center;
	text-indent:0px;
}
p.ParaOverride-25 {
	margin-bottom:28px;
	text-align:center;
	text-indent:0px;
}
li.ParaOverride-26 {
	margin-bottom:26px;
	text-indent:0px;
}
p.ParaOverride-27 {
	margin-bottom:28px;
}
li.ParaOverride-28 {
	margin-bottom:37px;
	text-indent:0px;
}
p.ParaOverride-29 {
	margin-bottom:43px;
}
p.ParaOverride-30 {
	margin-bottom:6px;
}
p.ParaOverride-31 {
	margin-bottom:20px;
}
p.ParaOverride-32 {
	margin-bottom:34px;
	text-align:center;
	text-indent:0px;
}
p.ParaOverride-33 {
	margin-bottom:34px;
}
p.ParaOverride-34 {
	-epub-hyphens:none;
	margin-bottom:23px;
	text-align:center;
	text-indent:0px;
}
p.ParaOverride-35 {
	text-align:left;
	text-indent:0px;
}
p.ParaOverride-36 {
	margin-bottom:31px;
	text-align:center;
	text-indent:0px;
}
p.ParaOverride-37 {
	margin-bottom:48px;
}
p.ParaOverride-38 {
	margin-bottom:60px;
}
p.ParaOverride-39 {
	margin-bottom:68px;
	text-align:center;
	text-indent:0px;
}
p.ParaOverride-40 {
	-epub-hyphens:none;
	margin-bottom:37px;
	text-align:center;
	text-indent:0px;
}
li.ParaOverride-41 {
	margin-bottom:23px;
	text-indent:0px;
}
p.ParaOverride-42 {
	margin-bottom:20px;
	text-align:center;
	text-indent:0px;
}
p.ParaOverride-43 {
	margin-bottom:37px;
}
p.ParaOverride-44 {
	-epub-hyphens:none;
	text-align:left;
	text-indent:0px;
}
p.ParaOverride-45 {
	-epub-hyphens:none;
	margin-bottom:20px;
	text-align:center;
	text-indent:0px;
}
span.CharOverride-1 {
	font-size:0.667em;
}
span.CharOverride-2 {
	font-size:0.519em;
}
span.CharOverride-3 {
	font-family: serif;
	font-style:normal;
	font-weight:300;
}
span.CharOverride-4 {
	color:#e06164;
	font-family: sans-serif;
	font-size:3em;
	line-height: 1;
	font-style:normal;
	font-weight: bold;
}
span.CharOverride-5 {
	color:#706cb0;
	font-family: serif;
	font-size:1.111em;
	font-style:normal;
	font-weight: bold;
}
span.CharOverride-6 {
	color:#17aba0;
	font-family: sans-serif;
	font-style:normal;
	font-weight: bold;
}
span.CharOverride-7 {
	color:#a84d97;
	font-family: sans-serif;
	font-size:0.963em;
	font-style:normal;
	font-weight: bold;
}
span.CharOverride-8 {
	color:#e17b52;
	font-family: serif;
	font-size:1.037em;
	font-style:normal;
	font-weight: bold;
}
span.CharOverride-9 {
	color:#e17b52;
	font-family: serif;
	font-size:1.111em;
	font-style:normal;
	font-weight: bold;
}
span.CharOverride-10 {
	color:#e17b52;
	font-family: serif;
	font-size:1.185em;
	font-style:normal;
	font-weight: bold;
}
span.CharOverride-11 {
	color:#706cb0;
	font-family: serif;
	font-size:1.185em;
	font-style:normal;
	font-weight: bold;
}
span.CharOverride-12 {
	color:#e06164;
	font-family: serif;
	font-size:1.259em;
	font-style:normal;
	font-weight: bold;
}
span.CharOverride-13 {
	color:#706cb0;
	font-family: serif;
	font-size:1.259em;
	font-style:normal;
	font-weight: bold;
}
span.CharOverride-14 {
	color:#706cb0;
	font-family: serif;
	font-size:1.333em;
	font-style:normal;
	font-weight: bold;
}
span.CharOverride-15 {
	color:#706cb0;
	font-family: serif;
	font-size:1.481em;
	font-style:normal;
	font-weight: bold;
}
span.CharOverride-16 {
	color:#e06164;
	font-family: serif;
	font-size:1.852em;
	font-style:normal;
	font-weight: bold;
}
span.CharOverride-17 {
	color:#745b5b;
	font-family: serif;
	font-size:1.407em;
	font-style:normal;
	font-weight: bold;
}
span.CharOverride-18 {
	color:#706cb0;
	font-family: serif;
	font-size:1.407em;
	font-style:normal;
	font-weight: bold;
}
span.CharOverride-19 {
	color:#a84d97;
	font-family: sans-serif;
	font-style:normal;
	font-weight: bold;
}
span.CharOverride-20 {
	color:#e06164;
	font-family: serif;
	font-size:1.556em;
	font-style:normal;
	font-weight: bold;
}
span.CharOverride-21 {
	color:#745b5b;
	font-family: serif;
	font-size:1.259em;
	font-style:normal;
	font-weight: bold;
}
span.CharOverride-22 {
	color:#e06164;
	font-family: serif;
	font-size:1.185em;
	font-style:normal;
	font-weight: bold;
}
span.CharOverride-23 {
	color:#745b5b;
	font-family: serif;
	font-size:1.185em;
	font-style:normal;
	font-weight: bold;
}
span.CharOverride-24 {
	color:#0089c1;
	font-family: sans-serif;
	font-size:3em;
	line-height: 1;
	font-style:normal;
	font-weight: bold;
}
span.CharOverride-25 {
	font-size:1.167em;
}
span.CharOverride-26 {
	color:#706cb0;
}
span.CharOverride-27 {
	color:#706cb0;
	font-family:"Factoria (OTF) Book Italic";
	font-style:italic;
	font-weight: bold;
}
span.CharOverride-28 {
	color:#e17b52;
	font-family: serif;
	font-size:1.259em;
	font-style:normal;
	font-weight: bold;
}
span.CharOverride-29 {
	color:#e06164;
	font-family: serif;
	font-size:2em;
	font-style:normal;
	font-weight: bold;
}
span.CharOverride-30 {
	font-family:Avenir;
	font-style:italic;
	font-weight: bold;
}
span.CharOverride-31 {
	color:#de9f5b;
	font-family: sans-serif;
	font-size:3em;
	line-height: 1;
	font-style:normal;
	font-weight: bold;
}
span.CharOverride-32 {
	color:#e06164;
	font-family: serif;
	font-size:1.481em;
	font-style:normal;
	font-weight: bold;
}
span.CharOverride-33 {
	font-size:0.444em;
}
span.CharOverride-34 {
	color:#706cb0;
	font-family: serif;
	font-size:1.556em;
	font-style:normal;
	font-weight: bold;
}
span.CharOverride-35 {
	color:#17aba0;
	font-family: sans-serif;
	font-size:0.963em;
	font-style:normal;
	font-weight: bold;
}
span.CharOverride-36 {
	font-size:0.963em;
}
span.CharOverride-37 {
	font-family:"Factoria (OTF) Book Italic";
	font-style:italic;
	font-weight: bold;
}
span.CharOverride-38 {
	color:#e06164;
	font-family: serif;
	font-size:1.111em;
	font-style:normal;
	font-weight: bold;
}
span.CharOverride-39 {
	font-size:1.111em;
}
span.CharOverride-40 {
	color:#e06164;
	font-family: serif;
	font-size:1.407em;
	font-style:normal;
	font-weight: bold;
}
span.CharOverride-41 {
	color:#e06164;
	font-family: serif;
	font-size:1.037em;
	font-style:normal;
	font-weight: bold;
}
span.CharOverride-42 {
	color:#ffffff;
	font-family:"Avenir Light";
	font-size:2.667em;
	font-style:normal;
	font-weight: bold;
}
span.CharOverride-43 {
	color:#ffffff;
	font-family: serif;
	font-size:2.667em;
	font-style:normal;
	font-weight: bold;
}
span.CharOverride-44 {
	color:#000000;
}
span.CharOverride-45 {
	color:#e06164;
	font-family: serif;
	font-size:1.704em;
	font-style:normal;
	font-weight: bold;
}
span.CharOverride-46 {
	color:#706cb0;
	font-family: serif;
	font-size:1.704em;
	font-style:normal;
	font-weight: bold;
}
span.CharOverride-47 {
	font-size:1.185em;
}
span.CharOverride-48 {
	color:#e06164;
	font-family: serif;
	font-size:1.778em;
	font-style:normal;
	font-weight: bold;
}
span.CharOverride-49 {
	color:#e06164;
	font-family: serif;
	font-size:1.333em;
	font-style:normal;
	font-weight: bold;
}
span.CharOverride-50 {
	color:#745b5b;
	font-family: serif;
	font-size:1.333em;
	font-style:normal;
	font-weight: bold;
}
span.CharOverride-51 {
	font-size:1.037em;
}
span.CharOverride-52 {
	color:#706cb0;
	font-family: serif;
	font-size:1.63em;
	font-style:normal;
	font-weight: bold;
}
span.CharOverride-53 {
	color:#e06164;
	font-family: serif;
	font-size:1.704em;
	font-style:normal;
	font-weight: bold;
}
span.CharOverride-54 {
	color:#745b5b;
	font-family: serif;
	font-size:1.111em;
	font-style:normal;
	font-weight: bold;
}
span.CharOverride-55 {
	color:#5e7286;
	font-family: serif;
	font-size:1.259em;
	font-style:normal;
	font-weight: bold;
}
span.CharOverride-56 {
	color:#706cb0;
	font-family: serif;
	font-size:1.704em;
	font-style:normal;
	font-weight: bold;
}
span.CharOverride-57 {
	color:#e06164;
	font-family: serif;
	font-size:1.778em;
	font-style:normal;
	font-weight: bold;
}
span.CharOverride-58 {
	font-size:1.778em;
}
span.CharOverride-59 {
	color:#17aba0;
	font-family: serif;
	font-size:2em;
	font-style:normal;
	font-weight: bold;
}
span.CharOverride-60 {
	color:#745b5b;
	font-family: serif;
	font-size:1.037em;
	font-style:normal;
	font-weight: bold;
}
span.CharOverride-61 {
	color:#745b5b;
}
span.CharOverride-62 {
	color:#e17b52;
	font-family: serif;
	font-size:2em;
	font-style:normal;
	font-weight: bold;
}
span.CharOverride-63 {
	color:#e06164;
	font-family: serif;
	font-size:1.63em;
	font-style:normal;
	font-weight: bold;
}
span.CharOverride-64 {
	font-size:1.407em;
}
span.CharOverride-65 {
	color:#17aba0;
	font-family: serif;
	font-size:1.481em;
	font-style:normal;
	font-weight: bold;
}
p._idGenParaOverride-1 {
	page-break-after:always;
}
li._idGenParaOverride-2 {
	margin-left:11px;
}

img.w30 { display: block; max-width: 30%; margin: 0 auto; }
img.w50 { display: block; max-width: 50%; margin: 0 auto; }
img.w75 { display: block; max-width: 75%; margin: 0 auto; }

#c02 h1, #c05 h1, #c08 h1 {color:#1089bf;}
#c03 h1, #c06 h1, #c09 h1 {color:#f19800;}