@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@importm url(banner.css);

*{
	margin: 0;
	padding:0;
	box-sizing:border-box;	
}
body{
	font-family:'Open Sans', sans-serif;
}
h2{ font-size: 28px;}
h3{
	font-size: 18px;
	text-align:center;
}
h4{
	font-size: 15px;
	text-align:center;
}

header{
	width: 100%;
	background-color: hsl(215,50%,50%);
	color: #fff;
	top: 0;
	left: 0;
	z-index: 100;
	padding-bottom: 21px;
}

.contenedor{
	width: 100%;
	margin: auto;
}

h1{
	float: left;
}

header .contenedor{
	display: table;
}

/* estilos hechos por Emmanuel */
.container--bars{
	width: 80%;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

.container--bars .bars--search{
	display: inline-block;
	width: 80%;	
	padding-top:10px;
}

.container--bars .bars--search input{
	width: 80%;
	height: 34px;
	color: #555;
	background-color: white;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0 15px;
}

.bars--search .search--icon{
	width: 25px;
	height: 25px;
	background-image: url(../img/search-icon.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.container--bars .bars--buttonlogin{
	display: inline-block;
	position: absolute;
}

.bars--buttonlogin a{
	color: #fff;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 4px;
	width: 100px;
	height: 34px;
	float: right;
	padding-left: 15%;
	padding-right: 15%;
	padding-top: 3%;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	transition: all 0.15s;
	display: none;
}

.bars--buttonlogin a:hover{
	color: #000001;
    border-color: #000001;
}

/* Aqui termina el CSS hecho por emmanuel */


section{
	width: 100%;
	margin-bottom: 25px;
}

footer .contenedor{
	padding-top: 30px;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	padding-bottom:25px;
	background: #888;
	width: auto;
}
.copy{
	font-size: 18px;
}
.sociales{
	width: 100%;
	text-align: center;
	font-size: 28px;
}
.sociales a{
	color:#333;
	text-decoration: none;
}
.NuestrosEquipos{
	position:relative;
	wigth: 500px;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-down: 50;
}
.NuestrosServidores{
	position:relative;
	wigth: 500px;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-down: 50;
}
.img4{
	height:auto;
	width:400px;
	margin: 10px;
}
.img5{
	height:auto;
	width:100px;
	margin: 10px;
	justify-content: center;
	align-items: center;
}
.img6{
	height:auto;
	width:110px;
	margin: 10px;
	justify-content: center;
	align-items: center;
}
.img7{
	height:auto;
	width:110px;
	margin: 10px;
	justify-content: center;
	align-items: center;
}
#QuienesSomos{
	text-align:center;
	font-size: 9px;
}
h3{
	font-size: 18px;
	text-align:center;
}

@media(min-width: 980px){
	.contenedor{
		width: 1000px;
	}
	.NuestrosEquipos{
		position:relative;
		wigth: 500px;
		height: auto;
		display: flex;
		justify-content: center;
		align-items: center;
		padding-down: 50;
	}
	.NuestrosServidores{
		position:relative;
		wigth: 500px;
		height: auto;
		display: flex;
		justify-content: center;
		align-items: center;
		padding-down: 50;
	}
	.img4{
		height:auto;
		width:700px;
		margin: 10px;
	}
	.img5{
		height:auto;
		width:185px;
		margin: 10px;
		justify-content: center;
		align-items: center;
	}
	.img6{
		height:auto;
		width:200px;
		margin: 10px;
		justify-content: center;
		align-items: center;
	}
	.img7{
		height:auto;
		width:200px;
		margin: 10px;
		justify-content: center;
		align-items: center;
	}
	#QuienesSomos{
		text-align:center;
		font-size: 14px;
		padding-top: 25px;/*Esta linea da el espacio al header azul como si fueran br*/
	}
	h3{
		font-size: 20px;
		text-align:center;
	}
	/* estilos hechos por Emmanuel */
.container--bars{
	width: 80%;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

.container--bars .bars--search{
	display: inline-block;
	width: 50%;	
}

.container--bars .bars--search input{
	width: 80%;
	height: 34px;
	color: #555;
	background-color: white;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0 15px;
}

.bars--search .search--icon{
	width: 25px;
	height: 25px;
	background-image: url(../img/search-icon.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.container--bars .bars--buttonlogin{
	display: inline-block;
	position: absolute;
}

.bars--buttonlogin a{
	color: #fff;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 4px;
	width: 200px;
	height: 34px;
	float: right;
	padding-left: 15%;
	padding-right: 15%;
	padding-top: 3%;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	transition: all 0.15s;

}

.bars--buttonlogin a:hover{
	color: #000001;
    border-color: #000001;
}

/* Aqui termina el CSS hecho por emmanuel */
}

@media(min-width: 768px){
	.sociales{
		width:auto;
	}
	footer .contenedor{
		justify-content: space-between;
	}
}