@charset "utf-8";
/* CSS Document */
body{
    font-family: Helvetica;
	height: auto;
	background-image: url("http://en.spacewillinfo.com/uploads/allimg/170418/7-1F41Q45923.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
} 
.centro{
	width: 100%;
	height: auto;
	background-color: rgba(0,0,0,0.6);
	color: white;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	text-align: left;
}
#izquierdo{
	width: 57%;
	height: auto;
	float: left;
	
}
#derecho{
	width: 43%;
	height: auto;
	float: right;
	
}
table {
	width: 90%;
	align-content: center;
	background-color: rgba(0,0,0,0.4);
	margin-top: 15px;
}
table th{
	border: rgba(143,143,143,0.79);
	border-width: 2px;
	border-bottom-style: inset;
	font-size: 1em;
}
table td {
	border: rgba(143,143,143,0.79);
	border-width: 2px;
	border-bottom-style: inset;
	font-size: 0.8em;
}
#partner{
	color: black;
	width: 100%;
	height: auto;
	max-height: 250px;
	background-color: rgba(255,255,255,0.60);
}
#partner img{
	width: 100%;
	max-width: 800px;
	height: auto;
	max-height: auto;
	display: flex;
	margin-bottom: 45px;
	padding-top: 10px;
}
a {
	text-decoration: none;
	color: white;
}

li{
	width: 35vw;
 list-style: none;
	margin-top: 10px;
	font-size: 1.1em;
}
/************************************************************************************/
@media screen and (max-width:1024px) and (min-width:640px){
#izquierdo{
	width: 59%;
	
}
#derecho{
	width: 41%;
	
}

table {
	font-size: 1.0em;
	width: 100%;	
	}
	
	li{
		display: flex;
		margin-top: 50px;
	}
#partner{
	
		max-height: 250px;
	}
#partner img{
		max-height: 200px;
		margin-bottom: 60px;
	}
	
}
/************************************************************************************/
@media screen and (min-width:1024px){
#izquierdo td{
	font-size: 1.2em;
}
	#partner{
	
		max-height: 350px;
	}
#partner img{
		max-height: 200px;
		margin-bottom: 60px;
	}
}