#conteudo #centro{
	position: relative;
	width: 1120px;
	margin: 0 auto;	
}
#conteudo #titulo{
	font-size: 22px;
	line-height: 37px;
	text-transform: uppercase;
	font-weight: 400;
	color: #004C66;
	padding: 50px;
	background-image: url('../img/icon_titulo_produtos.png');
	background-position: left;
	background-repeat: no-repeat;
}
#conteudo #resultados{
	float: left;
	width: 550px;
	min-height: 300px;
	padding-bottom: 70px;
}
#conteudo #resultados #estado{
	background: #004C66;
	width: 100px;
	line-height: 100px;
	text-align: center;
	color: #ffffff;
	font-size: 48px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	margin-bottom: 30px;
}
#conteudo #resultados #qtde{
	font-size: 14px;
	color: #555555;
}
#conteudo #resultados #qtde a{
	font-size: 14px;
	color: #004C66;
	text-decoration: underline;
}
#conteudo #resultados ul{
	list-style: none;
}
#conteudo #resultados ul li{
	width: 300px;
	padding: 25px 0;
	border-top: solid 1px #dddddd;
}
#conteudo #resultados ul li:first-child{
	border-top: none;
}
#conteudo #resultados ul li p{
	font-size: 16px;
	color: #004C66;
}
#conteudo #resultados ul li span{
	color: #555555;
	font-size: 14px;
}
#brazil-map{
	width: 550px;
	margin-right: 20px;
	float: left;
}
#informacao{
	width: 240px;
	margin: 50px auto 30px auto;
	text-align: center;
	font-size: 18px;
	color: #004C66;
}
#svg-map{
	max-width: 100%;
	display: block;
}
#svg-map .estado-mapa{
	overflow: hidden;
	cursor: pointer;
}
#svg-map .estado-mapa .circle{
 	fill: #dddddd;
}
#svg-map .estado-mapa path{
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	-ms-transition: all 0.15s ease;
	transition: all 0.15s ease;
	fill: #dddddd;
}
#svg-map .estado-mapa:hover path{
	fill: #06539F;
}
#svg-map .estado-mapa text{
 	font-size: 12px;
 	fill: #06539F;
}
#svg-map .estado-mapa:hover text{
 	fill: #ffffff;
}
#conteudo #facaparte{
	width: 300px;
	height: 100px;
	margin: 20px auto 70px auto;
	background-image: url('../img/bg_atalho_facaparte_paisagem.png');
	background-repeat: no-repeat;
	cursor: pointer;
}
#conteudo #facaparte p{
	text-align: center;
	width: 200px;
	padding-top: 12px;
	float: right;
	font-size: 20px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	color: #004C66;
}