﻿@charset "UTF-8";
@namespace "http://www.w3.org/1999/xhtml";
@namespace epub "http://www.idpf.org/2007/ops";

/** BASE **/

/* Márgenes */
body {
	font-family: serif;
	margin: 0;
	padding: 0 20px;
}
body * {
	line-height: 1.5;
	max-width: 100%;
}

/* Control partición silábica */
#portada 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%;
}

/* 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;
}
#copyright-page p.support {
	margin-top: 1em;
}
#copyright-page img {
	width: 10em;
	max-width: 100%;
	text-align: center;
}

/* Portada */
#portada {
	padding-top: 2em;
}
#portada * {
	text-align: left;
	text-indent: 0;
}
#portada p.antetitle {
	font-size: 1.2em;
	margin: 1.25em 0;
}
#portada p.title {
	font-size: 2.5em;
	font-weight: bold;
	margin: 1em 0;
	text-align: center;
}
#portada div.publisher {
	margin-top: 10em;
}

/* Índice */
#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.ftm a,
#toc li.bkm a {
	font-style: italic;
}
#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 {
	border-bottom: 1px solid currentColor;
	font-family: serif;
	font-size: 1.5em;
	font-style: normal;
	font-weight: normal;
	margin: 2em 0;
	padding: 0;
	text-align: left;
	text-indent: 0;
}
h1 span.subtitle {
	display: block;
}
h2 {
	border-bottom: 1px solid currentColor;
	font-family: serif;
	font-size: 1.5em;
	font-style: normal;
	font-weight: normal;
	margin: 2em 0 1em;
	padding: 0 0 1em 0;
	text-align: left;
	text-indent: 0;
}
h2 span.ordinal {
	display: block;
	float: left;
	font-family: sans-serif;
	font-size: 1em;
	font-weight: bold;
}
h2 span.title {
	display: block;
	margin-left: 2em;
}
h2 span.subtitle {
	display: block;
	font-size: .7em;
	margin-top: 1em;
}
h3 {
	font-family: sans-serif;
	font-size: 1.15em;
	font-style: normal;
	font-weight: bold;
	margin: 2em 0 1em;
	padding: 0 0 1em 0;
	text-align: left;
	text-indent: 0;
}
h3 span.ordinal {
	display: block;
	float: left;
	font-family: sans-serif;
	font-size: 1em;
	font-weight: bold;
}
h3 span.title {
	display: block;
	margin-left: 3em;
}
h2 span.subtitle {
	display: block;
	font-size: .7em;
	margin-top: 1em;
}
h4 {
	font-family: sans-serif;
	font-size: 1em;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	margin: 2em 0 1em 0;
	padding: 0;
	text-align: left;
	text-indent: 0;
}
h5 {
	font-size: .9em;
	font-style: normal;
	font-weight: normal;
	margin: 2em 0 1em 0;
	padding: 0;
	text-align: center;
	text-indent: 0;
}
h6 {
	font-size: .9em;
	font-style: normal;
	font-weight: normal;
	margin: 2em 0 1em 0;
	padding: 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;
	padding: 0;
	text-align: justify;
	text-indent: 1em;
}

a {
	color: #00F;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
abbr {
	border: 0;
	text-decoration: none;
	white-space: nowrap;
}
blockquote {
	margin: 1em 0 1em 3em;
}
blockquote p {
	font-size: .9em;
	text-indent: 0;
}
blockquote + p {
	text-indent: 0;
}
blockquote p.continue {
	text-indent: 1em;
}
blockquote li {
	font-size: .9em;
}
i cite {
	font-style: normal;
}
cite {
	display: inline;
	font-style: italic;
}
hr {
	border: none !important;
	height: 1em;
	margin: .25em 0;
}
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.75em;
}
ul {
	list-style: disc;
	margin: 1em 0 1em 2em;
	padding: 0 0 0 1.5em;
}
li {
	font-size: 1em;
	margin: 0;
	padding: 0;
	text-align: justify;
	text-indent: 0;
}
li p {
	font-size: 1em;
}

.lower-roman {
	list-style: lower-roman;
}
.upper-roman {
	list-style: upper-roman;
}
.lower-alpha {
	list-style: lower-alpha;
}
.upper-alpha {
	list-style: upper-alpha;
}
.none {
	list-style: none;
	padding: 0;
}

ol + p,
ul + p {
	text-indent: 0;
}

.fake {
	list-style: none;
	padding: 0;
}
.fake li {
	text-align: justify;
}
.fake li span.ordinal {
	display: inline;
	float: left;
	margin: 0;
	page-break-after: avoid;
	width: 1.5em;
}
.fake li span.text {
	display: block;
	margin-left: 1.7em;
}
.fake li span.ordinal + span.text {
	margin-top: 0;
	page-break-before: avoid;
}
.fake li p {
	margin-left: 1.5em;
}

