﻿/** BASE **/

/* Márgenes */
body {
	font-family: serif;
	font-size: 1em;
	line-height: 1.5;
	margin: 0;
	padding: 0 20px;
}
body * {
	line-height: inherit;
	max-width: 100%;
}

/* Control partición silábica */
h1,
h2,
h3,
h4 {
	page-break-after: avoid;
	hyphens: none;
	adobe-hyphenate: none;
	-moz-hyphens: none;
	-webkit-hyphens: none;
	-epub-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%;
}

/* Portadilla */
#titlepage {
	page-break-inside: avoid;
}
#titlepage * {
	font-family: sans-serif;
	font-weight: normal;
	text-indent: 0;
}
#titlepage p.author {
	font-size: 1.25em;
	font-style: normal;
	font-weight: bold;
	line-height: 1.2;
	margin: .5em 0 0 0;
	padding: 0;
	text-align: center;
	text-indent: 0;
}
#titlepage p.title {
	font-size: 3em;
	font-style: normal;
	font-weight: bold;
	line-height: 1.2;
	margin: 1em 0 0 0;
	padding: 0;
	text-align: center;
	text-indent: 0;
}
#titlepage p.subtitle {
	font-size: .8em;
	font-style: normal;
	font-weight: bold;
	margin: .5em 0 0 0;
	padding: 0;
	text-align: center;
	text-indent: 0;
}
#titlepage div.publisher {
	margin: 9em auto 0;
	padding: 0;
	text-indent: 0;
	width: 6em;
}
#titlepage div.figure {
	margin: 0;
	padding: 0;
}
#titlepage div.figure img {
	margin: 0;
	padding: 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;
}

/* Epígrafe */
#epigraph {
	margin-top: 6em;
	margin-left: 40%;
}
#epigraph blockquote {
	margin: 1em 0;
}
#epigraph blockquote p {
	font-family: serif;
	font-size: 1em;
	font-style: italic;
	text-align: right;
	text-indent: 0;
}
#epigraph p.attrib {
	font-size: 1em;
	margin-top: 0;
	text-align: right;
}

/* Dedicatoria */
#dedication {
	margin-top: 6em;
}
#dedication p {
	font-style: normal;
	text-align: right;
	text-indent: 0;
}
#dedication div {
	margin: 2em 0;
}

/* Sinopsis */
#summary * {
	font-family: sans-serif;
}
#summary h1 {
	border: 0;
	color: black;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	margin: 2em 0 1em;
	padding: 0;
	text-align: center;
}
#summary p {
	font-size: 1em;
	margin: 1em 0 0 0;
	text-align: justify;
}
#summary h1 + p {
	text-indent: 0;
}
#summary p + p {
	text-indent: 0;
}

/* Índice */
#toc h1 {
	color: #001;
	font-family: sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	line-height: 1.2;
	margin: 2em 0 1em 0;
	text-align: center;
	text-indent: 0;
}
#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 a {
	font-weight: normal;
	page-break-inside: avoid;
	text-decoration: none !important;
}

/* BODYMATTER */

/* Estilos generales */
h1 {
	font-family: inherit;
	font-size: 1.5em;
	font-style: normal;
	font-weight: bold;
	line-height: 1.2;
	margin: 3em 0 0 0;
	text-align: center;
	text-indent: 0;
}
h1 span.ordinal {
	display: block;
}
h2 {
	page-break-before: always;
	font-family: serif;
	font-size: 1.5em;
	font-style: normal;
	font-weight: bold;
	line-height: 1.2;
	margin: 0;
	text-align: center;
	text-indent: 0;
	padding-top: 2em;
}
h3 {
	font-family: serif;
	font-size: 1.25em;
	font-style: normal;
	font-weight: bold;
	line-height: 1.2;
	margin: 2em 0 1em 0;
	text-align: center;
	text-indent: 0;
}

h1 + p,
h2 + p,
h3 + p,
h4 + p,
h5 + p {
	text-indent: 0;
}

p {
	font-size: 1em;
	margin: 0 0 0 0;
	padding: 0;
	text-align: justify;
	text-indent: 1em;
}
li {
	font-size: 1em;
	margin: 0;
	padding: 0;
	text-align: left;
	text-indent: 0;
}

