#footerWrapper {
	background:url(../imgs/footer-bg.png) #000 repeat-x top left; /* para IE y otros */
	background:-moz-linear-gradient(0% 55% 90deg,#000000, #000000, #3E3E3E 10%,#7D7D7D 100%); /* para firefox */
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#7D7D7D), to(#000000), color-stop(.49,#3E3E3E),color-stop(.51,#000000)); /* para safari y chrome */
	text-shadow:#000 0px -1px 0px;
}
#footer {
	font-size:11px;
	margin: auto;
	width: 900px;
	height: 35px;
	padding:5px 0;
}
#footer #menuFooter, #footer #menuFooterRight {
	float:left;
	height:30px;
	padding-top:11px;

	background-position:left top;
	background-repeat:no-repeat;
	color: #fff;
}
#footer #menuFooter a:link, #footer #menuFooterRight a:link, #footer #menuFooter a:visited, #footer #menuFooterRight a:visited{
	color:#FFF;
	text-decoration:none;
}
#footer #menuFooter a:hover, #footer #menuFooterRight a:hover{
	color: #00A9EB;
	text-decoration:none;
}
#footer #menuFooterRight {
	width:350px;
	padding-left:0;
	text-align:right;
	float:right;	
	background:none;
}
#footer .social {clear:both; margin-bottom:10px;}
#footer .social ul{ padding:5px;}
#footer .social ul li{
	vertical-align:middle;
	color:#fff;
 display:inline;
 padding:3px;}

