#banner-topo {
	margin: 0 0 32px 32px;
}

#representantes {
	margin-top: 10px;
	font-family: Georgia, Arial, Sans-Serif;
}

#representantes .redes a {
	height: 18px;
	line-height: 18px;
	background-color: #cdcbcb;
	font-style: italic;
	font-size: 14px;
	float: left;
	display: block;
	padding: 0 4px;
	margin-right: 4px;
	margin-top: 10px;
	color: #fff;
}
#representantes .redes a:hover {
	background-color: #ecc149;
}
#representantes .redes a.ativo,
#representantes .redes a.ativo:hover {
	background-color: #4d97c6;
}
#representantes h4 {
	color: #3075b6;
	clear: left;
	font-style: italic;
	font-size: 16px;
	font-weight: normal;
	padding: 18px 0 15px 0;
}

#representantes .filtros {
	font-family: Arial, Sans-Serif;
	width: 265px;
	height: 43px;
	padding: 10px;
	background-color: #efefef;
}
#representantes .filtros .sep {
	clear: left;
	height: 10px;
	font-size: 1px;
	width: 100px;
}

#representantes .filtros label {
	color: #7a7a7a;
}
#representantes .filtros input {
	color: #252525;
}
#representantes .filtros label.uf {
	float: left;
}
#representantes .filtros label.uf input {
	width: 47px;
	text-transform: uppercase;
}
#representantes .filtros label.cidade {
	float: right;
}
#representantes .filtros label.cidade input {	
	width: 130px;
}
#representantes .filtros label.representante {
}
#representantes .filtros label.representante input {
	position: absolute;
	margin-left: 20px;
	width: 160px;
}
#representantes .filtros input {
	width: 160px;
	height: 18px;
	border: 0;
}
#representantes #mapa {
	float: right;
	width: 280px;
	height: 280px;
	margin-top: 40px;
}
#representantes .tabela table {
	font-family: Arial, Sans-Serif;
	width: 285px;
	color: #474747;
}
#representantes .tabela table a {
	color: #474747;
	text-decoration: none;
}
#representantes .tabela table a:hover {
	text-decoration: underline;
}
#representantes .tabela table tr {
	height: 24px;
}
#representantes .tabela table th.uf {
	width: 20px;
}
#representantes .tabela table tr.cabecalho {
	background-color: #cdcbcb;
	color: #fff;
}
#representantes .tabela table td,
#representantes .tabela table th {
	padding: 0 4px;
}
#representantes .tabela table th {
	text-align: left;
}
#representantes .tabela table tr.par {
	background-color: #efefef;
}
#representantes .tabela table tr.impar {
	background-color: #f6f6f6;
}

#representantes .seja-representante {
	position: absolute;
	font-size: 14px;
	color: #fff;
	margin-top: 12px;
	margin-left: 400px;
	width: 143px;
	height: 24px;
	line-height: 24px;
	text-align: right;
	padding-right: 6px;
	background: url('../imagens/seja_representante.png');
}
#representantes .seja-representante:hover {
	background: url('../imagens/seja_representante_over.png');
}
