/* Figuras y captions */
figure {
	margin: 1em auto;
	page-break-inside: avoid;
	text-align: center;
	width: 100%;
}
figure.w30 img {
	margin: 1em auto;
	page-break-inside: avoid;
	text-align: center;
	width: 30%;
}
figure.w50 img {
	margin: 1em auto;
	page-break-inside: avoid;
	text-align: center;
	width: 50%;
}
figure.w75 img {
	margin: 1em auto;
	page-break-inside: avoid;
	text-align: center;
	width: 75%;
}
figure.r {
	margin: 1em 0;
	page-break-inside: avoid;
	text-align: right;
	width: 100%;
}
figure img {
	max-height: 80%;
	page-break-inside: avoid;
	text-align: center;
}

figcaption {
	margin: 0 2em 2em 2em;
}
figcaption p {
	font-size: .8em;
	font-style: normal;
	hyphens: none;
	adobe-hyphenate: none;
	-moz-hyphens: none;
	-webkit-hyphens: none;
	margin: 0;
	page-break-before: avoid;
	text-align: center;
	text-indent: 0;
}
figure figcaption span.label {
	font-size: .7em;
	font-weight: normal;
	text-decoration: underline;
	vertical-align: top;
}
figure figcaption a {
	font-weight: normal;
}

/* Seudoversalitas */
span.regnal {
	font-size: .9em;
	text-transform: uppercase;
}
span.smcp {
	font-variant: small-caps;
}

/* Firmas */
div.signature {
	margin: 1em 1em 1em 1em;
}
div.signature p {
	font-size: .9em;
	text-align: right;
}

/* Epígrafes */
div[epub|type="epigraph"] {
	margin: 2em 0 2em auto;
	width: 16em;
}
div[epub|type="epigraph"] blockquote {
	margin: 1em 0 .3em 0;
}
div[epub|type="epigraph"] blockquote p {
	font-style: normal;
	text-indent: 0;
}
div[epub|type="epigraph"] blockquote p.line {
	text-align: right;
}
div[epub|type="epigraph"] p.attrib {
	font-size: .9em;
	margin-top: 1em;
	margin-right: 1em;
	text-align: right;
}
div[epub|type="epigraph"] + p {
	text-indent: 0;
}

/* Otros estilos */
p.asterisks {
	margin: .7em 0 .3em 0;
	text-align: center;
	text-indent: 0;
}
span.line-through {
	text-decoration: line-through;
}
span.underline {
	text-decoration: underline;
}
span.dotted {
	text-decoration: underline dotted;
}

/* Tablas */
table {
	border-top: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	margin: 1em auto;
	width: 100%;
}
table, th, td {
	border: 1px solid currentColor;
	border-collapse: collapse;
}
th {
	padding: .5em;
	vertical-align: middle;
}
th p {
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
}
td {
	padding: .5em;
	vertical-align: top;
}
table p {
	font-size: .8em;
	text-align: left;
	text-indent: 0;
}
table + p {
	text-indent: 0;
}

/* Condicionales */
hr + p {
	text-indent: 0;
}

/* Glosario */
dl dt{
	font-size: .9em;
	margin-top: .2em;
	text-align: left;
	text-indent: 0;
}
dl dd {
	font-size: .9em;
	margin-top: .2em;
	text-align: justify;
	text-indent: 0;
}
dl dd + dd {
	text-indent: 1em;
}
dl dt {
	clear: left;
	float: left;
	font-style: normal;
	font-weight: normal;
	line-height: 1.3;
	padding-right: .5em;
	width: 3em;
}
dl dd {
	line-height: 1.5;
	margin-left: 3.5em;
}
dl + p {
	text-indent: 0;
}

/* Bibliografía */
ul.bibliography {
	list-style: none;
	margin: 2.5em 0 1em;
	padding: 0;
}
ul.bibliography li {
	margin: 0 0 0 1em;
	text-align: justify;
	text-indent: -1em;
}

/* Notas | Llamadas */
a[epub|type="noteref"] {
	font-size: .7em;
	vertical-align: top;
}

