
.contenedor {
	width: 100%;
	margin: auto;
}

/*PIE DE PAGINA*/
footer {
	background-color: #4f4f4f;
	width: 100%;
   	bottom:0px;
}

footer .contenedor {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 0;
	padding-bottom: 5px;
}
#derechos {
	margin-top: 0px;
	display: flex;
	flex: auto;
}
#derechos .copy {
	font-size: 12px;
	color: #eee;
	flex: auto;
	padding-left: 3%
}
#derechos img {
	margin-left: 10px;
	max-height: 48px;
	padding-right: 3%;
	height: 18px;
}

.sociales {
	width: 100%;
	padding-top: 10px;
	font-size: 28px;
	text-align: center;
	/* background: #9a9da2; */
}

.sociales a {
	margin: 0px 0px;
	color: #fff;
	text-decoration: none;
}

.sociales img {
	margin: 0px 1px;
	padding: 30px 60px;
	/* padding-bottom: 8px; */
	width: 52px;
}

.sociales a #piedeimagen{
	margin: 0px 0px;
	color: rgb(255, 255, 255);
	font-size: 14px;
	text-decoration: none;
}

.menu_down {
	margin-bottom: 0;
	list-style: none;
	display: none;
}

.menu_down li a {
	color: gray;
	text-decoration: none;
	line-height: 4;
	display: block;
	padding-left: .7em;
	font-size: 1em;
}

@media screen and (min-width: 600px) {

	.menu_down {
		display: block;
		display: flex;
	}
}
@media screen and (min-width: 768px) {

	.contenedor {
		width: 100%;
	}

	.sociales img {
		margin: 0px .5em;
		padding-bottom: 8px;
		width: 90px;
	}

	/*PIE DE PAGINA*/
	.menu_down {
		display: flex;
	}

	.menu_down li {
		flex: auto;
		text-align: center;
		border-bottom: 0;
	}
	.menu_down li a {
		padding-left: 0;
		line-height: 4;
	}

}

@media (min-width: 1280px) {
	.contenedor {
		width: 1280px;
	}

}