a {
	color: #00F;
	font-weight: bold;
	text-decoration: none;
}
abbr {
	border: 0;
	text-decoration: none;
	white-space: nowrap;
}
i cite {
	font-style: normal;
}
cite {
	display: inline;
	font-style: italic;
}
hr {
	border: none !important;
	height: 2em;
	margin: 0;
}
hr + p {
	text-indent: 1em;
}
img {
	margin: 0;
	padding: 0;
	max-height: 100%;
	max-width: 100%;
}
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 1em 1em;
	padding: 0 0 0 1.25em;
}
li {
	font-size: 1em;
	margin: 0;
	padding: 0;
	text-align: justify;
	text-indent: 0;
}
li span.text,
li p {
	color: #000;
}
li p {
	font-size: 1em;
	margin: 0 0 0 0;
	text-indent: 1em;
}
.lower-alpha {
	list-style: lower-alpha;
}
.upper-alpha {
	list-style: upper-alpha;
	margin-left: 1em;
}
.lower-roman {
	list-style: lower-roman;
	margin-left: 1em;
}
.upper-roman {
	list-style: upper-roman;
}
ul.none {
	list-style: none;
	margin: 1em 0 1em 0;
	padding: 0;
}
ol + p,
ul + p {
	text-indent: 1em;
}
ul ul,
ol ul {
	list-style: square;
}

/* Figuras y captions */
div.figure {
	margin: 1em auto;
	break-inside: avoid;
	page-break-inside: avoid;
	text-align: center;
	width: 100%;
}
div.figure-10h {
	margin: 1em auto;
	break-inside: avoid;
	page-break-inside: avoid;
	text-align: center;
	width: 3em;
}
div.figure-10 {
	margin: 1em auto;
	break-inside: avoid;
	page-break-inside: avoid;
	text-align: center;
	width: 5em;
}
div.figure-20 {
	margin: 1em auto;
	break-inside: avoid;
	page-break-inside: avoid;
	text-align: center;
	width: 20%;
}
div.figure-30 {
	margin: 1em auto;
	break-inside: avoid;
	page-break-inside: avoid;
	text-align: center;
	width: 4em;
}
div.figure-30-r {
	margin: 1em 0 1em auto;
	break-inside: avoid;
	page-break-inside: avoid;
	text-align: center;
	width: 30%;
}
div.figure-30-r-end {
	margin: 1em 0 0 auto;
	break-inside: avoid;
	page-break-inside: avoid;
	text-align: center;
	width: 30%;
}
div.figure-50 {
	margin: 1em auto;
	break-inside: avoid;
	page-break-inside: avoid;
	text-align: center;
	width: 8em;
}
div.figure-50-l {
	margin: 1em 0;
	break-inside: avoid;
	page-break-inside: avoid;
	text-align: left;
	width: 50%;
}
div.figure-50-r {
	margin: 1em 0 1em auto;
	break-inside: avoid;
	page-break-inside: avoid;
	text-align: right;
	width: 50%;
}
div.figure-75 {
	margin: 1em auto;
	break-inside: avoid;
	page-break-inside: avoid;
	text-align: center;
	width: 75%;
}

div.icon {
	margin: 1em auto;
	break-inside: avoid;
	page-break-inside: avoid;
	width: 4em;
}

div.figcaption {
	margin: 0 0 1.5em 0;
}
div.figcaption p,
p.source {
	font-family: sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: .8em;
	margin: 0;
	text-align: left;
	text-indent: 0;
}

/* Tablas */
table {
	border: 4px double #008087;
	border-collapse: collapse;
	margin: 1em auto;
	width: 100%;
}
th {
	border: 1px solid #008087;
	border-collapse: collapse;
	padding: .2em;
	vertical-align: top;
}
td {
	border: 1px solid #008087;
	border-collapse: collapse;
	padding: .2em;
	vertical-align: top;
}
table p {
	font-family: sans-serif;
	font-size: .8em;
	text-align: left;
	text-indent: 0;
}
table p.label {
	font-weight: bold;
	text-align: center;
	text-indent: 0;
}
table p.scope {
	font-weight: bold;
	text-align: left;
	text-indent: 0;
}
#c01 table p.label b,
#c01 table p.scope b,
#c02 table p.label b,
#c02 table p.scope b,
#c03 table p.label b,
#c03 table p.scope b,
#c04 table p.label b,
#c04 table p.scope b {
	color: #008087 !important;
}
table p.left {
	text-align: left;
}
table p.right {
	text-align: right;
}
table p.center {
	text-align: center;
}

/* Seudoversalitas */
span.sc {
	font-size: .8em;
}

/* Firmas */
div.signature {
	margin: 1em 0;
}
div.signature p {
	font-style: normal;
	font-weight: normal;
	text-align: right;
	text-indent: 0;
}
div.signature span.name {
	font-family: sans-serif;
}

