.footercontenedor{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	width: 100%;
	height: auto;
	background-color: #373737;
	padding-top: 50px;
	color: #fff;
}

.footercontenedor img{
	margin: 5px 0;
	width: 221px;
	height: 59px;
}

.footercontenedor h3{
	font-size: 5mm;
	font-weight: 500;
	line-height: 15mm;
	margin-bottom: 30px;
}

.footercontenedor p{
	max-width: 500px;
	margin: 4px 0;
	font-size: 3.5mm;
	font-weight: 300;
	line-height: 8mm;
}

.colorgris{
	font-size: 14px;
	font-weight: 600;
	color: rgba(80, 80, 80, 1.0);
}

.footercontenedor a{
	font-size: 3mm;
	font-weight: 200;
	color: rgba(80, 80, 80, 1.0);
	text-decoration: none;
	margin: 5px;
}

.Informacioncontacto{
	font-size: 4mm;
	text-decoration: underline;
	margin-top: 40px;
}

.contacto{
	display: flex;
	margin-bottom: 40px;	
}

.contacto P{
	font-size: 3.5mm;
	font-weight: 300;
	line-height: 12mm;
	padding: 0 15px;
}

.copyright{
	background-color: #151515;
	width: 100%;
	text-align: center;
}

.copyright div{
	font-size: 3.5mm;
	font-weight: 300;
	line-height: 6mm;
}

/*----------------------------*/
@media screen and (max-width: 500px){
	.contacto{
		display: block;	
	}
}