﻿@charset "UTF-8";
@namespace "http://www.w3.org/1999/xhtml";
@namespace epub "http://www.idpf.org/2007/ops";


/* Márgenes */
body {
	font-family: Palatino, serif;
	margin: 0;
	line-height: 1.5;
	padding: 0 20px;
}

/* 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.rights-planeta {
	margin: 2em 0 0 0;
}
#copyright-page p {
	font-size: .8em;
	margin: 0;
	text-align: left;
	text-indent: 0;
}

/* Sinopsis */
#summary * {
	font-family: sans-serif;
}
#summary h1 {
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}
#summary h1 + p {
	text-indent: 0;
}
#summary p {
	margin: 0;
}

/* Índice */
#toc h1 {
	font-family: sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}
#toc ol {
	list-style-type: none !important;
	margin: 1em 0;
	padding: 0;
}
#toc li {
	font-size: 1em;
	margin: 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;
}

/* Dedicatoria */
#dedicatoria {
	margin-top: 6em;
}
#dedicatoria p {
	font-style: italic;
	text-align: right;
}

/* BODYMATTER */

/* Estilos generales */
h1 {
	font-family: sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	margin: 2em 0 1.5em 0;
	text-align: center;
}
h1 span.label {
	display: block;
}
h1 span.ordinal {
	display: block;
	font-size: 1em;
	margin: 0 auto;
}
h2 {
	font-family: inherit;
	font-size: 1.5em;
	font-weight: bold;
	margin: 1em 0;
	text-align: center;
}

p {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	margin: 1em 0 0 0;
	text-align: justify;
	text-indent: 1em;
}

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;
}
sup.up {
	font-size: 1em;
	vertical-align: super;
}

/* 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 */
figure {
	margin: 1em auto;
	page-break-inside: avoid;
	text-align: center;
	width: 100%;
}
figure.w30 {
	margin: 1em auto;
	page-break-inside: avoid;
	text-align: center;
	width: 30%;
}
figure.w50 {
	margin: 1em auto;
	page-break-inside: avoid;
	text-align: center;
	width: 50%;
}
figure.w75 {
	margin: 1em auto;
	page-break-inside: avoid;
	text-align: center;
	width: 75%;
}
figure img {
	max-height: 100%;
	max-width: 100%;
	page-break-inside: avoid;
	text-align: center;
}

img.inline {
	height: 2em;
}

/* 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.continue {
	text-indent: 0;
}

/* TEXTOS ESPECIALES */
span.sc {
	font-variant: small-caps;
}
.underline {
	text-decoration: underline;
}
.line-through {
	text-decoration: line-through;
}

/* Propios */
p.center {
	margin: 0;
	text-align: center;
	text-indent: 0;
}
p.center-top {
	margin: 1em 0;
	text-align: center;
	text-indent: 0;
}
p.asterisks {
	margin: 1em;
	text-align: center;
	text-indent: 0;
}
p.center-box {
	margin: 1em 0;
	padding: 1em 0;
	text-align: center;
	text-indent: 0;
}
p.continue {
	margin-top: 0;
	text-indent: 0;
}

span.fs2 { font-size: 1.2em; }

span.sans-blue,
span.sans-blue-underline,
span.sans-blue-box {
	color: #355ea9;
}

span.sans-green,
span.sans-green-underline,
span.sans-green-box {
	color: #7dba2e;
}

span.sans-orange,
span.sans-orange-underline,
span.sans-orange-box {
	color: #f07d00;
}

span.sans-pink,
span.sans-pink-underline,
span.sans-pink-box {
	color: #e8387b;
}

span.sans-purple,
span.sans-purple-underline,
span.sans-purple-box {
	color: #9373b1;
}

span.sans-yellow,
span.sans-yellow-underline,
span.sans-yellow-box {
	color: #ffed00;
}

span.sans-red,
span.sans-red-underline,
span.sans-red-box {
	color: #d80d2c;
}

