﻿/** BASE **/

/* Márgenes */
body {
	font-family: serif;
	margin: 0;
	padding: 0 20px;
}
body * {
	line-height: 1.5;
}

/* Fuentes */
@font-face {
	font-family: BrainFlowerEuro;
	font-style: normal;
	font-weight: normal;
	src:url('../fonts/BrainFlowerEuro.ttf');
}
@font-face {
	font-family: Gabriele;
	font-style: normal;
	font-weight: normal;
	src:url('../fonts/gabriele-l.ttf');
}
@font-face {
	font-family: Gabriele;
	font-style: normal;
	font-weight: bold;
	src:url('../fonts/gabriele-bad-ah.ttf');
}
@font-face {
	font-family: Mailart;
	font-style: normal;
	font-weight: normal;
	src:url('../fonts/MailartRubberstamp-Regular.otf');
}
@font-face {
	font-family: OctinVintage;
	font-style: normal;
	font-weight: normal;
	src:url('../fonts/OctinVintageFree.ttf');
}
@font-face {
	font-family: Trendsetter;
	font-style: normal;
	font-weight: normal;
	src:url('../fonts/trendsetter-Regular.ttf');
}
@font-face {
	font-family: VintageFair;
	font-style: normal;
	font-weight: normal;
	src:url('../fonts/Vintage_fair.ttf');
}

span.brain {
	font-family: BrainFlowerEuro;
}
span.vfair {
	font-family: VintageFair;
}


/* Control partición silábica */
#titlepage p,
#dedication p,
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%;
}

/* Portadilla */
#titlepage {
	break-inside: avoid;
	page-break-inside: avoid;
	text-align: center;
	text-indent: 0;
}
#titlepage p {
	text-align: center;
	text-indent: 0;
}
#titlepage p.title {
	font-family: OctinVintage;
	font-size: 4em;
	font-style: normal;
	font-weight: normal;
	margin: .6em 0;
	padding: 0;
}
#titlepage p.title span.mode {
	font-family: BrainFlowerEuro;
}
#titlepage p.subtitle {
	font-family: Trendsetter;
	font-size: 2em;
	font-style: normal;
	font-weight: normal;
	margin: 1em 0;
	padding: 0;
}
#titlepage p.author {
	font-family: sans-serif;
	font-size: 1.5em;
	font-style: normal;
	font-weight: bold;
	margin: 3em 0;
	padding: 0;
}
#titlepage p.publisher {
	margin: 5em 0 0 0;
	text-align: center;
}
#titlepage p.publisher img {
	width: 5em;
	text-align: center;
}

/* 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;
}

/* Sinopsis */
#summary * {
	color: #000;
	font-family: sans-serif;
}
#summary h1 {
	font-size: 1.2em;
	font-weight: bold;
}

/* Índice */
#toc {
	display: none;
}
#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 a {
	color: #000;
	font-weight: normal;
	page-break-inside: avoid;
	text-decoration: none !important;
}

/* Prólogo */
#foreword p {
	font-family: sans-serif;
	text-indent: 0;
}

/* BODYMATTER */

/* Estilos generales */
h1 {
	font-family: OctinVintage;
	font-size: 2.5em;
	font-style: normal;
	font-weight: normal;
	margin: 1em 0;
	padding: 0;
	text-align: center;
	text-indent: 0;
}
h1 span.ordinal {
	display: block;
}
div.figure + h1,
div.figure + h2 {
	margin-top: 0;
}
h2 {
	font-family: OctinVintage;
	font-size: 2em;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5;
	margin: 1em 0 0 0;
	padding: 0;
	text-align: left;
	text-indent: 0;
}
h3 {
	font-family: OctinVintage;
	font-size: 1.6em;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5;
	margin: 1em 0 0 0;
	padding: 0;
	text-align: center;
	text-indent: 0;
}
h1 + p,
h2 + p {
	text-indent: 0;
}

p {
	font-size: 1em;
	margin: 0;
	padding: 0;
	text-align: justify;
	text-indent: 1em;
}

