

/*Para el footer*/
#footer {
	border:solid 1px #cfcfcf;
	background-color:#e0e0e0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin:0 15px;
	padding:6px 0;
	clear : both;
	text-align: center;
    color: #000000;
	width: 968px;
}
#footer UL, #footer P { padding:0; margin:0;}
#footer UL LI { 
	display : inline;
	margin-left:4px;
	padding-right:4px;
	border-right:solid 1px #000;
	font:bold 10px Verdana;
	line-height:8px;
}
#footer UL LI.noBorder {border-right:none;}
#footer UL LI A {
	font:bold 10px Verdana;
	color:#000000;
	text-decoration:none;
}
#footer P {font:bold 10px Verdana; margin-top:6px;}
