#fundo-rodape {
	background: url(../../_Imgs/fundo_rodape.jpg) repeat-x bottom;
}
/*#detalhe-rodape {
	background: url(../../_Imgs/Fundo_detalhe_rodape.jpg) no-repeat left bottom;
}*/

#rodape {
	background: #E3E6E8;
	color: #595959;
	position: relative;
	padding: 5px;
	height: 34px;
	clear: both;
}
#rodape p {
	margin: 0;
}
#rodape .ms-certified {
	width: 76px;
	padding-top: 34px;
	overflow: hidden;
	height: 0;
	background: url(../../_Imgs/logo_MCP.gif) no-repeat;
	position: absolute;
	right: 5px;
	top: 5px;
}
#rodape .contato .telefone {
	padding-left: 13px;
	background: url(../../_Imgs/icone_telefone.gif) no-repeat center left;
}
#rodape .contato .email {
	padding-left: 13px;
	background: url(../../_Imgs/icone_email.gif) no-repeat center left;
}