a {
	color: #00F;
	font-family: monospace;
	font-weight: bold;
	text-decoration: none;
}
abbr {
	border: 0;
	text-decoration: none;
	white-space: nowrap;
}
i cite,
cite i {
	font-style: normal;
}
cite {
	display: inline;
	font-style: italic;
}
hr {
	border: none !important;
	height: 1em;
	margin: .25em 0;
}
hr + p {
	text-indent: 0 !important;
}
img {
	margin: 0;
	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.25em;
}
ul {
	list-style-position: inside;
	list-style: disc;
	margin: 1em 0 1em 0;
	padding: 0 0 0 1.25em;
}
ul ul {
	margin: 0 0 0 1em;
}
li {
	font-family: Trendsetter;
	font-size: 1.5em;
	margin: 0;
	padding: 0;
	text-align: left;
	text-indent: 0;
}
li p {
	font-size: 1em;
	text-indent: 0;
}
ol.aliments li {
	font-family: sans-serif;
	font-size: .8em;
	font-weight: bold;
}
ul.none {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Páginas */
span.page-ref {
	display: none;
}

/* Figuras y captions */
div.figure {
	margin: 1em 0;
	break-inside: avoid;
	page-break-inside: avoid;
	text-align: center;
	width: 100%;
}
div.figure img {
	max-height: 80%;
	text-align: center;
}
div.figure-l {
	margin: 1em 0;
	page-break-inside: avoid;
	text-align: left;
	width: 100%;
}
div.figure-l img {
	max-height: 80%;
	page-break-inside: avoid;
	text-align: left;
}
div.figure-r {
	margin: 1em 0;
	page-break-inside: avoid;
	text-align: right;
	width: 100%;
}
div.figure-r img {
	max-height: 80%;
	page-break-inside: avoid;
	text-align: right;
}
div.figure-fl {
	float: left;
	margin: 1em .2em .2em 0;
	page-break-inside: avoid;
	text-align: left;
	max-width: 35%;
}
div.figure-fl img {
	max-height: 80%;
	page-break-inside: avoid;
	text-align: left;
}
img.w30 {
	max-width: 30% !important;
}
img.w50 {
	max-width: 50% !important;
}
img.w75 {
	max-width: 75% !important;
}
span.inline-image img {
	height: 1em;
	padding-right: .1em;
	vertical-align: middle;
}

div.figure + p,
div.separator + p {
	text-indent: 0;
}

div.figcaption p {
	font-size: .8em;
	text-indent: 0;
}
div.figcaption p.question {
	font-family: sans-serif;
	font-size: .8em;
	font-weight: normal;
	text-align: center;
	text-indent: 0;
}

div.separator {
	margin: 1em 0;
	page-break-before: always;
	page-break-inside: avoid;
	page-break-after: always;
	text-align: center;
	width: 100%;
}
div.separator img {
	max-height: 100%;
	page-break-inside: avoid;
	text-align: center;
}

div.icon {
	margin: 1em 0;
	page-break-inside: avoid;
	text-align: left;
	width: 100%;
}
div.icon img {
	max-height: 80%;
	page-break-inside: avoid;
	text-align: left;
	max-width: 30%;
	width: 3.5em;
}

div.closing {
	margin: .75em 0 0 0;
	break-before: avoid;
	page-break-before: avoid;
	text-align: left;
}
div.closing img {
	text-align: left;
	max-width: 30%;
	width: 3.5em;
}

div.icon-child {
	margin: 1em 0;
	page-break-inside: avoid;
	text-align: left;
	width: 100%;
}
div.icon-child img {
	max-height: 80%;
	page-break-inside: avoid;
	text-align: left;
	max-width: 30%;
	width: 7em;
}

/* Seudoversalitas */
span.sc {
	font-size: .8em;
}

/* Citas de bloque */
blockquote {
	margin: 1em 0 1em 1em;
}
blockquote p {
	font-size: 1em;
	text-indent: 0;
}

/* Definiciones */
div.definition * {
	text-align: center;
}
p.definition {
	font-family: Gabriele;
	font-size: 1em;
	text-indent: 0;
}
#c01 p.definition {
	color: #eb5658;
}
#c03 p.definition {
	color: #5b8ac3;
}

/* Firmas */
div.signature {
	break-before: avoid;
	page-break-before: avoid;
	break-inside: avoid;
	page-break-inside: avoid;
	margin-top: 1.5em;
}
div.signature p {
	text-align: right;
}
div.signature p.name {
	font-weight: bold;
}
div.signature p.rol {
	font-style: italic;
}
div.signature img {
	text-align: right;
	width: 9em;
	max-width: 50%;
}

