﻿@charset "UTF-8";
@namespace "http://www.w3.org/1999/xhtml";
@namespace epub "http://www.idpf.org/2007/ops";

/* BASE */

/* Márgenes */
body {
	font-family: Palatino, serif;
	line-height: 1.5;
	margin: 0;
	padding: 0 20px;
}
body * {
	object-fit: contain;
	box-sizing: border-box;
	max-width: 100%;
	margin: 0;
	padding: 0;
}
section, aside, main, header, footer, figure, figcaption, audio, video, nav { 
	display: block; 
}

/* 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 {
	color: currentColor;
	font-family: inherit;
	font-size: .8em;
	margin: 0;
	text-align: left;
	text-indent: 0;
}

/* Sinopsis */
#summary * {
	font-family: sans-serif;
}
#summary h1 {
	color: #000;
	font-size: 1.1em;
	font-weight: bold;
	margin: 2em 0 1em;
	text-align: center;
}
#summary p {
	font-size: .9em;
	margin: 0;
}
#summary h1 + p {
	text-indent: 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: 0 0 0 1em;
	padding: 0;
	text-align: left;
	text-indent: -1em;
}
#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: bold;
	page-break-inside: avoid;
	text-decoration: none !important;
}

#landmarks {
	display: none;
}

/* Portada */
#titlepage * {
	text-align: center;
	text-indent: 0;
}
#titlepage p.title {
	font-size: 5em;
	font-weight: bold;
	line-height: 1.1;
	margin: .6em auto .25em;
}
#titlepage p.subtitle {
	font-size: 1.3em;
	font-style: italic;
	margin: 1em auto;
}
#titlepage p.author {
	font-family: Palatino, serif;
	font-size: 1em;
}
#titlepage figure.publisher {
	margin: 2em auto 1em;
	padding: 0;
	text-indent: 0;
	width: 4em;
}

/* Dedicatoria */
#dedicatoria {
	margin-top: 6em;
}
#dedicatoria p {
	font-style: normal;
	margin: 1em 0;
	text-align: right;
}

/* BODYMATTER */

/* Estilos generales */
h1 {
	font-size: 2em;
	font-weight: bold;
	line-height: 1.2;
	margin: 1em 0 2em 0;
	text-align: center;
	text-transform: uppercase;
}
h1 [epub|type="label"] {
	display: block;
	font-size: .7em;
	font-weight: normal;
	margin-bottom: 2em;
}
[epub|type="chapter"] h1 {
	font-size: 3em;
	font-style: italic;
}
h1 span.byline {
	display: block;
	font-size: .7em;
	font-weight: normal;
	margin-top: .3em;
}
h2 {
	font-size: 1.5em;
	font-style: normal;
	font-weight: normal;
	line-height: 1.2;
	margin: 2em 0 1em 0;
	text-align: left;
	text-transform: uppercase;
}
h3 {
	font-size: .9em;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.2;
	margin: 2em 0 1em 1em;
	text-align: left;
	text-transform: uppercase;
}
h4 {
	font-size: 1em;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.5;
	margin: 1em 0 1em 1em;
	text-align: left;
	text-indent: 0;
}
h1 + p,
h2 + p,
h3 + p,
h4 + p {
	text-indent: 0;
}

p {
	font-family: inherit;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	margin: 0 0 0 0;
	text-align: justify;
	text-indent: 1em;
}

