﻿/** BASE **/

/* Márgenes */
body {
	font-family: "Avenir Book", sans-serif;
	margin: 0;
	line-height: 1.5;
	padding: 0 1.6em;
}
body * {
	box-sizing: border-box;
	object-fit: contain;
	max-width: 100%;
}
body span {
	line-height: 1.5;
}

/* Fuentes */
@font-face {
	font-family:"Acier TextNoir";
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/acier-text-noir.ttf');
}
@font-face {
	font-family: "Avenir Book";
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/Avenir-Book.ttf');
}
@font-face {
	font-family: "Avenir Book";
	font-style: italic;
	font-weight: normal;
	src: url('../fonts/Avenir-BookOblique.ttf');
}
@font-face {
	font-family:"Avenir Heavy";
	font-style:normal;
	font-weight:900;
	src : url("../fonts/Avenir_Heavy.otf");
}
@font-face {
	font-family:"Avenir Light";
	font-style:normal;
	font-weight:300;
	src : url("../fonts/Avenir_Light.otf");
}
@font-face {
	font-family:"Avenir Light";
	font-style:italic;
	font-weight:300;
	src : url("../fonts/AvenirLTStd-LightOblique.otf");
}
@font-face {
	font-family:Avenir;
	font-style: italic;
	font-weight: normal;
	src: url('../fonts/Avenir-BookOblique.ttf');
}
@font-face {
	font-family: "Bungee Regular";
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/Bungee-Regular.otf');
}
@font-face {
	font-family: "Bungee Regular";
	font-style: italic;
	font-weight: normal;
	src: url('../fonts/Bungee-Italic.otf');
}
@font-face {
	font-family: "GOOD BRUSH";
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/GoodBrush.otf');
}
@font-face {
	font-family:GweetHmkBold;
	font-style:normal;
	font-weight:normal;
	src : url("../fonts/GweetHmkBold.ttf");
}
@font-face {
	font-family: "Factoria Book";
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/Factoria-Book.ttf');
}
@font-face {
	font-family: "Factoria (OTF) Black";
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/Factoria-Ultra.ttf');
}
@font-face {
	font-family:Kidprint;
	font-style:normal;
	font-weight:normal;
	src : url("../fonts/Kidprint.ttf");
}
@font-face {
	font-family:Kidprint;
	font-style:normal;
	font-weight:bold;
	src : url("../fonts/Kidprint-Bold.ttf");
}
@font-face {
	font-family: "Nickname DEMO";
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/Nickname.otf');
}
@font-face {
	font-family:"Sketchnote Square";
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/SketchnoteSquare.ttf');
}
@font-face {
	font-family: "Surfing Ashtray DEMO";
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/SurfingAshtray.otf');
}

