#footer{
	width: 100%;
	height: auto;
}
footer{
	width: 100%;
	height: 300px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
	background: #000;

}
.logoFooter{
	width: 150px;
	height: 150px;
}
.logoFooter img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.menuFooter{
	width: 200px;
	height: 200px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;

}
.menuInternoFooters{
	width: 200px;
	height: 200px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;

}
.caja_navegacionF{
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.botonf{
	width: 100%;
	height: 30px;
	text-align: left;
	padding-top: 10px;
}
.botonf a{
	font-size: 14px;
	color: #999;
	font-weight: 700px;
	transition: .3s;
}
.botonf:hover a{
	font-size: 16px;
	color: #fff;
	font-weight: 700px;
	transition: .3s;
}