@import url(http://fonts.googleapis.com/css?family=Open+Sans);

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: 'Open Sans', sans-serif;
}

header {
	width: 100%;
	height: 50px;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	background-color: transparent;
}

header img {
	width: 100%;
	max-width: 140px;
	height: 100%;
	max-height: 50px;
	margin-top: 0px;
}
	
.contenedor {
	width: 98%;
	margin: auto;
}

h1 {
	float: left;
}

header .contenedor {
	display: table;
}

section {
	width: 100%;
	margin-bottom: 25px;
}

#bienvenidos {
	margin-top: -40px;
	text-align: center;
}


.sombra{
	vertical-align: top;
	width: 100%;
	height: 100%
}


footer {
	width: 100%;
}

footer .contenedor {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	color: #FFFFFF;
	padding-top: 30px;
}

footer .contenedorex {
	width: 100%;
	margin: auto;
	background-color: #232F3E;
	height: 100%;
	padding-bottom:20px;
}

footer .contenedorfooter {
	width: 100%;
	margin: auto;
	margin-top: 1px; color:#3A4553;
	background-color: #131A22;
	height: 50px;
}



.copy {
	font-size: 20px;
}

.sociales {
	width: 100%;
	text-align: center;
	font-size: 40px;
}

.sociales img{
	max-width: 80px;
	}

.sociales a {
	color: #666666;
	text-decoration: none;
}

.resaltado {
	font-size:16px;
	font-weight: bold;	
	}

@media (min-width: 768px) {
	.sociales {
		width: auto;
	}
	
	.sociales img{
	max-width: 100px;
	}
	
	footer .contenedor {
		justify-content: space-between;
	}
	
	header img {
	width: 100%;
	max-width: 140px;
	height: 100%;
	max-height: 50px;
	}

}


@media (min-width: 1024px) {
	.contenedor {
		width: 1000px;
	}
	
	
	
	header {
	width: 100%;
	height: 100px;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	background-color: transparent;
}


.sociales img{
	max-width: 100px;
	}


header img {
	margin-top: 8px;
	width: 100%;
	max-width: 211px;
	height: 100%;
	max-height: 75px;
	}
	
}
		
