@charset "utf-8";
/* CSS Document */
#footer {
	width:888px; 
	background:none;
	margin:0px; margin-top:8px;
	padding:0px;
	overflow:hidden;
	float:none; clear:both;
}

/* destacado */
#footer div {
	width:886px;
	background-color:#0e4073;
	border-color:#0167a1;
	border-width:1px;
	border-style:solid;
	margin:0px;
	overflow:hidden;
	float:none; clear:both;
	}
	
#footer div ul {
	background:none; border:none;
	margin:0px;
	padding:6px;
	padding-top:8px;
	padding-left:25px;
	padding-right:35px; #padding-right:30px;
	list-style-image:url(../img/bullet-footer.gif);
	list-style-position:inherit;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#92bedc;
	
	float:left;
}

#footer div li {
	cursor: pointer;
}