/* Otros */
blockquote {
	margin: 1em 0 1em 1em;
}
blockquote p {
	font-family: inherit;
	font-size: .9em;
	font-weight: normal;
	text-align: justify;
	text-indent: 0;
}
blockquote li {
	font-size: .9em;
}
blockquote li p {
	font-size: 1em;
}
blockquote p + p {
	text-indent: 1em;
}

span.underline {
	text-decoration: underline;
}

/* Notas | Llamadas */
a.noteref {
	font-size: .7em;
	vertical-align: top;
}

/* Notas | Notas al pie */
div.footnote {
	margin: .6em 0 0 0;
	break-inside: avoid;
	page-break-inside: avoid;
}
/* div.footnote + div.footnote { */
	/* page-break-before: always; */
	/* padding-top: 1em; */
/* } */
div.footnote p {
	font-size: .8em;
	margin: 0 0 0 2.5em;
	overflow: hidden;
	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: 2em;
}
div.footnote a.noteback + p {
	page-break-before: avoid;
}

/* Propios */
img.w30 { width: 30%; }
img.w50 { width: 50%; }
img.w75 { width: 75%; }

h1 span.line {
	display: block;
	width: 2em;
	line-height: 1;
	border-top: 5px double;
	margin: 0 auto;
	text-indent: 0;
}
h1 span.title {
	display: block;
	margin: 0;
}

p.line {
	display: block;
	width: 4em;
	border-top: 5px double;
	margin: .5em auto 2em;
	text-indent: 0;
}
p.line + p {
	text-indent: 0;
}
p.first {
	text-indent: 0;
}

.frontmatter b,
.backmatter b,
.frontmatter div.signature p,
.frontmatter p.line,
.backmatter p.line,
.frontmatter h1,
.backmatter h1 {
	color: #008d3b;
}

.frontmatter h1,
.backmatter h1 {
	margin-bottom: 1.5em;
}

#acknowledgments div.author {
	margin: 2em 0 2em 2em;
}
#acknowledgments div.author p {
	text-indent: 0;
}
#acknowledgments div.author p + p {
	text-indent: 1em;
}
#acknowledgments div.author p.signature {
	text-align: right;
}

.chapter h1 {
	font-size: 2em;
	font-weight: normal;
	margin: 2em 4em;
}

#c01 li,
#c01 h2,
#c01 h3,
#c01 b,
#c01 p.line,
#c01 h1 span.line,
#c01 h1 span.ordinal {
	color: #a3581b;
}

#c02 li,
#c02 h2,
#c02 h3,
#c02 b,
#c02 p.line,
#c02 h1 span.line,
#c02 h1 span.ordinal {
	color: #7f9b27;
}

#c03 li,
#c03 h2,
#c03 h3,
#c03 b,
#c03 p.line,
#c03 h1 span.line,
#c03 h1 span.ordinal {
	color: #008087;
}

#c04 li,
#c04 h2,
#c04 h3,
#c04 b,
#c04 p.line,
#c04 h1 span.line,
#c04 h1 span.ordinal {
	color: #c85f6f;
}

.dropcap {
	float: left;
	width: 2.25em;
	line-height: 1;
	margin: -.1em .3em 0 0;
}

div.box-pablo {
	border: 4px solid #f7edd4;
	margin: 1em 0;
	padding: 1em;
}
div.box-pablo p.title {
	border-bottom: 2px solid #a3581b;
	color: #a3581b;
	font-family: serif;
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 1em;
	text-indent: 0;
}
div.box-pablo p.title i {
	font-style: normal;
}
div.box-pablo p {
	font-family: sans-serif;
	font-size: .9em;
}
div.box-pablo li {
	color: #a3581b !important;
	font-family: sans-serif;
	font-size: .9em;
}
#c01 div.box-pablo b,
#c01 div.box-pablo li,
#c02 div.box-pablo b,
#c02 div.box-pablo li,
#c03 div.box-pablo b,
#c03 div.box-pablo li,
#c04 div.box-pablo b,
#c04 div.box-pablo li {
	color: #a3581b;
}
div.box-pablo b {
	color: #a3581b !important;
}
div.box-pablo p.title + p {
	text-indent: 0;
}
div.box-pablo p.title + p.indent {
	text-indent: 1em;
}
div.box-pablo ul.ingredients {
	list-style: none;
	margin: 0 5em 1em 0;
	padding: 0;
}
div.box-pablo ol,
div.box-pablo ul {
	margin-bottom: 0;
}
div.box-pablo ol + *,
div.box-pablo ul + * {
	margin-top: 1em;
}