/* Notas | Notas al pie */
#footnotes h2 {
	page-break-before: always;
	-webkit-column-break-before: always;
	break-before: always;
	padding-top: 1em;
}
#footnotes h1 + h2 {
	page-break-before: avoid;
	-webkit-column-break-before: avoid;
	break-before: avoid;
	padding-top: 0;
}
[epub|type="footnote"] {
	margin: .6em 0 0 0;
	/* page-break-before: always; */
	page-break-inside: avoid;
}
p.chapter-ref + div[epub|type="footnote"] {
	page-break-before: always;
	padding-top: 0;
}
div[epub|type="footnote"] + h2,
div[epub|type="footnote"] + div[epub|type="footnote"] {
	page-break-before: always;
	padding-top: 1em;
}
div[epub|type="footnote"] p {
	font-size: 1em;
	margin: 0 0 0 2.5em;
	overflow: hidden;
	text-indent: 0;
}
div[epub|type="footnote"] a[epub|type="referrer"] {
	display: inline;
	float: left;
	clear: left;
	font-size: 1em;
	font-style: normal;
	margin: 0;
	padding: 0 .25em 0 0;
	page-break-after: avoid;
	text-align: right;
	vertical-align: inherit;
	width: 2em;
}
div[epub|type="footnote"] a[epub|type="referrer"] + p {
	page-break-before: avoid;
}

/* Propios */
#creditos_academicos h1 {
	border: 0;
	font-family: serif;
	font-size: 1.5em;
	font-style: normal;
	font-weight: bold;
	margin: 2em 0;
	padding: 0;
	text-align: center;
	text-indent: 0;
}
#creditos_academicos h2 {
	border: 0;
	padding: 0;
	text-align: center;
}
#creditos_academicos p {
	text-indent: 0;
}
p.center {
	text-align: center;
	text-indent: 0;
}
p.right {
	text-align: right;
	text-indent: 0;
}
p.cargo {
	font-weight: bold;
	margin-top: 1em;
	text-indent: 0;
}
p.person {
	margin-left: 1em;
	text-indent: 0;
}
span.role {
	display: block;
	font-size: .9em;
	margin-left: 1em;
	text-indent: 0;
}
p.area {
	font-size: 1.2em;
	font-weight: bold;
	margin: 1em 0;
	text-indent: 0;
}
p.zona {
	margin-top: 1em;
	margin-left: 1em;
	text-indent: 0;
}
p.comision {
	margin-top: 1em;
	margin-left: 0;
	text-indent: 0;
}
p.l1 {
	margin-left: 1em;
}
p.top {
	margin-top: 1em;
}

#prologo p,
#prologo02 p {
	margin-top: 1em;
	text-indent: 0;
}
p.ornato {
	margin: 1em auto;
	text-align: center;
	text-indent: 0;
}
.section-ref,
i.sans {
	font-family: sans-serif;
	font-size: .9em;
}

div.toc-brief {
	border-bottom: 1px solid currentColor;
	padding-bottom: 1em;
}
div.toc-brief p {
	text-indent: 0;
}
div.toc-brief b {
	font-family: sans-serif;
	font-size: .9em;
}

p.article {
	margin-top: 1.3em;
	text-indent: 0;
}
span.article-label {
	font-family: sans-serif;
	font-size: .9em;
	font-weight: bold;
	padding-right: 1.2em;
}

blockquote.french p {
	margin-left: 1em;
	text-indent: -1em;
}
blockquote.french + p {
	text-indent: 0;
}

ul.biblio-comments {
	margin-left: 0;
}

blockquote p.level01-top {
	margin-top: 1em;
	margin-left: 2em;
}
blockquote p.level01 {
	margin-left: 2em;
}
blockquote p.level02 {
	margin-left: 3em;
}
blockquote p.level03 {
	margin-left: 4em;
}

p.point {
	margin-top: 1em;
	text-indent: 0;
}

table.verb, table.verb * {
	border: 0;
}
table.verb span.ordinal {
	font-size: 1.2em;
	font-weight: bold;
}
table.verb span.verb {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}
table.verb span.verb-desc {
	display: block;
	font-variant: small-caps;
	text-align: right;
	text-transform: lowercase;
}
p.verb-time {
	font-family: sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	text-indent: 0;
}

table p.verb-format {
	font-family: sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
table p.verb-variant {
	font-family: sans-serif;
	font-weight: bold;
}
table p.head {
	font-family: sans-serif;
	font-size: .7em;
	font-weight: bold;
	text-align: center;
}
table p.verb-number {
	font-family: sans-serif;
	font-size: .7em;
}
table td[rowspan] {
	vertical-align: middle;
}

p.particle {
	margin-left: 1em;
	text-indent: -1em;
}

table.none, table.none * {
	border: 0;
}

img.inline {
	height: 1em;
	vertical-align: middle;
}

li blockquote {
	margin: 0 0 0 1em;
}

p.clase {
	margin-top: 1em;
	text-indent: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 1em;
}

li p.french {
	margin-left: 1em;
	text-indent: -1em;
}

p.term {
	margin-left: 1em;
	text-indent: -1em;
}
p.variant {
	margin-left: 2em;
	text-indent: -1em;
}

#ap03 ul {
	margin: 0;
}
