﻿/** BASE **/

/* Márgenes */
body {
	font-family: OfficinaSansStd, sans-serif;
	margin: 0;
	line-height: 1.5;
	padding: 0 1.6em;
}
body * {
	box-sizing: border-box;
	object-fit: contain;
	max-width: 100%;
}

/* Fuentes */
@font-face {
	font-family: Adventure;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/Adventure.otf');
}
@font-face {
	font-family: "Algerian Bas D Regular";
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/AlgerianRegular.ttf');
}
@font-face {
	font-family: "Avengeance Mightiest Avenger Regular";
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/AVENGEANCE.otf');
}
@font-face {
	font-family: "BadaBoom BB";
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/BADABB.ttf');
}
@font-face {
	font-family: "Bahiana Regular";
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/Bahiana-Regular.ttf');
}
@font-face {
	font-family:"bangkey Regular";
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/bangkey.ttf');
}
@font-face {
	font-family:"Brandon Grotesque Thin";
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/mplus-2p-thin.ttf');
}
@font-face {
	font-family: CCSmash;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/CCSmash-Regular.ttf');
}
@font-face {
	font-family: "Chainsawz BB";
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/chainsawzbb_reg.ttf');
}
@font-face {
	font-family: "Green Fuz Regular";
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/GreenFuz.ttf');
}
@font-face {
	font-family: Hermes;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/Hermes-Regular.otf');
}
@font-face {
	font-family: "Heroes Legend";
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/HeroesLegend.ttf');
}
@font-face {
	font-family: "Komika Title - Axis";
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/KomikaTitle-Axis.ttf');
}
@font-face {
	font-family: "No more lies Regular";
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/NoMoreLies.ttf');
}
@font-face {
	font-family: "Lint McCree Intl BB";
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/LintMcCree.ttf');
}
@font-face {
	font-family: OfficinaSansStd;
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/OfficinaSansStd-Bold.otf');
}
@font-face {
	font-family: OfficinaSansStd;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/OfficinaSansStd-Book.otf');
}
@font-face {
	font-family: OfficinaSansStd;
	font-style: italic;
	font-weight: normal;
	src: url('../fonts/OfficinaSansStd-BookItalic.otf');
}
@font-face {
	font-family: "Permanent Marker";
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/PermanentMarker.ttf');
}
@font-face {
	font-family: "Shaka Pow Upright Hollow Regular";
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/ShakaPow.ttf');
}
@font-face {
	font-family: "SF Wonder Comic";
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/SF_Wonder_Comic.ttf');
}
@font-face {
	font-family: "SF Wonder Comic";
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/SF_Wonder_Comic_Bold.ttf');
}
@font-face {
	font-family: "SF Wonder Comic";
	font-style: italic;
	font-weight: bold;
	src: url('../fonts/SF_Wonder_Comic_Bold_Italic.ttf');
}
@font-face {
	font-family: "SF Wonder Comic";
	font-style: italic;
	font-weight: normal;
	src: url('../fonts/SF_Wonder_Comic_Italic.ttf');
}
@font-face {
	font-family: "Soltz Solid";
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/Soltz_Solid.ttf');
}
@font-face {
	font-family: "Splash Black";
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/SplashBlack.ttf');
}
@font-face {
	font-family: "Sugarpunch DEMO Regular";
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/SugarpunchDEMO.otf');
}
@font-face {
	font-family: "Surfing Ashtray DEMO Regular";
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/surfing-ashtray-demo-regular.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: sans-serif;
}
#summary h1 {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}
#summary h1 + p {
	text-indent: 0;
}
#summary p {
	text-align: justify;
	margin: 0;
	padding: 0;
}
#summary p + p {
	text-indent: 1em;
}

/* Í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 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 {
	font-family: "Heroes Legend";
	font-size: 1em;
	font-weight: normal;
	margin: 1em 0 4em 0;
	text-align: left;
}
h1 span.ordinal {
	display: block;
	float: left;
	color:#0074a2;
	font-family:"BadaBoom BB", sans-serif;
	font-size: 3.2em;
	font-style:normal;
	font-weight:normal;
}
h1 span.title {
	color: #e84242;
	display: block;
	/* font-family:"BadaBoom BB", sans-serif; */
	/* font-size: 2.8em; */
	font-size: 1.4em;
	font-style:normal;
	font-weight:normal;
	margin-top: 1.2em;
	margin-left: 2em;
}
#foreword {
	padding-top: 2.5em;
}

p {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	margin: 0 0 0 0;
	padding-top: 1em;
	text-align: justify;
	text-indent: 0;
}

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;
}
li {
	font-size: 1em;
	margin: .5em 0;
	padding: 0;
	text-align: justify;
	text-indent: 0;
}
li p {
	font-size: 1em;
	margin: 1em 0;
	text-indent: 0;
}

