.footer-contenedor{
	position: relative;
	max-width: 1600px;
	/*background-color: #e1e2e7; /*Beigh*/
	height: auto;
	margin: auto;
}

.footer{
	background-color: #e1e2e7;
	width: 100%;
	z-index: 2;
	position: absolute;
}

#cerrarInf{
	margin: auto;
	background-color: red;
	position: absolute;
	bottom: -40px;
	left: 50%;
	margin-left: 352px;
	transition: all 0.5s;
	z-index: 2;
	padding: 5px 12px;
	border-radius: 5px;
	color: #fff;
	border: 1px solid #fff;
}

#cerrarInf:hover{
	border: 1px solid #2c256e;
	text-decoration: none;
}

#footerInf{
	width: 768px;
	height: 0px;
	margin: auto;
	background-color: #57585d;
	position: absolute;
	bottom: 112px;
	left: 50%;
	margin-left: -384px;
	z-index: 0;
	text-align: center;
	font-family: calibri;
	line-height: 40px;
	color: transparent;
	transition: height 0.3s, color 1s;
}

.footer-titulo{
	text-align: center;
	color: #2c256e;
	font-family: calibri;
	font-size: 16px;
	padding-top: 40px;
	padding-right: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.footer-iconos{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.footer-iconos>a{
	width: 100px;
	text-decoration: none;
	padding: 10px 0px;
	text-align: center;
	line-height: 5px;
	letter-spacing: 1px;
	transition: all 0.3s;
}

.footer-iconos>a:hover{
	background-color: #fff;
}

.footer-iconos>a:focus{
	background-color: #fff;
}

.footer-iconos>a>img{
	padding: 10px 0px;
}

.footer-link{
	text-decoration: none;
	font-family: calibri;
	font-size: 12px;
	color: #2c256e;
}

.footer-derechos{
	 width: 100%;
	 font-size: 10px;
	 font-family: calibri;
	 letter-spacing: 1px;
	 color: #2c256e;
	 text-align: center;
	 padding: 10px 0px;
}


@media screen and (max-width: 800px){
	.footer-titulo{width: 100%; padding-bottom: 10px; padding-right: 0px; padding-top: 5px; display: none;}
	.footer-derechos{display: none;}

	#footerInf{
		bottom: 77px;
	}

	.footer-fondo{display: block;}
}

@media screen and (max-width: 768px){
	#footerInf{
		width: 100%;
		left: 0%;
		margin-left: 0px;
	}

	#cerrarInf{
		background-color: red;
		position: absolute;
		bottom: -40px;
		left: auto;
		right: 0px;
	}
}

@media screen and (max-width: 600px){
	.footer{
		position: fixed;
		bottom: 0px;
	}
	.footer-iconos{padding: 0px 0px;}
	.footer-iconos>a{padding: 0px 0px; padding-bottom: 10px; width: 75px;}
	#footerInf{bottom: 66px;}


@media screen and (max-width: 375px){
	.footer-iconos>a{width: 60px;}
	.footer-link{font-size: 10px; font-weight: bold;}
}