.instrucao{
	display: block;		
	text-align: left;
	font-weight: bold;	
	border-top: 1px solid #ccc;	
	margin: 20px 0 10px 0;
	padding: 10px 0 0 0;	
}

#mapa-brasil {
	height: 40%;
	width: 40%;
	shape-rendering: geometricPrecision;
	text-rendering: geometricPrecision;
	image-rendering: optimizeQuality;
	fill-rule: evenodd;
	background-color: #fff;
	float: left;
}

.fil3 {
	fill: none
}

.estado {
	cursor: pointer;
	-webkit-transition: all 1s;
	fill: #c1c1c1;
	fill-opacity: 1;
	stroke: #ffffff;
	stroke-opacity: 1;
	stroke-width: 282.23677982;
	stroke-miterlimit: 4;
	stroke-dasharray: none
}

.estado:hover {
	-webkit-transition: all 0.3s;
	fill: #0099ff;
}

.selecionado {
	fill: #0099ff;
}

.selecionado:hover {
	fill: #0099ff;
}

#fakeTitle {
	position: absolute;
	display: inline-block;
	width: 170px;
	height: 50px;
	line-height: 50px;
	font-family: Verdana, Arial;
	font-size: 14px;
	margin: -70px auto auto -100px;
	padding: 0;
	text-align: center;
	background-color: #205682;
	box-shadow: 0 1px 3px #000;
	border-radius: 8px;
	opacity: 0.85;
	z-index: 2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 0;
	color: #fff;
	border: 1px solid #fff;
}

.box-estados {
	width: 50%;
	color: #7c7c7c;
	float: left;	
}

.box-estados h3 {
	color: #c9671c;
	font-size: 20px;
	border-bottom: 2px solid #005e8e;
	padding-bottom: 5px;
}

.box-estados p {
	color: #7c7c7c;
}

.box-estados .representantes{
	color: #7c7c7c;
	border-bottom: 1px solid #ccc;
	margin: 10px 0;
}

.box-estados .representantes img{
	max-width: 200px;
	margin: 0 0 20px 0;
}

.box-estados .representantes span{
	font-weight: bold;	
}

}
.acre, .amazonas, .roraima, .amapa, .tocantins, .matoGrosso, .goias, .matoGrossoDoSul, .minasGerais, .parana, .rioGrandeDoSul, .bahia, .piaui, .ceara, .rioGrandeDoNorte, .alagoas, .sergipe, .brasilia, .pernambuco, .maranhao, .para, .saoPaulo, .rioDeJaneiro, .espiritoSanto, .SantaCatarina, .paraiba{
	display: none;
}
