@charset "utf-8";
/* CSS Document */
body{
	
	margin: 0 auto;
	background-image: url('http://en.spacewillinfo.com/uploads/allimg/170418/7-1F41Q45U5.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.kari{
	margin: 0 auto;
	background-color: black;
	width: 100%;
	background-image: url('http://en.spacewillinfo.com/uploads/150209/1-15020916314Q25.jpg');
	background-repeat: no-repeat;
	background-position:center;
	background-size:cover;
	height: 25vh;
	color: #f0f;
}
.centro4{
	width: 100%;
	height: 1200px;
	font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
}

.txt{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin: 0 auto;
	width: 96%;
	height: 100%;
	background-color: rgba(196,196,196,0.7);
	border-radius: 5px;
	text-align: justify;
}
.txt a{
	color: rgba(0,51,102,1.00);
	font-weight: bolder;
}
#mostrarDiv{
	height: auto;
	width: 100%;
	align-content: center;
}
.boton{
	width: 22vw;
	height: 7vh;
	background-color: rgba(255,255,255,0.8);
	font-size: 1em;
	border-bottom-color: rgba(0,64,132,0.80);
	border-color: rgba(100,100,100,0.70);
	border-style: solid;
	border-width: thin;
	display: table-cell;
	margin-left: 7px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}
.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
}
#super{
	width: 100%;
	height: auto;
}
#izq, #der{
	float: left;
	width: 100%;
	height: auto;
}
#izq img, #der img {
	display: flex;
	width: 100%;
	height: auto;
	max-width: 500px;
}
a {
	text-decoration: none;
	color: white;
}
li{
 list-style: none;
}
#sate th{
	background-color: rgba(140,195,255,0.66);
	text-align: left;
	font-size: 1.2em;
}
#sate td {
		font-size: 1em;
	}
/**********************************************/
@media screen and (max-width:640px) {
	
.kari img{
	width: 100%;
	height: 100%;
	}
	#derecha img{
		max-height: 460px;
		max-width: 600px;
		display: flex;
	}
	#izq, #der {
		width: 100%;
	}
#izq img, #der img{
	width: 100%;
	max-height: 420px;
	float: left;
	margin-left: 45px;
	margin-top: 15px;
	display: flex;
	}
}

/*****************************************************************/
@media screen and (max-width:1024px) and (min-width:640px) {
  /* reglas CSS */
	.boton{
		width: 21vw;
		font-size: 1.2em;
		margin-left: 10px;
		font-weight: bold;
	}
#izq, #der{
	float: left;
	width: 50%;
	height: auto;
}
#izq img, #der img{
	width: 90%;
	max-height: 500px;
	float: left;
	margin-left: 20px;
	margin-top: 5px;
	}
.txt a{
			color: rgba(0,51,102,1.00);
			font-weight: bolder;
		}
	#derecha{
		width: 100%;
	}
	#derecha img{
		width: 100%;
		max-width: 600px;
		max-height: 500px;
		display: flex;
	}
}
/*********************************************************************************************************/
	@media screen and (min-width:1024px) {
  /* reglas CSS */
.txt{
			font-size: 1.2em;
		}
.txt a{
			color: rgba(0,51,102,1.00);
			font-weight: bolder;
		}
.boton{
	width: 20vw;
	max-width: 220px;
	font-size: 1.4em;
	margin-left: 30px;
	font-weight: bolder;
	}
#izq, #der{
	float: left;
	width: 50%;
	height: auto;
}
#izq img, #der img{
	width: 90%;
	max-height: 500px;
	float: left;
	margin-left: 5vw;
	}
#derecha img{
		width: 100%;
		max-width: 700px;
		max-height: 510px;
		display: flex;
	}
}