/* Figuras y captions */
div.figure {
	margin: 1em 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: 1em auto;
	page-break-inside: avoid;
	text-align: center;
	width: 30%;
}
div.figure-50 {
	margin: 1em auto;
	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 {
	width: .8em;
}
img.inline02 {
	width: .5em;
}

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 {
	text-align: center;
	text-indent: 0;
}
p.finis {
	text-align: right;
	text-indent: 0;
}
p.center-underline-green {
	text-align: center;
	border-bottom: 4px solid #00ada1;
	text-indent: 0;
}
p.center-underline-orange {
	text-align: center;
	border-bottom: 4px solid #fecd48;
	margin: 1em 0;
	text-indent: 0;
}
p.center-underline-yellow {
	text-align: center;
	border-bottom: 4px solid #f8f192;
	margin: 1em 0;
	text-indent: 0;
}
p.center-underline-purple {
	text-align: center;
	border-bottom: 4px solid #8d63aa;
	margin: 1em 0;
	text-indent: 0;
}
p.center-underline-red {
	text-align: center;
	border-bottom: 4px solid #e84242;
	margin: 1em 0;
	text-indent: 0;
}
p.continue {
	text-indent: 0;
}

/* TEXTOS ESPECIALES */
span.sc {
	font-size: 80%;
}
.underline {
	text-decoration: underline;
}
.line-through {
	text-decoration: line-through;
}

p.sign {
	background: #f04d4c;
	border: 2px solid #fff;
	border-radius: 1em;
	text-align: center;
	padding: .2em .5em;
}

/* Overrides */
span.CharOverride-1 {
	color:#ffffff;
	font-family:CCSmash, sans-serif;
	font-size:1.6em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-2 {
	font-size:.7em;
}
span.CharOverride-3 {
	font-size:.6em;
}
span.CharOverride-4 {
	color:#0074a2;
	font-family:"Heroes Legend", sans-serif;
	font-size:.75em;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	text-transform:uppercase;
}
span.CharOverride-5 {
	color:#e84242;
	font-family:"Heroes Legend", sans-serif;
	font-size:1.9em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-6 {
	color:#e84242;
	font-family:"Heroes Legend", sans-serif;
	font-size:1.2em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-7 {
	color:#009fe3;
	font-family:"Heroes Legend", sans-serif;
	font-size:1.2em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-8 {
	color:#00b1aa;
	font-family:"SF Wonder Comic", sans-serif;
	font-size:1.5em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-9 {
	color:#c3d200;
	font-family:"Heroes Legend", sans-serif;
	font-size:1.2em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-10 {
	color:#0074a2;
	font-family:"SF Wonder Comic", sans-serif;
	font-size:2em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-11 {
	color:#a86dab;
	font-family:"Heroes Legend", sans-serif;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-12 {
	color:#00b1aa;
	font-family:"Heroes Legend", sans-serif;
	font-size:1.3em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-13 {
	color:#e9457e;
	font-family:"Heroes Legend", sans-serif;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-14 {
	color:#0074a2;
	font-family:"Heroes Legend", sans-serif;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-15 {
	color:#e84242;
	font-family:"SF Wonder Comic", sans-serif;
	font-size:1.6em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-16 {
	color:#ed6d25;
	font-family:"SF Wonder Comic", sans-serif;
	font-size:2.7em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-17 {
	color:#0074a2;
	font-family:"BadaBoom BB", sans-serif;
	font-size:2.8em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-18 {
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-19 {
	color:#00b1aa;
	font-family:"SF Wonder Comic", sans-serif;
	font-size:1.2em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-20 {
	color:#0074a2;
	font-family:"SF Wonder Comic", sans-serif;
	font-size:1.2em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-21 {
	font-style:normal;
	font-weight:bold;
}
span.CharOverride-22 {
	color:#e84242;
	font-family:"SF Wonder Comic", sans-serif;
	font-size:1.2em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-23 {
	font-style:italic;
	font-weight:normal;
}
span.CharOverride-24 {
	color:#9560a4;
	font-family:"SF Wonder Comic", sans-serif;
	font-size:1.2em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-25 {
	color:#ed6d25;
	font-family:"SF Wonder Comic", sans-serif;
	font-size:1.2em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-26 {
	color:#009fe3;
	font-family:"SF Wonder Comic", sans-serif;
	font-size:1.2em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-27 {
	color:#0074a2;
	font-family:"SF Wonder Comic", sans-serif;
	font-size:1.4em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-28 {
	color:#0074a2;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-29 {
	color:#00b1aa;
	font-family:"SF Wonder Comic", sans-serif;
	font-size:1.4em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-30 {
	color:#a86dab;
	font-family:"Heroes Legend", sans-serif;
	font-size:1.1em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-31 {
	color:#e84242;
	font-family:"SF Wonder Comic", sans-serif;
	font-size:1.5em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-32 {
	color:#00b1aa;
	font-family:"Heroes Legend", sans-serif;
	font-size:1.5em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-33 {
	color:#e84242;
	font-family:"SF Wonder Comic", sans-serif;
	font-size:1.1em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-34 {
	color:#9560a4;
	font-family:"SF Wonder Comic", sans-serif;
	font-size:1.1em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-35 {
	color:#0074a2;
	font-family:"SF Wonder Comic", sans-serif;
	font-size:2.2em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-36 {
	color:#0074a2;
	font-family:"SF Wonder Comic", sans-serif;
	font-size:1.6em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-37 {
	color:#009fe3;
	font-family:"SF Wonder Comic", sans-serif;
	font-size:1.4em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-38 {
	color:#e84242;
	font-family:"Heroes Legend", sans-serif;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-39 {
	color:#e84242;
	font-family:"Lint McCree Intl BB (TT) Regular", sans-serif;
	font-size:.9em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-40 {
	font-family:"Lint McCree Intl BB (TT) Regular", sans-serif;
	font-size:.6em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-41 {
	font-family:"Lint McCree Intl BB (TT) Regular", sans-serif;
	font-size:.65em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-42 {
	color:#ed6d25;
	font-family:"SF Wonder Comic", sans-serif;
	font-size:2em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-43 {
	color:#0074a2;
	font-family:"SF Wonder Comic", sans-serif;
	font-size:1.5em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-44 {
	color:#9560a4;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-45 {
	color:#ed6d25;
	font-family:"SF Wonder Comic", sans-serif;
	font-size:1.3em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-46 {
	color:#00b1aa;
	font-family:"SF Wonder Comic", sans-serif;
	font-size:1.3em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-47 {
	font-size:3.5em;
}
span.CharOverride-48 {
	color:#0074a2;
	font-family:"SF Wonder Comic", serif;
	font-size:1.2em;
	font-style:italic;
	font-weight:normal;
}
span.CharOverride-49 {
	color:#ed6d25;
	font-family:"Heroes Legend", sans-serif;
	font-size:1.2em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-50 {
	color:#2db8c5;
	font-family:"SF Wonder Comic", sans-serif;
	font-size:1.2em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-51 {
	color:#2db8c5;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-52 {
	color:#00b1aa;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-53 {
	color:#c3d200;
	font-family:Hermes, sans-serif;
	font-size:1.3em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-54 {
	color:#009fe3;
	font-family:Hermes, sans-serif;
	font-size:1.2em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-55 {
	color:#c3d200;
	font-family:"BadaBoom BB", sans-serif;
	font-size:2.9em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-56 {
	-webkit-text-fill-color:currentcolor;
	color:#ffed00;
	font-size:3em;
	text-fill-color:currentcolor;
}
span.CharOverride-57 {
	color:#ed6d25;
	font-family:"SF Wonder Comic", sans-serif;
	font-size:1.4em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-58 {
	color:#9560a4;
	font-family:"SF Wonder Comic", sans-serif;
	font-size:2em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-59 {
	font-size:3.6em;
}
span.CharOverride-60 {
	color:#009fe3;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-61 {
	color:#ed6d25;
	font-family:"SF Wonder Comic", sans-serif;
	font-size:1.1em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-62 {
	color:#9560a4;
	font-size:1.2em;
}
span.CharOverride-63 {
	color:#00b1aa;
	font-family:"SF Wonder Comic", sans-serif;
	font-size:1.1em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-64 {
	color:#a86dab;
	font-family:"Heroes Legend", sans-serif;
	font-size:.9em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-65 {
	color:#b391c3;
	font-family:"SF Wonder Comic", sans-serif;
	font-size:2.4em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-66 {
	font-size:3em;
}
span.CharOverride-67 {
	font-size:3.7em;
}
span.CharOverride-68 {
	color:#e84242;
	font-family:"Heroes Legend", sans-serif;
	font-size:1.1em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-69 {
	color:#e84242;
	font-family:"Heroes Legend", sans-serif;
	font-size:.9em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-70 {
	color:#7f2b34;
	font-family:"Permanent Marker", serif;
	font-size:1.9em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-71 {
	font-size:3.2em;
}
span.CharOverride-72 {
	color:#ed6d25;
	font-family:"Heroes Legend", sans-serif;
	font-size:1.1em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-73 {
	color:#e84242;
	font-family:"Permanent Marker", serif;
	font-size:1.9em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-74 {
	color:#0074a2;
	font-family:"Permanent Marker", serif;
	font-size:1.9em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-75 {
	color:#00b1aa;
	font-family:"SF Wonder Comic", sans-serif;
	font-size:1em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-76 {
	color:#009fe3;
	font-family:"SF Wonder Comic", serif;
	font-size:1.2em;
	font-style:italic;
	font-weight:normal;
}
span.CharOverride-77 {
	color:#0074a2;
	font-family:"Permanent Marker", serif;
	font-size:1.5em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-78 {
	color:#9560a4;
	font-family:"SF Wonder Comic", sans-serif;
	font-size:1.3em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-79 {
	color:#ed6d25;
	font-family:"SF Wonder Comic", sans-serif;
	font-size:1.7em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-80 {
	color:#9560a4;
	font-family:"SF Wonder Comic", sans-serif;
	font-size:1.4em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-81 {
	font-size:2.2em;
}
span.CharOverride-82 {
	color:#00b1aa;
	font-family:"Heroes Legend", sans-serif;
	font-size:.8em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-83 {
	color:#0074a2;
	font-family:"SF Wonder Comic", sans-serif;
	font-size:1.1em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-84 {
	color:#9560a4;
}
span.CharOverride-85 {
	color:#e84242;
	font-size:1.1em;
}
span.CharOverride-86 {
	color:#009fe3;
	font-family:"SF Wonder Comic", sans-serif;
	font-size:1.1em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-87 {
	color:#009fe3;
}
span.CharOverride-88 {
	color:#ed6d25;
	font-family:"SF Wonder Comic", serif;
	font-size:1.1em;
	font-style:italic;
	font-weight:normal;
}
span.CharOverride-89 {
	color:#009fe3;
	font-family:"SF Wonder Comic", sans-serif;
	font-size:1.3em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-90 {
	font-size:2.8em;
}
span.CharOverride-91 {
	font-size:3.3em;
}
span.CharOverride-92 {
	color:#0074a2;
	font-family:"SF Wonder Comic", sans-serif;
	font-size:1.3em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-93 {
	color:#ed6d25;
	font-family:"SF Wonder Comic", sans-serif;
	font-size:1.5em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-94 {
	color:#009fe3;
	font-family:"SF Wonder Comic", sans-serif;
	font-size:1em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-95 {
	color:#e84242;
	font-family:"SF Wonder Comic", sans-serif;
	font-size:1.4em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-96 {
	color:#e84242;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-97 {
	color:#9560a4;
	font-family:"SF Wonder Comic", sans-serif;
	font-size:1em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-98 {
	color:#ed6d25;
	font-family:"SF Wonder Comic", sans-serif;
	font-size:1em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-99 {
	color:#0074a2;
	font-family:"SF Wonder Comic", sans-serif;
	font-size:1em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-100 {
	color:#e84242;
	font-family:"SF Wonder Comic", sans-serif;
	font-size:1em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-101 {
	color:#ed6d25;
	font-family:"Heroes Legend", sans-serif;
	font-size:.8em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-102 {
	color:#ed6d25;
	font-family:"Heroes Legend", sans-serif;
	font-size:1.2em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-103 {
	color:#ed6d25;
	font-family:"Heroes Legend", sans-serif;
	font-size:1em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-104 {
	font-size:2.7em;
}
span.CharOverride-105 {
	color:#e84242;
	font-family:"SF Wonder Comic", sans-serif;
	font-size:1.3em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-106 {
	color:#2db8c5;
	font-family:"SF Wonder Comic", sans-serif;
	font-size:1.3em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-107 {
	color:#00b1aa;
	font-family:"Heroes Legend", sans-serif;
	font-size:1.4em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-108 {
	font-size:3.4em;
}
span.CharOverride-109 {
	color:#c3d200;
	font-family:Hermes, sans-serif;
	font-size:1.4em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-110 {
	color:#009fe3;
	font-family:Hermes, sans-serif;
	font-size:1.3em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-111 {
	color:#9560a4;
	font-family:"Sugarpunch DEMO Regular", sans-serif;
	font-size:1em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-112 {
	color:#9560a4;
	font-family:"Sugarpunch DEMO Regular", sans-serif;
	font-size:1.1em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-113 {
	font-family:"SF Wonder Comic", sans-serif;
	font-size:.65em;
	font-style:normal;
	font-weight:bold;
}
span.CharOverride-114 {
	font-family:"Heroes Legend", sans-serif;
	font-size:.7em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-115 {
	color:#ffffff;
	font-family:"SF Wonder Comic", sans-serif;
	font-size:1.5em;
	font-style:normal;
	font-weight:bold;
}
span.CharOverride-116 {
	color:#ffffff;
	font-family:"SF Wonder Comic", sans-serif;
	font-size:1.1em;
	font-style:normal;
	font-weight:bold;
}