html {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../images/1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color:#333;
}
footer{
	position: fixed;
	bottom: 0;	
}
.st-container {
	position: absolute;
	width: 100%;
	height: 100%;
	top: -41px;
	left: -70px;
	overflow: hidden;
}


#textoConoce {
	font-size: 18px;
	font-weight: 300;
	float: left;
	width: 50%;
	margin-left:50px;
	background-color: rgba(51, 51, 51, 0.5);
	padding:20px;
	margin-top:5%;
	text-align:justify;
}

h1 {
	font-size: 40px;
	font-weight: 300;	
}

h2 {
	font-size: 20px;
	font-weight: 300;	
}


#textoConoceder {
	font-size: 18px;
	font-weight: 300;
	float: right;
	width: 50%;
	margin-right:50px;
	background-color: rgba(51, 51, 51, 0.5);
	padding:20px;
	margin-top:5%;
	text-align:justify;
}

#textoConocederArqui {
	font-size: 15px;
	font-weight: 300;
	float: right;
	width: 50%;
	margin-right:50px;
	background-color: rgba(51, 51, 51, 0.5);
	padding:10px;
	margin-top:5%;
	text-align:justify;
}

#textoConocederfilo {
	font-size: 15px;
	font-weight: 300;
	float: right;
	width: 50%;
	margin-right:50px;
	background-color: rgba(51, 51, 51, 0.5);
	padding:10px;
	margin-top:5%;
	text-align:justify;
}

#textoConocederaccio {
	font-size: 18px;
	font-weight: 300;

	width: 40%;
	margin-right:auto;
	margin-left:auto;
	background-color: rgba(51, 51, 51, 0.5);
	padding:10px;
	margin-top:5%;
	text-align:justify;
}

#textoproceso{
	font-size: 14px;
	font-weight: 300;
	float: right;
	width: 90%;
	margin-right:50px;
	background-color: rgba(51, 51, 51, 0.5);
	padding:10px;
	margin-top:5%;
	text-align:justify;
}
@media screen and (max-width: 900px) {
#partners img{
	width:100%;
	height:auto;
	
	}
}

