#common-footer {
	background: url(images/fondo.jpg) repeat-x left bottom; 
	padding: 1em;
	list-style-type: none;
	/* height: 68px; */
	padding: 0;
	margin: 0;
	overflow: hidden;
	clear: both;
}

#common-footer li {
	float: left;
	color: #FFF;
	font-family: Arial;
	font-size: 10px;
	padding: 0;
	margin: 0;
	/* height: 68px; */
}

#common-footer li#copy {
	width: 42%;
}

#common-footer li#copy span {
	padding-left: 50px;
}

#common-footer li#publi {
	width: 174px;
}

#common-footer li#logo-trazada {
	width: 40%;
	float: right;
}

#common-footer li#publi a {
	float: left;
	display: block;
	background: url(images/publi.png) no-repeat left bottom; 
	text-indent: -9999px;
	width: 174px;
	height: 68px;
}

#common-footer li#logo-trazada a {
	float:right;
	display: block;
	background: url(images/logo.png) no-repeat left bottom; 
	text-indent: -9999px;
	width: 134px;
	height: 24px;
	padding-right: 50px;
}

#common-footer li#copy , #common-footer li#logo-trazada {
/* 	position: relative;
	top: 46%; */
	padding-top: 3em;
}