/* Recetas */
div.recipe {
	break-inside: avoid;
	page-break-inside: avoid;
}
div.recipe p.title {
	color: #000001;
	break-after: avoid;
	page-break-after: avoid;
	font-family: BrainFlowerEuro;
	font-size: 2em;
	font-weight: normal;
	margin: .7em 0 .5em;
	text-align: left;
	text-decoration: underline #5b8ac3;
	text-indent: 0;
}
#c06 div.recipe p.title {
	text-decoration: underline #9e981b;
}
div.recipe div.ingredients {
	margin: .5em 0;
}
div.recipe div.ingredients p.for {
	font-family: Trendsetter;
	font-size: 1.5em;
	text-indent: 0;
}
div.recipe div.ingredients ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div.recipe div.ingredients li {
	font-family: Trendsetter;
	font-size: 1.5em;
	margin-left: 1em;
	text-indent: -1em;
}
div.recipe div.steps {
	margin-top: 1em;
}
div.recipe div.steps p {
	font-family: Gabriele;
	font-size: .9em;
	text-indent: 0;
}

/* Partes del cuerpo */
.body-part {
	break-inside: avoid;
	page-break-inside: avoid;
	margin: 1em 0;
}
.body-part p.ordinal {
	color: #eb5658;
	break-after: avoid;
	page-break-after: avoid;
	text-indent: 0;
}
#c02 .body-part p.ordinal {
	color: #b51b6d;
}
.body-part p.title {
	break-after: avoid;
	page-break-after: avoid;
	font-family: OctinVintage;
	font-size: 1.4em;
	margin-bottom: .5em;
	text-indent: 0;
}
.body-part p {
	font-family: Gabriele;
	font-size: .9em;
	text-align: left;
	text-indent: 0;
}

/* Asides */
.aside {
	break-inside: avoid;
	page-break-inside: avoid;
	margin: 2em 0;
}
.aside p.title {
	color: #000001;
	break-after: avoid;
	page-break-after: avoid;
	font-family: Gabriele;
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: .5em;
	text-align: center;
	text-indent: 0;
}
.aside p.title-b {
	color: #000001;
	break-after: avoid;
	page-break-after: avoid;
	font-family: OctinVintage;
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: .5em;
	text-align: center;
	text-indent: 0;
}
.aside p {
	color: #eb5658;
	font-family: sans-serif;
	font-size: .9em;
	font-weight: bold;
	text-align: justify;
	text-indent: 0;
}
.aside p span.label {
	color: #000001;
}
#c02 .aside p {
	color: #b51b6d;
}
#c02 .aside p.title {
	color: #000001;
	text-align: left;
}
#c02 .aside p.title-b {
	color: #000001;
	text-align: left;
}
#c03 .aside p {
	color: #5b8ac3;
}
#c04 .aside p {
	color: #e85e3a;
}
#c04 .aside p.definition {
	font-family: Gabriele;
}
#c03 .aside p.title {
	color: #000001;
	text-align: left;
}
#c03 .aside p.title-b {
	color: #000001;
	text-align: left;
}
#c03 .aside p.title-hand {
	font-family: Trendsetter;
	color: #000001;
	font-size: 1.5em;
	font-weight: normal;
	text-align: left;
}
#c04 .aside p.title-hand {
	font-family: Trendsetter;
	color: #000001;
	font-size: 1.5em;
	font-weight: normal;
	text-align: left;
}
.aside span.number {
	color: #000001;
	font-family: Mailart;
	font-size: 1.2em;
	line-height: 1.2;
}
.aside div.closing img {
	text-align: left;
	max-width: 30%;
	width: 1em;
}
.aside div.column {
	margin: 1em 0;
}
.aside div.column p.label {
	break-after: avoid;
	page-break-after: avoid;
	font-size: 1em;
	font-weight: bold;
}
.aside div.column ul {
	margin: 0;
}
.aside div.column ul li {
	font-family: sans-serif;
	font-size: .8em;
	font-weight: bold;
}
#c02 .aside div.column p.label {
	color: #b51b6d;
}
.aside p.point {
	margin-top: 1em;
}

