#pie {
	position:absolute;
	top:550px;
	width: 770px;
	background: url(../images/empresa_04.jpg);
	padding: 2px 0px 0 0px;
	z-index: auto;
	left: 0px;
	background-repeat: no-repeat;
}

#pie ul {
	position: relative;
	text-align: center;
	margin: 0;
	padding: 6px 0 10px 0;
}

#pie li {
	display: inline;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	text-transform: lowercase;
}
#pie a {
	color: #666666;
	text-decoration: none;
}
#pie a:hover {
	text-decoration: underline;
	color: #993300;
}

li.sep {
	padding: 0px 14px;
	background: url(../img/barritapie.gif) repeat-y top center;
}