/* 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: 1em 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:Gobold, sans-serif;
	font-size:2.4em;
	line-height:1;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.154;
	margin-bottom:3em;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:center;
	text-decoration:none;
	text-indent:0;
	text-transform:uppercase;
	widows:1;
}

p {
	font-family:"Bliss Light", 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%;
}
div.figure0 {
	margin: 0 auto;
	page-break-inside: avoid;
	text-align: center;
	width: 100%;
}
div.figure-10 {
	margin: 1em auto;
	page-break-inside: avoid;
	text-align: center;
	width: 3em;
}
div.figure-30 {
	margin: 0 auto 1em;
	page-break-inside: avoid;
	text-align: center;
	width: 30%;
}
div.figure-50 {
	margin: 0 auto 1em;
	page-break-inside: avoid;
	text-align: center;
	width: 50%;
}
div.figure-50-l {
	margin: 1em auto 0 0;
	page-break-inside: avoid;
	text-align: center;
	width: 50%;
}
div.figure-50-r {
	margin: 1em 0 0 auto;
	page-break-inside: avoid;
	text-align: center;
	width: 50%;
}
div.figure-75 {
	margin: 1em auto;
	page-break-inside: avoid;
	text-align: center;
	width: 75%;
}
div.figure-75-r {
	margin: 1em 0 0 auto;
	page-break-inside: avoid;
	text-align: center;
	width: 75%;
}
div.figure img {
	max-height: 100%;
	max-width: 100%;
	page-break-inside: avoid;
	text-align: center;
}
div.figure-closing {
	margin: 5em auto 0;
	page-break-inside: avoid;
	text-align: center;
	width: 12em;
}
img.inline {
	height: .8em;
	vertical-align: middle;
	padding: 0 .75em;
}
img.inline02 {
	height: .8em;
	vertical-align: middle;
	padding: 0 .3em;
}

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;
}

/* PÁRRAFOS ESPECIALES */
p.center-big {
	color:#000000;
	font-family:"Avenir Book", sans-serif;
	font-size:1.2em;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.444;
	margin-bottom:1.2em;
	margin-left:3em;
	margin-right:3em;
	margin-top:1.2em;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align: center;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
div.header {
	margin: 1em auto 4em auto;
}

/* TEXTOS ESPECIALES */
span.sc {
	font-size: 80%;
}
.underline {
	text-decoration: underline;
}
.line-through {
	text-decoration: line-through;
}

/* Overrides */
li.Llista, p.Llista {
	color:#000000;
	font-family:"Factoria (OTF) Book", 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;
}
p.Text {
	color:#000000;
	font-family:"Avenir Book", 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:1em;
	text-transform:none;
	widows:1;
}
p.Text-center {
	color:#000000;
	font-family:"Avenir Book", 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:center;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.Titol-format-diari {
	color:#745b5b;
	font-family:"Acier BAT Text Noir", sans-serif;
	font-size:1.5em;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.778;
	margin-bottom:2em;
	margin-left:0;
	margin-right:0;
	padding-top:3em;
	orphans:1;
	page-break-inside:avoid;
	text-align:left;
	text-decoration:none;
	text-indent:2em;
	text-transform:none;
	widows:1;
}
p.ParaOverride-1 {
	margin-bottom:0;
}
p.ParaOverride-2 {
	margin-bottom:1.2em;
}
p.ParaOverride-3 {
	margin-bottom:1em;
	text-align:center;
	text-indent:0;
}
p.ParaOverride-4 {
	margin-bottom:1em;
}
p.ParaOverride-5 {
	margin-bottom:1em;
}
p.ParaOverride-6 {
	list-style-position:inside;
	list-style-type:none;
	margin-left:0;
	text-align:left;
	text-indent:0;
}
p.ParaOverride-7 {
	margin-bottom:1em;
}
p.ParaOverride-8 {
	-epub-hyphens:none;
	-webkit-hyphens:none;
	page-break-after:always;
	text-align:center;
	text-indent:0;
}
p.ParaOverride-9 {
	margin-bottom:1em;
}
p.ParaOverride-10 {
	margin-bottom:1em;
	text-align:center;
	text-indent:0;
}
p.ParaOverride-11 {
	margin-bottom:1em;
}
p.ParaOverride-12 {
	text-align:center;
	text-indent:0;
}
p.ParaOverride-13 {
	margin-bottom:1em;
}
p.ParaOverride-14 {
	margin-bottom:1em;
	text-align:center;
	text-indent:0;
}
p.ParaOverride-15 {
	margin-bottom:1em;
	text-align:center;
	text-indent:0;
}
p.ParaOverride-16 {
	margin-bottom:1em;
}
p.ParaOverride-17 {
	margin-bottom:1em;
	text-align:center;
}
p.ParaOverride-18 {
	page-break-after:always;
	text-align:center;
	text-indent:0;
}
p.ParaOverride-19 {
	-epub-hyphens:none;
	-webkit-hyphens:none;
	margin-bottom:1em;
	text-align:center;
	text-indent:0;
}
p.ParaOverride-20 {
	margin-bottom:1em;
}
p.ParaOverride-21 {
	margin-bottom:1em;
	text-align:center;
	text-indent:0;
}
p.ParaOverride-22 {
	margin-bottom:1em;
	text-align:center;
}
p.ParaOverride-23 {
	-epub-hyphens:none;
	-webkit-hyphens:none;
	text-align:center;
	text-indent:0;
	margin: .2em 0;
}
p.ParaOverride-24 {
	margin-bottom:1em;
}
p.ParaOverride-25 {
	margin: 1em 2em;
	text-align:center;
	text-indent:0;
}
p.ParaOverride-26 {
	margin-bottom:1em;
}
p.ParaOverride-27 {
	margin-bottom:1em;
}
p.ParaOverride-28 {
	margin-bottom:1em;
	text-align:center;
	text-indent:0;
}
p.ParaOverride-29 {
	text-align:center;
}
p.ParaOverride-30 {
	-epub-hyphens:none;
	-webkit-hyphens:none;
	margin-bottom:0;
	text-align:center;
	text-indent:0;
}
p.ParaOverride-31 {
	margin-bottom:1em;
}
p.ParaOverride-32 {
	margin-bottom:1em;
	text-align:center;
	text-indent:0;
}
p.ParaOverride-33 {
	margin-bottom:1em;
}
p.ParaOverride-34 {
	margin-bottom:1em;
	text-align:center;
	text-indent:0;
}
p.ParaOverride-35 {
	-epub-hyphens:none;
	-webkit-hyphens:none;
	margin-bottom:1em;
	text-align:center;
	text-indent:0;
}
li.ParaOverride-36, p.ParaOverride-36 {
	text-indent:0;
}
li.ParaOverride-37 {
	margin-bottom:1em;
	text-indent:0;
}
p.ParaOverride-38 {
	margin-bottom:1em;
	text-align:center;
}
p.ParaOverride-39 {
	-epub-hyphens:none;
	-webkit-hyphens:none;
	margin-bottom:1em;
	text-align:center;
	text-indent:0;
}
p.ParaOverride-40 {
	-epub-hyphens:none;
	-webkit-hyphens:none;
	margin-bottom:1em;
	text-align:center;
	text-indent:0;
}
li.ParaOverride-41 {
	text-align:left;
	text-indent:0;
}
p.ParaOverride-42 {
	text-align:center;
	margin: 0;
}
p.ParaOverride-43 {
	margin-bottom:1em;
}
p.ParaOverride-44 {
	margin-bottom:60px;
}
p.ParaOverride-45 {
	margin-bottom:1em;
	text-align:center;
}
p.ParaOverride-46 {
	margin-bottom:0;
}
p.ParaOverride-47 {
	-epub-hyphens:none;
	-webkit-hyphens:none;
	text-align:center;
	text-indent:0;
}
p.ParaOverride-48 {
	-epub-hyphens:none;
	-webkit-hyphens:none;
	margin-bottom:1em;
	text-align:center;
	text-indent:0;
}
p.ParaOverride-49 {
	margin-bottom:1em;
	text-align:center;
	text-indent:0;
}
p.ParaOverride-50 {
	margin-bottom:1em;
}
p.ParaOverride-51 {
	margin-bottom:1em;
	text-indent:0;
}
p.ParaOverride-52 {
	margin-bottom:1em;
	text-indent:0;
}
p.ParaOverride-53 {
	margin-bottom:1em;
	text-indent:0;
}
p.ParaOverride-54 {
	margin-bottom:1em;
	text-indent:0;
}
p.ParaOverride-55 {
	margin-bottom:1em;
	text-align:center;
	text-indent:0;
}
p.ParaOverride-56 {
	margin-bottom:1em;
}
span.CharOverride-1 {
	font-family:"Avenir Light";
	font-size:0.667em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-2 {
	font-family:"Avenir Light";
	font-size:0.667em;
	font-style:italic;
	font-weight:normal;
}
span.CharOverride-3 {
	font-family:"Avenir Light";
	font-size:0.519em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-4 {
	font-family:"Acier TextNoir";
	font-style:normal;
	font-weight:normal;
	margin-left: 1em;
}
span.CharOverride-5 {
	color:#e06164;
	font-family:"Acier TextNoir", sans-serif;
	font-size:4.778em;
	font-style:normal;
	font-weight:normal;
	line-height: .5;
}
span.CharOverride-6 {
	color:#a84d97;
	font-family:"Bungee Regular";
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-7 {
	color:#17aba0;
	font-family:"Bungee Regular";
	font-style:normal;
	font-weight:normal;
	line-height: .8;
}
span.CharOverride-8 {
	color:#e17b52;
	font-family:"Sketchnote Square", sans-serif;
	font-size:1.185em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-9 {
	color:#706cb0;
	font-family:"GOOD BRUSH", sans-serif;
	font-size:1.185em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-10 {
	color:#e06164;
	font-family:"GOOD BRUSH", sans-serif;
	font-size:2em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-11 {
	color:#706cb0;
	font-family:"GOOD BRUSH", sans-serif;
	font-size:2em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-12 {
	color:#706cb0;
	font-family:"GOOD BRUSH", sans-serif;
	font-size:1.704em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-13 {
	font-family:"Avenir Book";
	font-style:italic;
	font-weight:normal;
}
span.CharOverride-14 {
	color:#745b5b;
	font-family:"Sketchnote Square", sans-serif;
	font-size:1.185em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-15 {
	color:#706cb0;
	font-family:"GOOD BRUSH", sans-serif;
	font-size:1.407em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-16 {
	color:#e06164;
	font-family:"GOOD BRUSH", sans-serif;
	font-size:1.185em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-17 {
	color:#706cb0;
	font-family:"GOOD BRUSH", sans-serif;
	font-size:1.259em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-18 {
	color:#e06164;
}
span.CharOverride-19 {
	font-family:Kidprint, sans-serif;
	font-size:1.583em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-20 {
	color:#e17b52;
	font-family:"Nickname DEMO", sans-serif;
	font-size:1.704em;
	font-style:normal;
	font-weight:normal;
	line-height: 1;
}
span.CharOverride-21 {
	color:#e17b52;
	font-family:"Nickname DEMO", sans-serif;
	font-size:2.296em;
	font-style:normal;
	font-weight:normal;
	line-height: 1;
}
span.CharOverride-22 {
	color:#706cb0;
	font-family:"GOOD BRUSH", sans-serif;
	font-size:1.556em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-23 {
	color:#e06164;
	font-family:"GOOD BRUSH", sans-serif;
	font-size:1.556em;
	font-style:normal;
	font-weight:normal;
	line-height: 1;
}
span.CharOverride-24 {
	color:#706cb0;
	font-family:"GOOD BRUSH", sans-serif;
	font-size:1.111em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-25 {
	color:#e06164;
	font-family:"GOOD BRUSH", sans-serif;
	font-size:1.333em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-26 {
	color:#17aba0;
	font-family:"GOOD BRUSH", sans-serif;
	font-size:1.556em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-27 {
	color:#706cb0;
	font-family:"GOOD BRUSH", sans-serif;
	font-size:1.333em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-28 {
	color:#706cb0;
	font-family:"GOOD BRUSH", sans-serif;
	font-size:1.481em;
	font-style:normal;
	font-weight:normal;
	line-height: 1.2;
}
span.CharOverride-29 {
	color:#e17b52;
	font-family:"Nickname DEMO", sans-serif;
	font-size:2.222em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-30 {
	color:#e17b52;
	font-family:"Sketchnote Square", sans-serif;
	font-size:1.259em;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	text-transform:uppercase;
}
span.CharOverride-31 {
	color:#e17b52;
	font-family:"Sketchnote Square", sans-serif;
	font-size:1.481em;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	text-transform:uppercase;
}
span.CharOverride-32 {
	color:#e17b52;
	font-family:"Sketchnote Square", sans-serif;
	font-size:1.556em;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	text-transform:uppercase;
}
span.CharOverride-33 {
	color:#e17b52;
	font-family:"Sketchnote Square", sans-serif;
	font-size:1.333em;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	text-transform:uppercase;
}
span.CharOverride-34 {
	color:#e17b52;
	font-family:"Sketchnote Square", sans-serif;
	font-size:1.407em;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	text-transform:uppercase;
}
span.CharOverride-35 {
	color:#745b5b;
	font-family:Kidprint, sans-serif;
	font-size:1.481em;
	line-height: 1;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-36 {
	color:#e06164;
	font-family:"GOOD BRUSH", sans-serif;
	font-size:1.63em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-37 {
	color:#e17b52;
	font-family:"Nickname DEMO", sans-serif;
	font-size:2em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-38 {
	color:#e06164;
	font-family:"Nickname DEMO", sans-serif;
	font-size:1.926em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-39 {
	font-family:Avenir;
	font-style:italic;
	font-weight:normal;
}
span.CharOverride-40 {
	color:#706cb0;
	font-family:"GOOD BRUSH", sans-serif;
	font-size:1.037em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-41 {
	font-size:1.037em;
}
span.CharOverride-42 {
	color:#e17b52;
	font-family:"Sketchnote Square", sans-serif;
	font-size:1.111em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-43 {
	color:#745b5b;
	font-family:"Sketchnote Square", sans-serif;
	font-size:1.111em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-44 {
	color:#e06164;
	font-family:"Nickname DEMO", sans-serif;
	font-size:1.778em;
	font-style:normal;
	font-weight:normal;
	line-height: 1;
}
span.CharOverride-45 {
	font-family:"GOOD BRUSH", sans-serif;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-46 {
	color:#5e7286;
	font-family:"Sketchnote Square", sans-serif;
	font-size:1.185em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-47 {
	font-family:"Factoria (OTF) Black", sans-serif;
	font-size:1.111em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-48 {
	font-family:Kidprint, sans-serif;
	font-size:1.259em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-49 {
	font-family:GweetHmkBold, serif;
	font-size:1.111em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-50 {
	color:#e06164;
	font-family:"GOOD BRUSH", sans-serif;
	font-size:1.111em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-51 {
	color:#e17b52;
	font-family:"Sketchnote Square", sans-serif;
	font-size:1.333em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-52 {
	color:#745b5b;
	font-family:GweetHmkBold, serif;
	font-size:1.259em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-53 {
	color:#e17b52;
	font-family:"Sketchnote Square", sans-serif;
	font-size:1.407em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-54 {
	color:#e06164;
	font-family:"GOOD BRUSH", sans-serif;
	font-size:1.259em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-55 {
	color:#e06164;
	font-family:"Nickname DEMO", sans-serif;
	font-size:2.222em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-56 {
	color:#e06164;
	font-family:"GOOD BRUSH", sans-serif;
	font-size:1.037em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-57 {
	color:#706cb0;
	font-family:"GOOD BRUSH", sans-serif;
	font-size:1.852em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-58 {
	color:#e06164;
	font-family:"GOOD BRUSH", sans-serif;
	font-size:1.481em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-59 {
	color:#a84d97;
	font-family:"Nickname DEMO", sans-serif;
	font-size:1.778em;
	font-style:normal;
	font-weight:normal;
	line-height: 1;
}
span.CharOverride-60 {
	color:#745b5b;
}
span.CharOverride-61 {
	font-family:"Factoria (OTF) Black";
	font-size:1.125em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-62 {
	font-family:"Avenir Book";
	font-size:1.125em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-63 {
	color:#a84d97;
	font-family:"Avenir Heavy", sans-serif;
	font-size:1.125em;
	font-style:normal;
	font-weight:900;
}
span.CharOverride-64 {
	font-family:"Avenir Book", sans-serif;
	font-size:1.125em;
	font-style:italic;
	font-weight:normal;
}
span.CharOverride-65 {
	color:#706cb0;
	font-family:"GOOD BRUSH", sans-serif;
	font-size:1.63em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-66 {
	color:#e17b52;
	font-family:"Nickname DEMO", sans-serif;
	font-size:2.667em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-67 {
	color:#e06164;
	font-family:"GOOD BRUSH", sans-serif;
	font-size:1.704em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-68 {
	color:#e17b52;
	font-family:"Nickname DEMO", sans-serif;
	font-size:1.481em;
	font-style:normal;
	font-weight:normal;
	line-height: 1;
}
span.CharOverride-69 {
	color:#745b5b;
	font-family:Kidprint, sans-serif;
	font-size:1.407em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-70 {
	color:#17aba0;
	font-family:"Nickname DEMO", sans-serif;
	font-size:2.593em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-71 {
	color:#e06164;
	font-family:"GOOD BRUSH", sans-serif;
	font-size:1.407em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-72 {
	font-size:1.407em;
}
span.CharOverride-73 {
	color:#745b5b;
	font-family:"Surfing Ashtray DEMO", serif;
	font-size:1.407em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-74 {
	color:#a84d97;
	font-family:"Nickname DEMO", sans-serif;
	font-size:2.222em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-75 {
	font-family:Kidprint, sans-serif;
	font-size:1.481em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-76 {
	color:#706cb0;
	font-family:"GOOD BRUSH", sans-serif;
	font-size:1.778em;
	font-style:normal;
	font-weight:normal;
	line-height: 1;
}
span.CharOverride-77 {
	color:#e06164;
	font-family:"Nickname DEMO", sans-serif;
	font-size:2em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-78 {
	font-family:"Nickname DEMO", sans-serif;
	font-size:3.407em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-79 {
	font-family:"Nickname DEMO", sans-serif;
	font-size:2.271em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-80 {
	font-family:"Nickname DEMO", sans-serif;
	font-size:3.153em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-81 {
	font-family:"Nickname DEMO", sans-serif;
	font-size:2.744em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-82 {
	color:#e17b52;
	font-family:"Nickname DEMO", sans-serif;
	font-size:1.778em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-83 {
	color:#a84d97;
	font-family:"Nickname DEMO", sans-serif;
	font-size:2.667em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-84 {
	color:#e06164;
	font-family:"GOOD BRUSH", sans-serif;
	font-size:2.296em;
	font-style:normal;
	font-weight:normal;
	line-height: 1;
}
span.CharOverride-85 {
	color:#e06164;
	font-family:"GOOD BRUSH", sans-serif;
	font-size:2.667em;
	font-style:normal;
	font-weight:normal;
	line-height: 1;
}
span.CharOverride-86 {
	color:#5e7286;
	font-family:"Sketchnote Square", sans-serif;
	font-size:1.111em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-87 {
	color:#a84d97;
	font-family:"Nickname DEMO", sans-serif;
	font-size:1.852em;
	font-style:normal;
	font-weight:normal;
	line-height: 1;
	margin: 0 2.5em;
	display: block;
}
span.CharOverride-88 {
	color:#a84d97;
	font-family:"Nickname DEMO", sans-serif;
	font-size:1.704em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-89 {
	color:#5e7286;
	font-family:Kidprint, sans-serif;
	font-size:2.222em;
	font-style:normal;
	font-weight:normal;
}

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-green {
	border: 2px solid #9dcc96;
	padding: .5em;
	margin: 1em 0;
}
div.box-yellow {
	border: 2px solid #ffed00;
	padding: .5em;
	margin: 1em 0;
}
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-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-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-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-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-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;
}

div.chapter {
	padding-top: 5em;
}
img.day {
	display: block;
	page-break-before: avoid;
	page-break-after: avoid;
}

p.Llista span.symbol {
	float: left;
	width: 2em;
	vertical-align: middle;
	line-height: 1;
	margin-top: .3em;
}
p.Llista span.symbol + span.CharOverride-19 {
    display: block;
    line-height: 1;
	margin-left: 1.3em;
    text-indent: 0;
}