/* Comparaciones */
.compare {
	break-inside: avoid;
	page-break-inside: avoid;
	margin: 2em 1em;
}
.compare p.title {
	break-after: avoid;
	page-break-after: avoid;
	font-family: BrainFlowerEuro;
	font-size: 2em;
	font-weight: normal;
	margin-bottom: .5em;
	text-align: center;
	text-decoration: underline #eb5658;
	text-indent: 0;
}
#c02 .compare p.title {
	text-decoration: underline #b51b6d;
}
.compare p.mode {
	font-family: VintageFair;
	font-size: 1.75em;
	font-weight: normal;
}
.compare p {
	font-family: Trendsetter;
	font-size: 1.5em;
	text-align: left;
	text-indent: 0;
}

/* Tipos */
.type {
	break-inside: avoid;
	page-break-inside: avoid;
	margin: 1em 0;
}
.type p.ordinal {
	break-after: avoid;
	page-break-after: avoid;
	font-family: Mailart;
	font-size: 2.5em;
	text-indent: 0;
}
#c02 .type p.ordinal {
	color: #000001;
}
#c02 .type p.subtitle {
	color: #b51b6d;
}
.type p.title {
	break-after: avoid;
	page-break-after: avoid;
	font-family: VintageFair;
	font-size: 1.4em;
	margin-bottom: 0;
	text-indent: 0;
}
.type p.subtitle {
	break-after: avoid;
	page-break-after: avoid;
	font-family: OctinVintage;
	font-size: 1.4em;
	margin-bottom: 0;
	text-indent: 0;
}
.type p {
	font-family: Gabriele;
	font-size: .9em;
	text-align: left;
	text-indent: 0;
}

/* Subtipos */
.subtype {
	break-inside: avoid;
	page-break-inside: avoid;
	margin: 1em 0;
}
.subtype p.title {
	break-after: avoid;
	page-break-after: avoid;
	font-family: OctinVintage;
	font-size: 2.5em;
	margin-bottom: 0;
	text-indent: 0;
}
.subtype p.title span.refine {
	break-after: avoid;
	page-break-after: avoid;
	font-family: Gabriele;
	font-size: .35em;
	text-align: left;
	text-indent: 0;
}
#c02 .subtype p.title span.refine {
	color: #b51b6d;
}
.subtype p {
	font-family: Gabriele;
	font-size: .9em;
	text-align: left;
	text-indent: 0;
}

/* Consejos */
.advice {
	break-before: always;
	page-break-before: always;
	break-inside: avoid;
	page-break-inside: avoid;
	margin: 1em 0;
}
.advice p.ordinal {
	break-after: avoid;
	page-break-after: avoid;
	font-family: VintageFair;
	font-size: 4em;
	margin-bottom: .5em;
	text-align: right;
	text-indent: 0;
}
.advice p.title {
	color: #5b8ac3;
	break-after: avoid;
	page-break-after: avoid;
	font-family: OctinVintage;
	font-size: 2em;
	margin-bottom: 0;
	text-align: center;
	text-indent: 0;
}
.advice p.subtitle {
	color: #000001;
	break-after: avoid;
	page-break-after: avoid;
	font-family: OctinVintage;
	font-size: 2em;
	margin-bottom: .5em;
	text-align: center;
	text-indent: 0;
}
.advice p {
	font-family: sans-serif;
	font-size: .9em;
	text-align: left;
	text-indent: 0;
}
.advice p.definition {
	font-family: Gabriele;
	font-size: .9em;
	text-align: justify;
	text-indent: 0;
}
.advice div.legend p {
	color: #5b8ac3;
	font-family: Gabriele;
	font-size: .9em;
	text-align: left;
	text-indent: 0;
}
.advice p.options {
	break-after: avoid;
	page-break-after: avoid;
	font-family: VintageFair;
	font-size: 1.5em;
	margin: 1em 0;
	text-align: left;
}

/* Explicaciones */
.explain {
	break-inside: avoid;
	page-break-inside: avoid;
	margin: 1em 0;
}
.explain p.title-b {
	break-after: avoid;
	page-break-after: avoid;
	font-family: OctinVintage;
	font-size: 1.6em;
	font-weight: normal;
	margin-bottom: .5em;
	text-align: left;
	text-indent: 0;
}
.explain span.question {
	color: #5b8ac3;
	font-size: 1em;
	font-weight: bold;
}
#c04 .explain span.question {
	color: #e85e3a;
	font-size: 1em;
	font-weight: bold;
}
.explain p {
	font-family: sans-serif;
	font-size: .9em;
	text-align: justify;
	text-indent: 0;
}

