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: #0089cd;
  font-size: 350%;
  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: #0089cd;
  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);
}

#tool_calculadora {
  width: 35px;
  height: 35px;
  background-image: url("iconos/icono_claro.svg");
}

body.dark #tool_calculadora {
  background-image: url("iconos/icono_oscuro.svg");
}


#tool_geogebra {
  width: 35px;
  height: 35px;
  background-image: url("iconos/geogebra_claro.png");
}

body.dark #tool_geogebra {
  background-image: url("iconos/geogebra_oscuro.png");
}

#tool_desmos {
  width: 35px;
  height: 35px;
  background-image: url("iconos/desmos_claro.png");
}

body.dark #tool_desmos {
  background-image: url("iconos/desmos_oscuro.png");
}




/* Estilos para la etiqueta audio */

/* Color del fondo */
audio::-webkit-media-controls-panel {
  background-color: #56AEFF;
}

audio::-webkit-media-controls-timeline {
  background-color: #B1D4E0;
  border-radius: 25px;
  margin-left: 10px;
  margin-right: 10px;
}

/* Estilo para el botón play */	
audio::-webkit-media-controls-play-button {
  background-color: #B1D4E0;
  border-radius: 50%;
}
audio::-webkit-media-controls-play-button:hover {
  background-color: rgba(177,212,224, .7);
}

/* Estilo para el tiempo transcurrido */
audio::-webkit-media-controls-current-time-display {
  color: #fff;
}

h1, h2 {
	text-align: center;
	text-indent: -30px;
}

p {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	text-indent: -30px;
	font-size: 17px;
	line-height: 20px;
	
}

.normal {
	width: 65%;
	text-indent: 0px;
	margin-left: 80px;
}

.caja13 {
	width: 90%;
	margin-left: 5%;
        background-image: url("../images/sinopsis_trans.png");
	background-repeat: no-repeat; 
	background-color: rgba(200,200,200,0.45);
    box-shadow: 6px 6px 10px #000;
    border-radius: 10px;
    padding: 25px;
	padding-top:70px;
	font-size: 20px;
}

.caja14 {
	width: 90%;
	margin-left: 5%;
        background-image: url("../images/difusion_trans.png");
	background-repeat: no-repeat; 
	background-color: rgba(200,200,200,0.45);
    box-shadow: 6px 6px 10px #000;
    border-radius: 10px;
    padding: 25px;
	padding-top:70px;
	font-size: 20px;
}

.caja15 {
	width: 90%;
	margin-left: 5%;
        background-image: url("../images/aprendemos_trans.png");
	background-repeat: no-repeat; 
	background-color: rgba(200,200,200,0.45);
    box-shadow: 6px 6px 10px #000;
    border-radius: 10px;
    padding: 25px;
	padding-top:70px;
	font-size: 20px;
}

.caja16 {
	width: 90%;
	margin-left: 5%;
        background-image: url("../images/asisevio.png");
	background-repeat: no-repeat; 
	background-color: rgba(200,200,200,0.45);
    box-shadow: 6px 6px 10px #000;
    border-radius: 10px;
    padding: 25px;
	padding-top:70px;
	font-size: 20px;
}

.caja17 {
	width: 90%;
	margin-left: 5%;
        background-image: url("../images/synopsis.png");
	background-repeat: no-repeat; 
	background-color: rgba(200,200,200,0.45);
    box-shadow: 6px 6px 10px #000;
    border-radius: 10px;
    padding: 25px;
	padding-top:70px;
	font-size: 20px;
}

.verdea{
position:absolute;
left:564px;
top:300px;
height:312px;
width:152px;
background-image:url("../images/verde.png");
background-size:152px 312px;

padding:10px;
}

.verdeb{
position:absolute;
left:-76px;
top:300px;
height:312px;
width:152px;
background-image:url("../images/verde.png");
background-size:152px 312px;

padding:10px;
}

.rojoa{
position:absolute;
left:554px;
top:500px;
height:312px;
width:152px;
background-image:url("../images/rojo.png");
background-size:152px 312px;

padding:10px;
}

.rojob{
position:absolute;
left:-80px;
top:500px;
height:312px;
width:152px;
background-image:url("../images/rojo.png");
background-size:152px 312px;

padding:10px;
}

.negroa{
position:absolute;
left:570px;
top:500px;
height:312px;
width:152px;
background-image:url("../images/negro.png");
background-size:152px 312px;

padding:10px;
}

.negrob{
position:absolute;
left:-70px;
top:500px;
height:312px;
width:152px;
background-image:url("../images/negro.png");
background-size:152px 312px;

padding:10px;
}

.amarilloa{
position:absolute;
left:525px;
top:200px;
height:472px;
width:230px;
background-image:url("../images/amarillo.png");
background-size:230px 472px;

padding:10px;
}

.amarillob{
position:absolute;
left:-115px;
top:200px;
height:472px;
width:230px;
background-image:url("../images/amarillo.png");
background-size:230px 472px;

padding:10px;
}

.bombaa{
position:absolute;
left:500px;
top:300px;
height:504px;
width:252px;
background-image:url("../images/bomba.png");
background-size:252px 504px;

padding:10px;
}

.bombab{
position:absolute;
left:-140px;
top:300px;
height:504px;
width:252px;
background-image:url("../images/bomba.png");
background-size:252px 504px;

padding:10px;
}

.corrala{
position:absolute;
left:3px;
top:0px;
height:825px;
width:1274px;
background-image:url("../images/general/corral_de_comedias.png");
background-size:1274px 825px;

padding:10px;
}

.corralb{
position:absolute;
left:-640px;
top:0px;
height:825px;
width:1274px;
background-image:url("../images/general/corral_de_comedias.png");
background-size:1274px 825px;

padding:10px;
}


.pradosegara{
position:absolute;
left:3px;
top:0px;
height:825px;
width:1274px;
background-image:url("../images/general/pradosegar.png");
background-size:1274px 825px;

padding:10px;
}

.pradosegarb{
position:absolute;
left:-640px;
top:0px;
height:825px;
width:1274px;
background-image:url("../images/general/pradosegar.png");
background-size:1274px 825px;

padding:10px;
}

.caja19 {
	width: 90%;
	margin-left: 5%;
        background-image: url("../images/difusion_trans.png");
	background-repeat: no-repeat; 
	background-color: rgba(200,200,200,0.45);
    box-shadow: 6px 6px 10px #000;
    border-radius: 10px;
    padding: 25px;
	padding-top:70px;
	font-size: 18px;
}

.caja22 {
	width: 90%;
	margin-left: 5%;
        background-image: url("../images/homenajetrans2.png");
	background-repeat: no-repeat; 
	background-color: rgba(200,200,200,0.45);
    box-shadow: 6px 6px 10px #000;
    border-radius: 10px;
    padding: 25px;
	padding-top:70px;
	font-size: 20px;
}

.caja33 {
	width: 90%;
	margin-left: 5%;
        background-image: url("../images/teatrovirtual.png");
	background-repeat: no-repeat; 
	background-color: rgba(200,200,200,0.45);
    box-shadow: 6px 6px 10px #000;
    border-radius: 10px;
    padding: 25px;
	padding-top:70px;
	font-size: 20px;
}

.caja44 {
	width: 90%;
	margin-left: 5%;
        background-image: url("../images/infografia_trans.png");
	background-repeat: no-repeat; 
	background-color: rgba(200,200,200,0.45);
    box-shadow: 6px 6px 10px #000;
    border-radius: 10px;
    padding: 25px;
	padding-top:70px;
	font-size: 20px;
}

