* {
	margin: 0;
	padding: 0;
}
body {
}
#map {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 130px;
}
#iframe_topo {
	position: absolute;
	z-index: 99999;
}
#topo {
	width: 100%;
	height: 105px;
	-webkit-box-shadow: 0px 6px 9px 0px rgba(32, 50, 50, 0.20);
	-moz-box-shadow: 0px 6px 9px 0px rgba(32, 50, 50, 0.20);
	box-shadow: 0px 6px 9px 0px rgba(32, 50, 50, 0.20);
	position: absolute;
	z-index:999999;
	background: #FFF;
	top: 27px;
	color: #ae5c1a;
}
#topo h1 {
	font-size: 36px;
	float: left;
	margin-top:30px;
	font-family: 'flama_semicondensedbasic';
	text-transform: uppercase;
}
.rio_nome {
	font-family: 'flama_semicondensedextrabold';
}
#limite{
	margin:auto;
	width:970px;
}

#box_informacao_2{
	background: url(../images/box.png);
	width: 100%;
	position: absolute;
	top:132px;
	z-index: 99999999;
	color: #FFF;
	font-family: 'flama_semicondensedbook';
	font-size: 16px;
	padding-top:10px;
	padding-bottom:10px;
	text-transform: uppercase
}

#box_informacao_2 h2{
	font-size:24px;
	display:inline-block;
	margin-right:10px;
}

#box_informacao {
	background: url(../images/box.png);
	width: 100%;
	position: absolute;
	top:132px;
	z-index: 10;
	color: #FFF;
	font-family: 'flama_semicondensedbook';
	font-size: 16px;
	padding-top:10px;
	padding-bottom:10px;
	text-transform: uppercase
}
#box_informacao ul {
	margin-top: 10px;

}
#box_informacao ul li {
	list-style: none;
	
}
#box_informacao li {
	padding:7px 0 7px 0px;
	
}
#box_informacao h3 {

	font-size: 15px;
	color: #ffddc2;
	display: inline-block;
}
#box_informacao span {
	text-transform: uppercase;
	margin-top: 15px;
	display: block;
}
#box_informacao h2 {
	font-family: 'flama_semicondensedmedium';
	text-transform: uppercase;
	font-size: 18px;
	display:inline-block;
}
#shareBar {
	float: right;
	margin-top: 30px;
	/*width: 120px;*/
	height: 40px;

}
#header #shareBar {
	right: 0;
}
#shareBar a {
	display: block;
	float: left;
	text-decoration: none;
	width: 30px;
	height: 30px;
	margin-left: 10px;
	background: transparent url('https://infograficos.estadao.com.br/geral/img/social-icons-round.png') no-repeat center top;
}
#shareBar a span {
	display: block;
	text-decoration: none;
	text-align: center;
	color: #999;
	font-size: 11px;
	font-weight: bold;
	margin-top: 36px;
}
#shareBar a#btFbShare {
	background-position: -40px 0;
	margin-left: 0;
}
#shareBar a#btFbShare:hover {
	background-position: -40px -40px;
}
#shareBar a#btGPlusShare {
	background-position: -80px 0;
}
#shareBar a#btGPlusShare:hover {
	background-position: -80px -40px;
}
#shareBar a#btTwitterShare {
	background-position: 0 0;
}
#shareBar a#btTwitterShare:hover {
	background-position: 0 -40px;
}



#lista {
	display: none;
	margin-bottom: 10px;
}
#mostrar_info {
	margin-left: 10px;
	cursor: pointer;
	border-bottom: 1px dotted #FFF;
}
#mostrar_info {
	margin-left: 10px;
	cursor: pointer;
	border-bottom: 1px dotted #FFF;
}

#box_informacao a:link{
	color:#FFF;
}
#box_informacao_2 a:link{
	color:#FFF;
	float:right;
}
#esconder_info {
	cursor: pointer;
	border-bottom: 1px dotted #FFF;
	display: none;
}
#googft-mapCanvas {
	margin: 0;
	top:175px;
	padding: 0;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
}

#titulo_mapa{
	color:#063;
		font-family: 'flama_semicondensedbasic';
}

#voltar_menu{
	float:right;
	height:20px;
	margin-top:-20px;	
}

#iframe{
	width:100%;
	height:100%;
	position:absolute;	
}
.tirar{
	display:none;	
}