.page-footer {
    height: 222px;
    background: url(/img/layouts/fondofooter.png);
    background-color: #474747!important;
}

.listlinks li{
	padding: 4% 0;
}

.listlinks li a{
	color: #F7F7F7;
}

.sitemap{
	padding-top: 1%!important;
}

.logo_footer{
	margin-top: 10%;
}

.items_datos{
	color: #F7F7F7;
}

@media only screen and (max-width: 600px){
	.page-footer {
    	height: 100%;
   	}

}