/* Warning */
.warning {
	break-inside: avoid;
	page-break-inside: avoid;
	margin: 1em;
}
.warning p {
	font-family: Trendsetter;
	font-size: 1.7em;
	text-align: left;
	text-indent: 0;
}

/* Must */
.must {
	break-inside: avoid;
	page-break-inside: avoid;
	margin: 1em;
}
.must p {
	font-family: Gabriele;
	font-size: 1em;
	text-align: center;
	text-indent: 0;
}
.advice .must div.icon {
	text-align: center;
}
.advice .must div.icon img {
	text-align: center;
}

.advice p.warning {
	color: #5b8ac3;
	font-family: Gabriele;
	font-size: 1em;
	text-align: left;
	text-indent: 0;
}

/* Trucos */
.advice .trick {
	break-inside: avoid;
	page-break-inside: avoid;
	margin: 1em;
}
.advice .trick p.title {
	break-after: avoid;
	color: #000001;
	page-break-after: avoid;
	font-family: BrainFlowerEuro;
	font-size: 2em;
	font-weight: normal;
	margin: .7em 0 0 0;
	text-align: left;
	text-decoration: underline #5b8ac3;
	text-indent: 0;
}
.advice .trick p {
	font-family: Trendsetter;
	font-size: 1.3em;
	text-align: left;
	text-indent: 0;
}
.advice .trick p.point {
	margin-top: 1em;
}

/* Listhead */
#c02 p.listhead {
	break-after: avoid;
	page-break-after: avoid;
	font-family: BrainFlowerEuro;
	font-size: 2em;
	font-weight: normal;
	margin: .7em 0 .5em;
	text-align: left;
	text-decoration: underline #b51b6d;
	text-indent: 0;
}
#c02 p.bridgehead {
	text-decoration: underline #b51b6d;
}
#c02 span.underline {
	text-decoration: underline #b51b6d;
}
#c03 p.listhead {
	break-after: avoid;
	page-break-after: avoid;
	font-family: BrainFlowerEuro;
	font-size: 2em;
	font-weight: normal;
	margin: .7em 0 .5em;
	text-align: left;
	text-decoration: underline #5b8ac3;
	text-indent: 0;
}
#c03 p.bridgehead {
	text-decoration: underline #5b8ac3;
}
#c03 span.underline {
	text-decoration: underline #5b8ac3;
}
#c05 span.underline {
	text-decoration: underline #edba29;
}

/* Rojo */
span.red {
	color: #eb5658;
}
span.fucsia {
	color: #b51b6d;
}
span.blue {
	color: #5b8ac3;
}
span.black {
	color: #000001;
}
span.orange {
	color: #e85e3a;
}
span.amarillo {
	color: #edba29;
}
span.green {
	color: #9e981b;
}
p.l1 {
	margin-left: 1em;
}

/* Tablas */
table {
	border: 0;
	border-collapse: collapse;
	margin: 1em auto;
}
th {
	border: 0;
	border-bottom: 1px solid #5b8ac3;
	border-collapse: collapse;
	padding: 0 .7em;
}
th.empty {
	border: 0;
	border-bottom: 0;
}
td {
	border: 0;
	border-collapse: collapse;
	padding: 0 .7em;
}

p.tablehead {
	font-family: Trendsetter;
	font-size: 1.2em;
	font-weight: normal;
	text-align: left;
	text-indent: 0;
}
table.hand {
	width: 100%;
}
table.hand p {
	font-family: Trendsetter;
	font-size: 1.2em;
	font-weight: normal;
	text-align: left;
	text-indent: 0;
}
table.hand span.refine {
	color: #5b8ac3;
	display: block;
	font-family: Gabriele;
	font-size: .8em;
}