a {
	color: #00F;
	font-family: inherit;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
abbr {
	border: 0;
	text-decoration: none;
	white-space: nowrap;
}
blockquote {
	margin: 1em 0 1em 2em;
}
blockquote p {
	font-size: .9em;
	margin: 0;
	text-align: justify;
	text-indent: 2em;
}
blockquote p + p {
	text-indent: 1em;
}
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 {
	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;
}
.lower-alpha {
	list-style: lower-alpha;
}
.lower-roman {
	list-style: lower-roman;
}
.upper-alpha {
	list-style: upper-alpha;
}
ul.none {
	list-style: none;
	margin: 1em 0;
}

/* Figuras y captions */
figure {
	margin: 1em auto;
	text-align: center;
}
figure.w30 {
	width: 30%;
}
figure img {
	max-height: 100%;
	text-align: center;
}
figure.icon {
	width: 7em;
}

figcaption {
	margin: 0 0 2em 0;
}
figcaption p {
	font-size: .7em;
	text-align: right;
	text-indent: 0;
}

img.inline {
	height: 1em;
	vertical-align: baseline;
}

/* TEXTOS ESPECIALES */
span.smcp {
	font-variant: small-caps;
}
span.underline {
	text-decoration: underline;
}

/* Firmas */
div.signature {
	margin: 2em 0 1em;
}
div.signature p {
	text-align: right;
}

/* Poemas */
.poem {
	margin-left: 0;
}
p.stanza {
	font-style: italic;
	margin: 1em 0;
	text-align: left;
}
span.verse {
	display: block;
	margin-left: 1em;
	text-indent: -1em;
}

/* Notas | Llamadas */
[epub|type="noteref"] {
	font-size: .7em;
	vertical-align: top;
}

/* Notas | Notas al pie */
div.footnotes h2 {
	margin: 2em 0 1em 0;
}
div[epub|type="footnote"] {
	margin: .6em 0 0 0;
	break-inside: avoid;
	page-break-inside: avoid;
}
/* div[epub|type="footnote"] + div[epub|type="footnote"], */
/* div[epub|type="footnote"] + h2 { */
	/* break-before: always; */
	/* page-break-before: always; */
	/* -webkit-column-break-before: always; */
	/* padding-top: 1em; */
/* } */
div[epub|type="footnote"] p {
	font-size: .8em;
	margin: 0 0 0 2.6em;
	overflow: hidden;
	text-indent: 0;
}
div[epub|type="footnote"] p + p {
	margin-top: 1em;
}
div[epub|type="footnote"] p.note-indent {
	text-indent: 1em;
}
div[epub|type="footnote"] blockquote {
	font-size: .8em;
	margin-left: 2em;
}
div[epub|type="footnote"] ol {
	margin-left: 2.5em;
}
div[epub|type="footnote"] li {
	font-size: .8em;
	margin: 0;
	text-indent: 0;
}
div[epub|type="footnote"] a[epub|type="referrer"] {
	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: 2.2em;
}
div[epub|type="footnote"] a[epub|type="referrer"] + p {
	page-break-before: avoid;
}

/* Recetas */
div.recipe {
	break-before: always;
	page-break-before: always;
	-webkit-column-break-before: always;
	padding-top: 1em;
}
div.recipe p.recipe-name {
	font-family: serif;
	font-size: 2em;
	font-style: normal;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 0 0;
	padding: .25em 0;
	text-align: left;
	text-indent: 0;
}
div.recipe p.scope {
	font-size: 1.5em;
	font-weight: bold;
	text-align: right;
	text-indent: 0;
}
div.recipe p.scope img {
	width: 1.5em;
	vertical-align: middle;
}
div.recipe div.intro {
	margin: 2em 0;
}
div.recipe div.intro p {
	font-family: Palatino, serif;
	font-style: italic;
	text-align: left;
	text-indent: 0;
}
div.recipe p.bridgehead {
	font-family: serif;
	break-after: avoid;
	page-break-after: avoid;
	font-size: 1.4em;
	font-style: normal;
	font-weight: normal;
	margin-top: 2em;
	text-indent: 0;
}
div.recipe div.ingredients ul {
	list-style: none;
	margin-left: 0;
	margin-right: 50%;
	text-indent: 0;
}
div.recipe div.ingredients li {
	margin-left: 1em;
	text-indent: -1em;
}
div.recipe div.steps ol {
	padding-left: 1.25em;
}
div.recipe div.steps li {
	font-family: Palatino, serif;
	margin: .3em 0;
}

/* Propios */
p.type {
	font-size: 1em;
	font-variant: normal;
	line-height: 1.5;
	margin: 1em 0 1em 1em;
	text-align: left;
	text-indent: 0;
}

table {
	border: 0;
	margin: 1em auto;
	width: 100%;
}
table p {
	text-indent: 0;
}
th p {
	border-bottom: 1px solid currentColor;
	font-size: .9em;
}
td p {
	font-size: .8em;
}
th, td {
	padding: .2em;
}
table.lines {
	border-bottom: 1px solid currentColor;
}
p.note {
	font-size: .8em;
	text-indent: 0;
}

[epub|type="subchapter"] h2 {
	page-break-before: always;
	break-before: always;
	-webkit-column-break-before: always;
	padding-top: 5em;
	font-size: 2em;
	margin-bottom: .5em;
}
[epub|type="subchapter"] p.byline {
	font-size: 1.2em;
	text-align: right;
}
[epub|type="subchapter"] p.byline span.contrib {
	display: block;
	font-size: .8em;
	font-style: italic;
	text-align: left;
	text-indent: 0;
	margin-top: 2em;
}
[epub|type="subchapter"] p.byline + p {
	page-break-before: always;
	break-before: always;
	-webkit-column-break-before: always;
	padding-top: 2em;
	text-indent: 0;
}

#c03 [epub|type="subchapter"] h2 {
	text-align: center;
}
#c03 [epub|type="subchapter"] p.byline {
	text-align: center;
}
#c03 h3 {
	margin-left: 0;
}
#c03 h4 {
	font-weight: bold;
}
#c04 [epub|type="subchapter"] h2 {
	text-align: center;
}
#c04 [epub|type="subchapter"] p.byline {
	text-align: center;
}
#c04 h3 {
	font-size: 1.3em;
	margin-left: 0;
}
#c04 h4 {
	font-weight: bold;
}

