.nosotros-footer,
.contacto-footer{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
}

.obscure{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.nosotros-footer .obscure{
	background-color: rgba(0,0,0,.3);
}

.contacto-footer .obscure{
	background-color: rgba(0,0,0,.6);
}

.nosotros-footer .btn,
.contacto-footer .btn{
	border: 1px solid #fff;
	color: #fff;
}

.imagen-publicacion-footer{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.nav-footer ul{
	list-style: none;
	margin-top: 24px;
	padding-left: 0px;
}

.nav-footer ul li a{
	color:#fff;
}

.publicaciones-footer a:hover{
	text-decoration: none;
}