body {
    
    --page_color: aliceblue;
	font-size: 18px;
	font-family: 'amaranthregular','Lato', sans-serif;
}

p {
  
  }

h1 {
    font-size: 45px;
    color:brown;
	text-align: center

}
h2 {
    font-size: 25px;
    color:darkslatebrown;
}

.caja0 {
        font-size: 22px;
         margin-left: auto;
         margin-right: auto;
         text-align: center;
         padding: 25px;
         box-shadow: 6px 6px 10px #000; 
         width: 65%;
    
}



.caja1 {
	width: 60%;
	background-color: rgba(50,250,250,0.15);
    box-shadow: 6px 6px 10px #000;
    border-radius: 20px;
    padding: 25px;
	padding-top:15px;
	padding-bottom:10px;
	font-size: 22px;
	color:black;
    margin-left: auto;
    margin-right: auto;
}

.caja2 {
	width: 80%;
	background-color: rgba(190,190,190,0.25);
    box-shadow: 6px 6px 10px #000;
    border-radius: 10px;
    padding: 25px;
	padding-top:15px;
	padding-bottom:15px;
	font-size: 22px;
	color:black;
    text-align:center;
    margin-left: auto;
    margin-right: auto;
}

.caja3 {
	width: 65%;
	background-color: rgba(250,250,210,1);
    box-shadow: 0px 0px 0px #000;
    border-top: 20px solid rgba(210,210,170,0.6);
    padding: 30px;
	padding-top:10px;
	padding-bottom:10px;
	font-size: 15px;
	color:black;
    margin-left: auto;
    margin-right: auto;
    
    animation-name: ejemplo2;
    animation-duration: 10s;
   }
   
.caja4 {
	width:50%;
    background-image: url("../imagenes/tabla2.png");
	background-repeat: no-repeat; 
    box-shadow: 6px 6px 10px #000;
    border-radius: 10px;
    padding: 25px;
	padding-top:20px;
	font-size: 20px;
	margin-top: 25px;
	margin-left: auto;
    margin-right: auto;
    
}   

.caja5 {
    width: 85%;
	background-color: rgba(50,250,210,.2);
    box-shadow: 0px 0px 0px #000;
    border-top: 20px solid rgba(210,210,70,0.6);
    padding: 30px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 25px;
    transform: rotate(20deg);
}

.nube {
	width:85%;
    height:90%;
    background-image: url('../imagenes/nube3.png');
    background-repeat: no-repeat;
    background-size:443px 350px;
	padding: 75px;
	padding-left: 60px;
	font-size: 30px;
    text-align: center;
	margin-top: 25px;
	margin-left: auto;
    margin-right: auto;
    text-shadow: 2px 2px 5px gray;
    
}   
   

.rta {
  width: 20%; 
  text-align:center; 
  color:brown; 
  padding:5px; 
  display: inline;
}

.titulo1 {
       font-size: 60px;
        margin: auto;
        text-align: center;
        color:azure;
        text-shadow: 0px 1px 1px #ddd,
                     0px 2px 1px #d6d6d6,
                     0px 3px 1px #ccc,
                     0px 4px 1px #c5c5c5,
                     0px 5px 1px #c1c1c1,
                     0px 6px 1px #bbb,
                     0px 7px 1px #777,
                     0px 8px 3px rgba(100, 100, 100, 0.4),
                     0px 9px 5px rgba(100, 100, 100, 0.1),
                     0px 10px 7px rgba(100, 100, 100, 0.15),
                     0px 11px 9px rgba(100, 100, 100, 0.2),
                     0px 12px 11px rgba(100, 100, 100, 0.25),
                     0px 13px 15px rgba(100, 100, 100, 0.3);
    }
    
.titulo2 {
	background: linear-gradient(30deg, #9ED8DB 40%, #007B82 70%);
    text-align: center;
    margin: 25px;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    color:white;
    width:60%;
}

.titulo3  {
    text-transform: uppercase;
    text-shadow: -15px 5px 20px #11d0a3;
    color: white;
    font-family: 'Anton', Arial, sans-serif;
    font-size: 40px;
    transition: all 0.25s ease-out;
    text-align: center;
}
.titulo3:hover {
    text-shadow: -10px 6px 15px #ced0a3;
}

.desliza {
  background: url("../fondos/tierra2.jpg");
  color: #eee;
  width: 100%;
  height: 30vh;
  display: flex;
  justify-content: center;
  align-items: center;
  perspective: 1000px;
  perspective-origin: 50% 50%;
  animation: animacion1 100s linear infinite;
}

@keyframes animacion1 {
   100%{
    background-position:0px -3000px;
  }
}

.gradiente {
	background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size: 400% 400%;
	animation: gradient 10s ease infinite; justify-content: center; display: flex; align-items: center;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

/* Style the video: 100% width and height to cover the entire window */
#myVideo {
  position: fixed;
  top: 0;
  bottom: 0;
  min-height:826px;
  min-width:auto;
    transform: translateX(-3.4%)
        translateY(-0%);
   
    background-size: cover;
  }
  
  #myVideo2 {
  position: fixed;
  top: 0;
  bottom: 0;
  min-height:826px;
  min-width:auto;
    transform: translateX(-3.4%)
        translateY(-0%);
   
    background-size: cover;
  }
  
  #myVideo3 {
  position: fixed;
  top: 0;
  bottom: 0;
  min-height:826px;
  min-width:auto;
    transform: translateX(-3.4%)
        translateY(-0%);
   
    background-size: cover;
  }