table.schedule th {
	border: 0;
}
table.schedule th p {
	font-family: Trendsetter;
	font-size: 1.4em;
}
table.schedule td {
	padding: 1em;
}
table.schedule td.scope {
	vertical-align: top;
}
table.schedule p {
	font-family: Gabriele;
	font-size: .8em;
	font-weight: normal;
	text-align: center;
	text-indent: 0;
}
table.schedule td.scope p {
	font-family: VintageFair;
	font-size: 1.2em;
	text-align: left;
}
table.schedule td.scope p.refine {
	color: #9e981b;
	font-family: Trendsetter;
	text-align: left;
}

/* Alimentos (capítulo 5) */
div.aliment {
	break-before: always;
	page-break-before: always;
}
div.aliment p {
	font-family: Gabriele;
	text-indent: 0;
}
div.aliment .warning p {
	font-family: Trendsetter;
	font-size: 1.7em;
	text-align: left;
	text-indent: 0;
}
div.aliment .aside p {
	color: #edba29;
	font-family: sans-serif;
	font-size: .9em;
	font-weight: bold;
	text-align: justify;
	text-indent: 0;
}

/* Semanas */
div.week {
	break-before: always;
	page-break-before: always;
}
div.week p.intro {
	color: #9e981b;
	font-family: sans-serif;
	font-weight: bold;
	text-indent: 0;
}

/* Recetas general */
div.general-recipe {
	break-inside: avoid;
	page-break-inside: avoid;
}
div.general-recipe p.title {
	color: #000001;
	break-after: avoid;
	page-break-after: avoid;
	font-family: VintageFair;
	font-size: 2em;
	font-weight: normal;
	margin: .7em 0 .5em;
	text-align: left;
	text-indent: 0;
}
div.general-recipe div.ingredients {
	margin: .5em 0;
}
div.general-recipe div.ingredients ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div.general-recipe div.ingredients li {
	color: #9e981b;
	font-family: sans-serif;
	font-size: .9em;
	font-weight: bold;
	margin-left: 1em;
	text-indent: -1em;
}
div.general-recipe p.number {
	color: #000001;
	font-family: Mailart;
	font-size: 1.2em;
	text-indent: 0;
}

/* Recetas grandes */
div.big-recipe {
	break-inside: avoid;
	page-break-inside: avoid;
}
div.big-recipe div.meta {
	margin: 1em 0;
}
div.big-recipe div.meta p.week {
	color: #9e981b;
	font-family: sans-serif;
	font-size: .8em;
	margin: 0;
	text-align: right;
}
div.big-recipe div.meta p.week span.day {
	color: #000001;
	font-family: Trendsetter;
	font-size: 1.5em;
}
div.big-recipe div.meta p.type {
	font-family: OctinVintage;
	font-size: 1.2em;
	margin: 0;
	text-align: right;
}
div.big-recipe div.meta div.icon,
div.big-recipe div.meta div.icon img {
	margin: 0;
	text-align: right;
}
div.big-recipe p.day {
	color: #000001;
	break-after: avoid;
	page-break-after: avoid;
	font-family: VintageFair;
	font-size: 2.5em;
	font-weight: normal;
	margin: 1em 0 0 0;
	text-align: left;
	text-indent: 0;
}
div.big-recipe p.title {
	color: #000001;
	break-after: avoid;
	page-break-after: avoid;
	font-family: monospace;
	font-size: 2em;
	font-weight: normal;
	margin: 0 0 .5em 0;
	text-align: left;
	text-indent: 0;
}
div.big-recipe div.ingredients {
	margin: .5em 0;
}
div.big-recipe div.ingredients p.bridgehead {
	break-after: avoid;
	page-break-after: avoid;
	/* font-family: BrainFlowerEuro; */
	font-family: sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	margin: .7em 0 .5em;
	text-align: left;
	text-decoration: underline #9e981b;
	text-indent: 0;
}
div.big-recipe div.ingredients ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div.big-recipe div.ingredients li {
	font-family: Trendsetter;
	font-size: 1.35em;
	font-weight: normal;
	margin-left: 1em;
	text-indent: -1em;
}
div.big-recipe div.steps p {
	font-family: Gabriele;
	font-size: .85em;
	margin: 0;
	text-indent: 0;
}

/* Bibliografía */
#bibliography h1 {
	font-family: sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	text-align: right;
}
#bibliography ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#bibliography li {
	margin: 1em 0;
	font-family: monospace;
	font-size: 1em;
}
#bibliography b {
	display: block;
	font-family: sans-serif;
	font-size: .9em;
}