div#footer {
	display: inline;
	float: left;
	width: 100%;
	height: 50px;
	margin-top: 30px;
	text-align: center;
	padding-top: 15px; 
}

div#footer.home {
	margin-top: 5px !important;

}
div#footer.home_principal {
	border-top: 2px solid #FFFFFF;
}

/*
div#footer ul {
	margin-top: 12px;
	margin-left: 25px;
}

div#footer ul li {
	display: inline;
	float: left;
	margin-right: 16px;
} 

div#footer ul li a {
	display: inline;
	float: left;
}

 div#footer ul li a#grupoSaez {
	width: 57px;
	height: 38px;
	background: url(../img/logotipos/footer_grupoSaez.jpg) top left no-repeat;
}

div#footer ul li a#miSilla {
	width: 41px;
	height: 40px;
	background: url(../img/logotipos/footer_miSilla.jpg) top left no-repeat;
}

div#footer ul li a#andresSaez {
	width: 70px;
	height: 34px;
	background: url(../img/logotipos/footer_andresSaez.jpg) top left no-repeat;
} 

div#footer ul li a span {
	display: none;
}
*/