div.box-virginia {
	border: 4px solid #f2e0df;
	margin: 1em 0;
	padding: 1em;
}
div.box-virginia p.title {
	border-bottom: 4px double #ea5b0c;
	color: #ea5b0c;
	font-family: serif;
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 1em;
	text-indent: 0;
}
div.box-virginia p.title i {
	font-style: normal;
}
div.box-virginia li {
	color: #ea5b0c !important;
}
div.box-virginia b {
	color: #ea5b0c !important;
}
div.box-virginia p.title + p {
	text-indent: 0;
}
#c01 div.box-virginia b,
#c01 div.box-virginia li,
#c02 div.box-virginia b,
#c02 div.box-virginia li,
#c03 div.box-virginia b,
#c03 div.box-virginia li,
#c04 div.box-virginia b,
#c04 div.box-virginia li {
	color: #ea5b0c;
}
div.box-virginia ol,
div.box-virginia ul {
	margin-bottom: 0;
}
div.box-virginia ol + *,
div.box-virginia ul + * {
	margin-top: 1em;
}

div.box-info {
	border: 4px solid #ecf3da;
	margin: 1em 0;
	padding: 1em;
}
div.box-info p.title {
	border-bottom: 4px double #008087;
	color: #008087;
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 1em;
	text-indent: 0;
}
div.box-info p.title i {
	font-style: normal;
}
div.box-info p {
	font-family: sans-serif;
	font-size: .9em;
}
div.box-info li {
	color: #008087 !important;
	font-family: sans-serif;
	font-size: .9em;
}
div.box-info li p {
	font-size: 1em;
}
div.box-info b {
	color: #008087 !important;
}
div.box-info p.title + p {
	text-indent: 0;
}
div.box-info ul.ingredients {
	list-style: none;
	margin: 0 5em 1em 0;
	padding: 0;
}
div.box-info ul.ingredients li {
	margin-left: 1em;
	text-indent: -1em;
}
div.box-info p.bridgehead {
	margin-top: 1em;
	text-indent: 0;
}
div.box-info p.bridgehead + p {
	text-indent: 0;
}
#c01 div.box-info b,
#c01 div.box-info li,
#c02 div.box-info b,
#c02 div.box-info li,
#c03 div.box-info b,
#c03 div.box-info li,
#c04 div.box-info b,
#c04 div.box-info li {
	color: #008087;
}
div.box-info ol,
div.box-info ul {
	margin-bottom: 0;
}
div.box-info ol + *,
div.box-info ul + * {
	margin-top: 1em;
}

div.group {
	margin: 1em 0;
}
div.group-center {
	margin: 1em 0;
}
div.group-center p {
	text-align: center;
	text-indent: 0;
}

div.toc-brief p {
	text-indent: 0;
}
p.section {
	font-family: sans-serif;
	font-weight: bold;
	margin: 2em 0 1em;
	text-indent: 0;
}

span.color01 {
	color: #008087;
}
span.color02 {
	color: #ea5b0c;
}
span.color03 {
	color: #d93d4f;
}

#c06 p.title,
#c06 p.for,
#c06 p.variant,
#c06 p.bridgehead,
#c06 p.scope {
	color: #008087;
}
#c07 p.title,
#c07 p.for,
#c07 p.bridgehead,
#c07 p.scope {
	color: #ea5b0c;
}
#c08 p.title,
#c08 p.for,
#c08 p.bridgehead,
#c08 p.scope {
	color: #d93d4f;
}

div.recipe p.title {
	font-size: 2em;
	margin-bottom: 1em;
	text-indent: 0;
}
div.recipe p.variant {
	font-size: 1.5em;
	margin-top: 2em;
	margin-bottom: 1em;
	text-indent: 0;
}
div.recipe p.for {
	font-family: sans-serif;
	font-size: .9em;
	font-weight: bold;
	margin: 1em 0 0 0;
	text-indent: 0;
}
div.recipe p.title + p {
	text-indent: 0;
}
div.recipe hr + p {
	text-indent: 0;
}
div.recipe p.title span.refine {
	color: #000;
	font-size: .6em;
}
div.recipe p.title span.subtitle {
	display: block;
	font-size: .6em;
}
div.recipe p.bridgehead {
	font-family: sans-serif;
	font-weight: bold;
	margin: 2em 0 1em;
	text-indent: 0;
}
div.recipe p.bridgehead + p {
	text-indent: 0;
}
div.recipe p.scope {
	font-family: sans-serif;
	font-weight: bold;
	text-indent: 0;
}
div.recipe p.scope img {
	width: 2em;
}
div.recipe ul {
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0;
}
div.recipe li {
	font-family: sans-serif;
	font-size: .9em;
	margin-left: 1em;
	margin-right: 5em;
	text-indent: -1em;
}