body {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
}

.page h1 {
  color: var(--h1-color);
}
.page h2 {
  color: #6e020f;
  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: #778890;
}
xmp {
  font-family: 'UbuntuMono', monospace;
  font-size: 107%;
  color: #e67e22;
  border: 1px solid #e67e22;
}

.katex {
  font-size: 110% !important;
}

.cover_title {
  position: absolute;
  top: 590px;
  left: 57px;
  right: 0px;
  color: #6700c5;
  font-size: 330%;
  text-align: center;
  text-shadow: 1px 2px rgba(0,0,0,0.15);
}
.cover_title {
  position: absolute;
  top: 585px;
  left: 57px;
  right: 0px;
  color: #4e020b;
  font-size: 280%;
  text-align: center;
  text-shadow: 1px 2px rgba(0,0,0,0.15);
}
.cover_subtitle {
  position: absolute;
  left: 57px;
  right: 0px;
  bottom: 45px;
  text-align: center;
  color: #4e020b;
  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:#4e020b;
  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:#4e020b;
  font-size: 250%;
  text-shadow: 1px 2px rgba(0,0,0,0.15);
}
.t4{  
	font-weight: 700; 
	margin: 0 0 0; 
	margin:0px 15px 0px 25px; 
	font-weight: 580;
	font-size: 120%;
	}


.fondo_check {
	 margin:25px 5px 0px 5px;  background-color: #dacbcc; padding:10px 15px 10px 15px; border: 2px solid #dacbcc;
	}
	
.fondo_check1 {
	 margin:25px 5px 0px 5px;  background-color: #f6ebd2; padding:10px 15px 10px 15px;
	}
	
.fondo_check2 {
	 margin:25px 5px 0px 5px;  background-color: #ffffff; padding:10px 15px 10px 15px; border: 2px solid #0d6cee;
	}

.columnas{
   column-count:3;
   column-gap:20px;
   column-rule:4px dotted gray;
}

.t1{  
	font-weight: 700; 
	margin: 0 0 0; 
	margin:0px 0px 0px 0px; 
	font-weight: 580;
	color:#f1a019;
		}
		
.t2{  
	
	margin: 0 0 0; 
	margin:0px 0px 0px 10px; 
	
	
		}

.tabla1 {
  border: red 9px solid;
  border-color:#fff3e3;
  padding:10px 15px 10px 15px;
}

.tabla2 {
  border: red 2px solid;
  border-color:#f1a019;
  padding:10px 15px 10px 15px;
  background-color: #fff3e3;
}

.tabla3 {
  padding:10px 15px 10px 15px;
  background-color: #fff3e3;
}

.v1 {
list-style: none; /* Quitamos los marcadores */
padding: 5; /* Quitamos el padding por defecto de la lista */
margin-left: 2px; /* Separamos la lista de la izquierda */
}

.v2::before { /* Añadimos contenido antes de cada elemento de la lista */
content: "\2022"; /* Insertamos el marcador */
padding-right: 10px; /* Establecemos el espacio entre las viñetas y el list item */
color:#760000; /* Coloreamos la viñeta */
}