blockquote.formula p {
	text-align: center;
	text-indent: 0;
}

p.restaurant {
	font-size: 2em;
	margin-bottom: 1em;
	padding-top: 4em;
	text-align: center;
	text-indent: 0;
	text-decoration: underline;
	text-transform: uppercase;
}
p.restaurant + p {
	text-indent: 0;
}

p.bridgehead {
	font-size: 1.1em;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.2;
	margin: 2em 0 1em 0;
	text-align: left;
	text-indent: 0;
	text-transform: uppercase;
}
p.bridgehead + p {
	text-indent: 0;
}

div.group {
	margin: 1em;
}
div.group p {
	text-indent: 0;
}

p.point {
	margin-top: 1em;
	text-indent: 0;
}

div.awards {
	margin: 2em 0;
}
div.awards p {
	margin-top: 1em;
	text-align: left;
	text-indent: 0;
}
div.awards + p {
	text-indent: 0;
}

div.qr {
	margin: 1em;
}
div.qr img {
	width: 5em;
}
div.qr p {
	font-size: .9em;
	text-align: left;
	text-indent: 0;
}

div.edition {
	page-break-before: always;
	break-before: always;
	-webkit-column-break-before: always;
	padding-top: 2em;
	margin: 2em 0 2em 0;
	text-indent: 0;
}

div.edition p {
	font-size: 1.5em;
	font-style: normal;
	font-weight: normal;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
}
p.category {
	border-bottom: 1px solid currentColor;
	font-size: 1.3em;
	font-style: normal;
	font-weight: normal;
	line-height: 1.2;
	margin: 1em 0 .5em;
	text-align: left;
	text-transform: uppercase;
	text-indent: 0;
}
p.chef {
	font-size: .9em;
	margin: 1em 0;
	text-indent: 0;
}
p.chef + p {
	text-indent: 0;
}

div.menu {
	border-top: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
	margin: 2em 0;
}
div.menu h2 {
	font-size: 1.3em;
	font-style: normal;
	font-weight: normal;
	line-height: 1.2;
	margin: 1em 0 .5em;
	text-align: left;
	text-transform: uppercase;
	text-indent: 0;
}