#footer{
	width: 100%;
	float: left;
	margin: -18px 0px;
	background: url(../../images/site/bgFootert.jpg) no-repeat center top #fff;
}
#footer .rodape{
	width: 950px;
	height: 206px;
	margin: 0 auto;	
	padding-top: 30px;
}
#footer .menuRodape {
	/*width: 100%;*/
	width: 1024px;
	margin: 0 auto;
	height: 195px;
	background: url(../../images/site/bgRodape1.jpg) no-repeat center bottom;
	position: relative;
}
#footer .menuRodape .webstorm{
	position: absolute;
	bottom: 10px;
	right: 20px;
}
#footer .menuRodape ul{
	width: 950px;
	margin: 15px auto 0;
}
#footer .menuRodape ul li{
	float:left;
	border-left: 1px solid #808285;
}
#footer .menuRodape ul li:first-child{
	border-left: none;
}
#footer .menuRodape ul li a{
	color: #808285;
	padding: 0px 12px;
	font-size: 18px;
	font-family: 'MyriadProRegular';
}
#footer .menuRodape ul li a:hover {
	color: #006aad;
}
#footer .menuRodape p {
clear: both;
margin-top: 10px;
float: left;
text-align: center;
width: 100%;
}
.rodape .menu{
	width: 220px;
	float: left;
}
.rodape .menu li{
	margin: 10px 0;
	text-align: left;
}
.rodape .menu li a{
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'MyriadProRegular';
}
.rodape .menu li a:hover{
	color: #81cffb;
}
.rodape .formaPag{
	width: 240px;
	float: left;	
}
.rodape .formaPag li{
	float: left;
	width: 80px;
	text-align: center;
	margin: 5px 3px;
}
.rodape .selos{
	width: 200px;
	float: left;
}
.rodape .redeSocial{
	width: 200px;
	float: left;
}
.rodape .redeSocial li{
	float: left;
	margin-right: 5px;
}
.rodape .newsletter{
	width: 200px;
	float: left;
	margin: 10px 0;
}
.rodape .newsletter .newsletterFrm #emailNewsLetter{
	width: 150px;
	border-radius: 0px;
	color: #666;
	border: none;
}
.rodape .newsletter .newsletterFrm input[type=submit]{
	width: 30px;
	height: 28px;
	line-height: 15px;
	background: #004468;
	text-align: center;
	color: #fff;
	border-radius: 0px;
}
.rodape h3{
	color: #fff;
	text-align: left;
	font-family: 'MyriadProSemibold';
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 15px;
}