/* rodape.css */

#espacamento_rodape{
	width: 100%;
	height: 10px;
	clear: both;
}

#rodape{
	width: 100%;
	clear: both;
	background: url(../images/commons/rodape.gif) repeat-x;
}

#rodape #conteudo_rodape{
	width: 1000px;
	height: 110px;
	margin: 0 auto;
}

#rodape #conteudo_rodape .copyright{
	float: left;
	display: inline;
	color: #a9c2cd;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 4px;
	margin-top: 10px;
}

#rodape #conteudo_rodape #meio_rodape{
	width: 519px;
	float: left;
	display: inline;
	margin-left: 111px;
}

#rodape #conteudo_rodape #meio_rodape #menu_rodape{
	width: 515px;
	height: 40px;
	background: #efefef;
	border-left: 2px solid #d2d9dc;
	border-bottom: 2px solid #d2d9dc;
	border-right: 2px solid #d2d9dc;
	margin-top: 3px;
}

#rodape #conteudo_rodape #meio_rodape #menu_rodape ul{
	width: 393px;
	height: 30px;
	margin: 0 auto;
	list-style: none;
}

#rodape #conteudo_rodape #meio_rodape #menu_rodape li{
	float: left;
	display: inline;
	color: #698fa0;
	margin-right: 6px;
	margin-top: 10px;	
}

#rodape #conteudo_rodape #meio_rodape .ico_mapa{
	margin-left: 226px;
	margin-top: 7px;
}

#rodape #conteudo_rodape .quality{
	float: right;
	display: inline;
	color: #a9c2cd;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 4px;
	margin-top: 10px;
	font-size: 10px;
}

#rodape #conteudo_rodape .quality a{
	color: #a9c2cd;
	text-decoration: none;
}

#rodape #conteudo_rodape .quality a:visited{
	color: #a9c2cd;
	text-decoration: none;
}

#rodape #conteudo_rodape .quality a:hover{
	color: #a9c2cd;
	text-decoration: underline;
}

#rodape #conteudo_rodape #mapa_site{
	height: 171px;
	margin-top: 25px;
	float: left;
	display: inline;
	margin-left: 320px;
}

#rodape #conteudo_rodape #mapa_site ul{
	float: left;
	display: inline;
	width: 188px;
	height: 171px;
	list-style: none;
	color: #7495a6;
	font-size: 11px;
}

#rodape #conteudo_rodape #mapa_site li{
	margin-left: 14px;
	margin-bottom: 12px;
}

#rodape #conteudo_rodape #mapa_site .titulo{
	font-weight: bold;
	margin-left: 0px;
}


.form_label{
	float: left;
	display: inline;
	width: 77px;
	color: #3e3f3e;
	font-size: 14px;
	margin-right: 10px;
	margin-left: 12px;
	margin-top: 16px;
}

.form_input{
	float: left;
	display: inline;
	width: 232px;
	height: 24px;
	background: url(../images/contato/fundo_input.png) no-repeat;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 10px;
  color: #999999;
}

.form_textarea{
	float: left;
	display: inline;
	width: 382px;
	height: 179px;
	background: url(../images/contato/fundo_textarea.png) no-repeat;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.form_botao{
	width: 56px;
	height: 27px;
	background: url(../images/contato/botao.gif) no-repeat;
	color: #314891;
	font-size: 14px;
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin-left: 99px;
	margin-top: 9px;
}