span.sans-grey,
span.sans-grey-underline,
span.sans-grey-box {
	color: #666;
}

span.sans-blue-underline {
	border-bottom: 2px solid #355ea9;
}

span.sans-green-underline {
	border-bottom: 2px solid #7dba2e;
}

span.sans-orange-underline {
	border-bottom: 2px solid #f07d00;
}

span.sans-pink-underline {
	border-bottom: 2px solid #e8387b;
}

span.sans-purple-underline {
	border-bottom: 2px solid #9373b1;
}

span.sans-yellow-underline {
	border-bottom: 2px solid #ffed00;
}
span.sans-red-underline {
	border-bottom: 2px solid #d80d2c;
}

p.center-box-blue {
	font-family: sans-serif;
	font-weight: bold;
	border: 2px solid #355ea9;
	color: #355ea9;
	margin: 1em 0;
	padding: 1em;
	text-align: center;
	text-indent: 0;
}

p.center-box-green {
	font-family: sans-serif;
	font-weight: bold;
	border: 2px solid #7dba2e;
	color: #7dba2e;
	margin: 1em 0;
	padding: 1em;
	text-align: center;
	text-indent: 0;
}

p.center-box-orange {
	font-family: sans-serif;
	font-weight: bold;
	border: 2px solid #f07d00;
	color: #f07d00;
	margin: 1em 0;
	padding: 1em;
	text-align: center;
	text-indent: 0;
}

p.center-box-pink {
	font-family: sans-serif;
	font-weight: bold;
	border: 2px solid #e8387b;
	color: #e8387b;
	margin: 1em 0;
	padding: 1em;
	text-align: center;
	text-indent: 0;
}

p.center-box-purple {
	font-family: sans-serif;
	font-weight: bold;
	border: 2px solid #9373b1;
	color: #9373b1;
	margin: 1em 0;
	padding: 1em;
	text-align: center;
	text-indent: 0;
}

p.center-box-yellow {
	font-family: sans-serif;
	font-weight: bold;
	border: 2px solid #ffed00;
	color: #ffed00;
	margin: 1em 0;
	padding: 1em;
	text-align: center;
	text-indent: 0;
}

p.center-box-red {
	font-family: sans-serif;
	font-weight: bold;
	border: 2px solid #d80d2c;
	color: #d80d2c;
	margin: 1em 0;
	padding: 1em;
	text-align: center;
	text-indent: 0;
}


span.sans-grey,
span.sans-blue,
span.sans-pink,
span.sans-green,
span.sans-orange,
span.sans-purple,
span.sans-red,
span.sans-yellow {
	font-family: sans-serif;
	font-weight: bold;
}

span.sans-grey-underline,
span.sans-blue-underline,
span.sans-pink-underline,
span.sans-green-underline,
span.sans-orange-underline,
span.sans-purple-underline,
span.sans-red-underline,
span.sans-yellow-underline {
	font-family: sans-serif;
	font-weight: bold;
}

span.sans-grey-box,
span.sans-blue-box,
span.sans-pink-box,
span.sans-green-box,
span.sans-orange-box,
span.sans-purple-box,
span.sans-red-box,
span.sans-yellow-box {
	font-family: sans-serif;
	font-weight: bold;
}

span.x15 {
	font-size: 1.5em;
	font-family: sans-serif;
	font-weight: bold;
}
span.x2 {
	font-size: 2em;
	font-family: sans-serif;
	font-weight: bold;
}

span.monospace-green-underline {
	font-family: monospace;
	font-size: 1.3em;
}
span.monospace-orange-underline {
	font-family: monospace;
	font-size: 1.3em;
}

/* sans-box-pink c04 45 */
/* sans-cream-underline 51 */

#prologo {
	margin-top: 3em;
}
#prologo p {
	font-family: sans-serif;
	font-style: italic;
}

#introduccion h1 {
	color: #355ea9;
	font-size: 2em;
	font-style: italic;
}
#introduccion p {
	text-indent: 0;
}