/* Add some content at the bottom of the video/page */
.content {
  position:absolute;
  border-radius: 15px;
  left:55px;
  background: rgba(0, 0, 0, 0.4);
  color: #f1f1f1;
  width: 84%;
  padding-right: 40px;
    padding-left: 40px;
}


#myBtn {
  width: 80px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: rgba(50,50,50,0.2);
  color: #fff;
  cursor: pointer;
}

#myBtn:hover {
  background: #ddd;
  color: black;
}

.content2 {
  position:absolute;
  
  left:-5px;
  background: rgba(50,50,50,0.0);
  color: #f1f1f1;
  width: 25%;
  padding-right: 40px;
    padding-left: 40px;
}

#myBtn2 {
  width: 80px;
  font-size: 18px;
  padding: 10px;
  
  border: none;
  background: rgba(50,250,50,0.2);
  color: #fff;
  cursor: pointer;
}

#myBtn2:hover {
  background: #ddd;
  color: black;
}


.content3 {
  position:absolute;
  
  left:500px;
  background: rgba(0, 40, 200, 0.0);
  color: #f1f1f1;
  width: 25%;
  padding-right: 40px;
    padding-left: 40px;
}

#myBtn3 {
  width: 80px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: rgba(0, 40, 200, 0.2);
  color: #fff;
  cursor: pointer;
}

#myBtn3:hover {
  background: #ddd;
  color: black;
}

