@charset "utf-8";
/* CSS Document */
body{
	
	margin: 0 auto;
	background-image: url(../img/k3_catarata.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.kari{
	margin: 0 auto;
	background-color: black;
	width: 100%;
	background-image: url('https://www.si-imaging.com/data/file/42_en/2106219075_W4AgxydU_9e171b1a0246e16a5ea160bfc07b4d256b3b6ac2.jpg');
	background-repeat: no-repeat;
	background-position:center;
	background-size:100%;
	height: 150px;
	color: #f0f;
	
}
.centro4{
	width: 100%;
	height: auto;
	background-color: rgba(255,255,255,0.6);	
	font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
}
}
#kompsat{
	width: 100%;
	height: auto;
	float: left;
}
.boton{
	width: 23vw;
	height: 8vh;
	background-color: rgba(255,255,255,0.8);
	font-family: Consolas, Andale Mono, Lucida Console, Lucida Sans Typewriter, Monaco, Courier New, monospace;
	font-size: 1.2em;
	font-weight: bolder;
	border-bottom-color: rgba(0,64,132,0.80);
	border-color: rgba(100,100,100,0.70);
	border-style: solid;
	border-width: thin;
}
.boton:hover{
	background-color: rgba(128,178,255,0.50);
	font-weight: bold;
	border-radius: 5px;
	cursor: pointer;
	transition: color 0.8s linear 0.2s
}
#mostrarDiv{
	height: 1100px;
	width: 100%;
	
	
}
.txt{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin: 0 auto;
	width: 96%;
	height: auto;
	border-radius: 15px;
	position: relative;
	text-align: justify;
}
#sate th{
	background-color: rgba(140,195,255,0.66);
	text-align: left;
}
a {
	text-decoration: none;
	color: white;
}
li{
 list-style: none;
}
/*****************************************************/
@media screen and (max-width:640px) {


#derecha{
	float: left;
	width: 100%;
	}
#derecha img{
	width: 100%;		
	}
#der img{
	width: 100%;
	display: flex;
}
}
/********************************************************************************/
@media screen and (max-width:1024px) and (min-width:640px) {
  /* reglas CSS */
	#sate{
		width: 80vw;
		font-size: 1.1em;
	}
	.sar{
		width: 90%;
		max-width: 600px;
	}
	.sar img{
		width: 100%;
	}
.txt{font-size: 1.2em;
	}
#derecha{
	float: left;
	width: 100%;
	
	}
#derecha img{
	width: 100%;
	margin-top:15px; 
	}
#der img{
	width: 100%;
	max-width: 80vw;
	display: flex;
	}
#izq{
		margin-left: 20px;
		font-size: 1.2em;
	padding-bottom: 10px;
	}
	#regresar h3{
		color: rgba(0,51,102,1.00);
	}
}

/*********************************************************************************************************/
@media screen and  (min-width:1025px) {
  /* reglas CSS */

	
.boton{
		font-size: 1.5em;
		max-width: 250px;
		margin: 0 auto;
	margin-left: 5%;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	#sate{
		width: 80vw;
		font-size: 1.1em;
	}
	.sar{
		width: 90%;
		max-width: 700px;
	}
	.sar img{
		width: 100%;
	}
.txt{font-size: 1.2em;
	}
#derecha{
	float: left;
	width: 100%;
	
	}
#derecha img{
	width: 100%;
	max-width: 700px;
	max-height: 600px;
	margin-top:15px; 
	}
#der img{
	width: 100%;
	max-width: 700px;
	display: flex;
	}
#izq{
		margin-left: 20px;
		font-size: 1.2em;
	padding-bottom: 10px;
	}
	#regresar h3{
		color: rgba(0,51,102,1.00);
	}
}