body {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
}

.page h1 {
	color: var(--h1-color);
}

.page h2 {
	color: var(--h2-color);
	font-size: 140%;
}

a {
	color: var(--link-text-color);
}

.note {
	border-left: 4px solid var(--note-color);
	color: var(--note-text-color);
}

.num_block {
	border-left: 4px solid #16a085;
}

.num_block[prefix="Teorema"] {
	border-left: 4px solid #2ecc71;
}

.num_block[prefix="Lema"] {
	border-left: 4px solid #f39c12;
}

.image_expand {
	-webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
}

.interactive {
	text-align: center;
	border: 1px solid var(--interactive-border-color);
	border-radius: 2px;
	background: var(--interactive-color);
}

.image_link {
	border: 2px solid var(--image-border-color);
}

li {
	padding: 0 0 0.4em 0;
}

code,
code_math {
	display: inline;
}

code,
pre,
code_math {
	font-family: 'UbuntuMono', monospace;
	font-size: 107%;
	color: #27ae60;
}

xmp {
	font-family: 'UbuntuMono', monospace;
	font-size: 107%;
	color: #e67e22;
	border: 1px solid #e67e22;
}

.katex {
	font-size: 110% !important;
}

.cover_title {
	position: absolute;
	top: 595px;
	left: 57px;
	right: 0px;
	color: #ffffff;
	font-size: 350%;
	text-align: center;
	text-shadow: 5px 2px rgba(0, 0, 0, 0.15);
}

.cover_subtitle {
	position: absolute;
	left: 57px;
	right: 0px;
	bottom: 45px;
	text-align: center;
	color: #c3c3c3;
	font-size: 220%;
	text-shadow: 1px 2px rgba(0, 0, 0, 0.15);
}

.chap_text {
	position: absolute;
	right: var(--page-right-margin);
	top: 200px;
	color: #0089cd;
	font-size: 500%;
	text-shadow: 1px 2px rgba(0, 0, 0, 0.15);
}

.chap_name {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	left: 58px;
	width: 582px;
	top: 395px;
	height: 170px;
	color: #0089cd;
	font-size: 250%;
	text-shadow: 1px 2px rgba(0, 0, 0, 0.15);
}

table {
	border-collapse: collapse;
	border: 1px solid var(--text-color);
}

table td {
	border: 1px solid var(--text-color);
}

body.dark .invertcolor {
	filter: invert(1) hue-rotate(180deg);
}


table.paleBlueRows {
	font-family: Tahoma, Geneva, sans-serif;
	border: 1px solid #FFFFFF;
	width: 100%;
	text-align: center;
	border-collapse: collapse;
}

table.paleBlueRows td,
table.paleBlueRows th {
	border: 1px solid #FFFFFF;
}

table.paleBlueRows tbody td {
	font-size: 12px;
}

table.paleBlueRows tr:nth-child(even) {
	background: #D0E4F5;
}

table.paleBlueRows thead {
	background: #0B6FA4;
	border-bottom: 5px solid #FFFFFF;
}

table.paleBlueRows thead th {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	border-left: 2px solid #FFFFFF;
}

table.paleBlueRows thead th:first-child {
	border-left: none;
}

table.paleBlueRows tfoot td {
	font-size: 12px;
}



/* Tooltip contenedor (selector)*/
.Tooltip {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black;
	font-size: 110%;
}

/* Texto (contenido) del Tooltip */
.Tooltip .TooltipText {
	visibility: hidden;
	width: 200px;
	background-color: rgb(250, 250, 250);
	color: #000;
	box-shadow: 15px 15px 20px #aaa;
	font-size: 10pt;
	text-align: center;
	border-radius: 15px;
	padding: 5px 5px;
	/* Posiciona el Tooltip abajo*/
	position: absolute;
	z-index: 1;
	bottom: 95%;
	left: 80%;
	margin-left: -100px;
}

/* Muestra el texto del Tooltip (contenido) cuando se pasa el mouse sobre el selector (contenedor) del Tooltip*/
.Tooltip:hover .TooltipText {
	visibility: visible;
}






.parrafo {
	line-height: 18px;
	font-size: 10pt;
	font-family: 'PoppinsRegular';
	font-weight: 800;
	margin-left: 50px;
	margin-right: 50px;
}

.parrafo2 {
	line-height: 18px;
	font-size: 10pt;
	font-family: 'PoppinsRegular';
	font-weight: 800;
	margin-left: 50px;
	margin-right: 50px;
}

.parrafo3 {
	/*line-height: 18px;*/
	font-size: 14pt;
	font-family: 'PoppinsRegular';
	font-weight: 800;
	margin-left: 50px;
	margin-right: 50px;
}

.parrafo4 {
	line-height: 24px;
	font-size: 14pt;
	font-family: 'PoppinsRegular';
	font-weight: 800;
	margin-left: 50px;
	margin-right: 50px;
}

strong {
	font-family: 'PoppinsBold';
}

.title {
	color: #FFFFFF;
	font-weight: 700;
	font-size: 36px;
	position: absolute;
	top: 22%;
	left: 6.7%;
}

.title p {
	line-height: 29px;
}

.subtitle {
	color: #FFFFFF;
	font-weight: 300;
	font-size: 12px;
	position: absolute;
	top: 34%;
	left: 6.7%;
}

.texto {
	position: absolute;
	top: 65%;
	left: 6.7%;
	margin-right: 40px;
}

.enlace {
	font-size: 8px;
	font-family: 'PoppinsRegular';
	font-style: italic;
}

.pascual {
	font-family: 'PoppinsRegular';
	font-weight: 900;
	color: #6eb5b0;
	font-size: 23px;
}

.pascual1 {
	font-family: 'PoppinsRegular';
	font-weight: 900;
	color: #6eb5b0;
	font-size: 23px;
	position: relative;
	top: -20%;
}

.pascual p {
	line-height: 30px;
}