table, th, td {
	border: 2px solid black;
	border-collapse: collapse;
	text-align: left;
}
th, td {
	padding: 2px 3px 2px 3px;
}
table {
	width:100%;
}
th {
	background: rgb(79,112,197);
	color: white;
	text-align: center;
}
tr:nth-child(even) {background-color: #d2e2d2;}
tr:nth-child(odd) {background-color: #FEF5E7;}

.tabla2 th {
background: rgba(179,0,197,0.5);
color:black;
}

.tabla2 tr {
background: #F4ECF7 ;

}



.page:nth-child(even) .page_number {
  text-align: right;
}
.page:nth-child(odd) .page_number {
  text-align: left;
}

.col_derecha1 {
	position:absolute; 
	left:440px;
	top:50px;
	height:725px;
	width:200px;
	background-image:url('../fondos/fondo2.jpg');
	background-size:200px 725px;
	background-position:0px 0px;
	padding:10px;
	font-size: 16px;
	padding-top:0px;
}

.col_derecha2 {
	position:absolute; 
	left:440px;
	top:50px;
	height:725px;
	width:200px;
	background-image:url('../fondos/fondo5.jpg');
	background-size:200px 725px;
	background-position:0px 0px;
	padding:10px;
	font-size: 16px;
	padding-top:0px;
}

.col_izquierda1 {
	position:absolute; 
	left:0px;
	top:50px;
	height:725px;
	width:200px;
	background-image:url('../fondos/fondo6.jpg');
	background-size:200px 725px;
	background-position:0px 0px;
	padding:10px;
	font-size: 15px;
	color:white;
	padding-top:0px;
}

.col_izquierda2 {
	position:absolute; 
	left:0px;
	top:0px;
	height:825px;
	width:200px;
	background-image:url('../fondos/fondo7.jpg');
	background-size:200px 825px;
	background-position:0px 0px;
	padding:10px;
	font-size: 15px;
	color:white;
	padding-top:0px;
}

.col_derecha3 {
	position:absolute; 
	left:440px;
	top:50px;
	height:725px;
	width:200px;
	background-image:url('../fondos/fondo7.jpg');
	background-size:200px 725px;
	background-position:0px 0px;
	padding:10px;
	font-size: 15px;
	color:white;
	padding-top:0px;
}

.col_editorial {
	position:absolute; 
	left:340px;
	top:0px;
	height:825px;
	width:300px;
	background-image:url('../fondos/fondo5.jpg');
	background-size:300px 825px;
	background-position:0px 0px;
	padding:10px;
	font-size: 16px;
	color:black;
	padding-top:0px;
}

/* Estilos para varios sumarios */

/* Estilos para sumario tipo 1 */
.col_sum1 {
	position:absolute; 
	left:10px;
	top:50px;
	height:725px;
	width:205px;
	padding:10px;
	font-size: 15px;
	padding-top:0px;
	border-right: 1px solid rgba(100,100,100,0.4);
}
.col_sum2 {
	position:absolute; 
	left:215px;
	top:50px;
	height:725px;
	width:205px;
	padding:10px;
	font-size: 15px;
	padding-top:0px;
	border-right: 1px solid rgba(100,100,100,0.4);
}
.col_sum3 {
	position:absolute; 
	left:420px;
	top:50px;
	height:725px;
	width:205px;
	padding:10px;
	font-size: 15px;
	padding-top:0px;

}

.col_sum4 {
	position:absolute; 
	left:70px;
	top:50px;
	height:725px;
	width:205px;
	padding:10px;
	font-size: 15px;
	padding-top:0px;
	border-right: 1px solid rgba(100,100,100,0.4);
}
.titulos {
	cursor: pointer; 
	margin-left: 0px; 
	font-size: 20px;
}

/* Estilos para sumario tipo 2 */
.foto1 {
	position:absolute; 
	left:0px;
	top:75px;
	height:300px;
	width:205px;
	background-image:url('../sumario/p8b.png');
	background-size:205px 300px;
	background-position:0px 0px;
	padding:10px;
	font-size: 70px;
	color:white;
	padding-top:225px;
	padding-left:120px;
	cursor:pointer;
}

.foto2 {
	position:absolute; 
	left:210px;
	top:75px;
	height:180px;
	width:430px;
	background-image:url('../sumario/img9.jpg');
	background-size:630px 180px;
	background-position:0px 0px;
	padding:10px;
	font-size: 70px;
	color:white;
	padding-top:100px;
	padding-left:330px;
	cursor:pointer;
}

.foto3 {
	position:absolute; 
	left:210px;
	top:260px;
	height:115px;
	width:430px;
	background-image:url('../sumario/img10.jpg');
	background-size:850px 115px;
	background-position:0px 0px;
	background-repeat: no-repeat;
	padding:10px;
	font-size: 70px;
	color:white;
	padding-top:100px;
	padding-left:330px;
	cursor:pointer;
}

.foto4 {
	position:absolute; 
	left:0px;
	top:75px;
	height:180px;
	width:200px;
	background-image:url('../sumario/img9.jpg');
	background-size:630px 180px;
	background-position:-430px 0px;
	background-repeat: no-repeat;
	padding:10px;
	font-size: 70px;
	color:white;
	padding-top:105px;
	padding-left:110px;
	cursor:pointer;
}

.foto5 {
	position:absolute; 
	left:0px;
	top:260px;
	height:115px;
	width:420px;
	background-image:url('../sumario/img10.jpg');
	background-size:850px 115px;
	background-position:-430px 0px;
	background-repeat: no-repeat;
	padding:10px;
	font-size: 70px;
	color:white;
	padding-top:40px;
	padding-left:340px;
	cursor:pointer;
}

.foto6 {
	position:absolute; 
	left:205px;
	top:75px;
	height:180px;
	width:215px;
	background-image:url('../sumario/p10.png');
	background-size:215px 180px;
	background-position:0px 0px;
	background-repeat: no-repeat;
	padding:10px;
	font-size: 70px;
	color:white;
	padding-top:105px;
	padding-left:125px;
	cursor:pointer;
}

/* Estilos para sumario tipo 3 */
.foto7 {
	position:absolute; 
	left:205px;
	top:75px;
	height:300px;
	width:205px;
	background-image:url('../sumario/p8b.png');
	background-size:205px 300px;
	background-position:0px 0px;
	padding:10px;
	font-size: 55px;
	color:white;
	padding-top:235px;
	padding-left:130px;
	cursor:pointer;
}

.foto8 {
	position:absolute; 
	left:415px;
	top:75px;
	height:180px;
	width:230px;
	background-image:url('../sumario/img9.jpg');
	background-size:430px 180px;
	background-position:0px 0px;
	padding:10px;
	font-size: 55px;
	color:white;
	padding-top:100px;
	padding-left:330px;
	cursor:pointer;
}

.foto9 {
	position:absolute; 
	left:415px;
	top:260px;
	height:115px;
	width:230px;
	background-image:url('../sumario/img10.jpg');
	background-size:550px 115px;
	background-position:0px 0px;
	background-repeat: no-repeat;
	padding:10px;
	font-size: 55px;
	color:white;
	padding-top:100px;
	padding-left:330px;
	cursor:pointer;
}

.foto10 {
	position:absolute; 
	left:0px;
	top:75px;
	height:180px;
	width:200px;
	background-image:url('../sumario/img9.jpg');
	background-size:430px 180px;
	background-position:-225px 0px;
	background-repeat: no-repeat;
	padding:10px;
	font-size: 55px;
	color:white;
	padding-top:115px;
	padding-left:125px;
	cursor:pointer;
}

.foto11 {
	position:absolute; 
	left:0px;
	top:260px;
	height:115px;
	width:420px;
	background-image:url('../sumario/img10.jpg');
	background-size:550px 115px;
	background-position:-225px 0px;
	background-repeat: no-repeat;
	padding:10px;
	font-size: 55px;
	color:white;
	padding-top:50px;
	padding-left:265px;
	cursor:pointer;
}

.foto12 {
	position:absolute; 
	left:205px;
	top:75px;
	height:180px;
	width:215px;
	background-image:url('../sumario/p10.png');
	background-size:120px 180px;
	background-position:0px 0px;
	background-repeat: no-repeat;
	padding:10px;
	font-size: 55px;
	color:white;
	padding-top:115px;
	padding-left:55px;
	cursor:pointer;
}