#container_info{
	height: auto;
	overflow: hidden;
	width: 780px;
	margin: 0 auto 50px;
	padding: 0;
}
#container_info .chamada{
	font: 28px/28px OGloboCondensedBold, Arial, Tahoma, sans-serif;
	color: #212120;
	width: 100%;
	margin: 35px 0 15px;
	text-transform: uppercase;
}
#container_info #miniMenu{
	max-width: 1260px;
	height: 33px;
	border-bottom: 1px solid #dfdfdf;
	padding: 0;
}
#container_info #miniMenu #container_miniMenu{
	margin: 0 auto;
}
#container_info .opcao{
	width: auto;
	padding: 0 50px;
	height: 33px;
	font: 20px/33px OGloboCondensedRegular, Arial, Tahoma, sans-serif;
	color: #222222;
	text-align: center;
	float: left;
	cursor: pointer;
}
#container_info .opcao:first-child{
	margin-left: 15px;
}
#container_info .opcao.ativo{
	border-top: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	border-bottom: 1px solid #fff;	
	font-family: OGloboCondensedMedium, Arial, Tahoma, sans-serif;
	color: #000000;
}
#container_info #conteudo{
	height: auto;
	overflow: hidden;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #cccccc;
}
#container_info #conteudo .content{
	display: none;
}
#container_info #conteudo .content:first-child{
	display: block;
}
#container_info #conteudo .content h3{
	font: 20px/33px OGloboCondensedRegular, Arial, Tahoma, sans-serif;
	color: #040404;
	text-transform: uppercase;
	/*margin-bottom: 20px;*/
}
#container_info #conteudo .content p{
	font: 13px/13px Arial, Tahoma, sans-serif;
	color: #7a7979;
	width: 655px;
}
#container_info #conteudo .content p.legenda{
	color: #999999;	
	margin-top: 15px;
}
#container_info #dados{
	height: 515px;
	width: 220px;
	float: left;
	position: relative;
}
#container_info #navegacao{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 8px;
	border-bottom: 1px solid #d6d6d6;
	margin-bottom: 25px;
}
#container_info #navegacao #contagem{
	font: italic 14px/27px Georgia, sans-serif, Arial, tahoma;
	color: #9a9a9a;
	float: left;
	margin-right: 8px;
}
#container_info #navegacao #setas{
	float: left;
}
#container_info #navegacao #setas .seta{
	width: 27px;
	height: 27px;
	float: left;
	margin-left: 10px;
}
#container_info #navegacao #setas .seta.esq{
	background: transparent url(../imgs/esq.png) 0 0 no-repeat;
	cursor: default;
}
#container_info #navegacao #setas .seta.esq.ativo{
	background: transparent url(../imgs/esq_ativo.png) 0 0 no-repeat;
	cursor: pointer;
}
#container_info #navegacao #setas .seta.dir{
	background: transparent url(../imgs/dir.png) 0 0 no-repeat;
	cursor: default;
}
#container_info #navegacao #setas .seta.dir.ativo{
	background: transparent url(../imgs/dir_ativo.png) 0 0 no-repeat;
	cursor: pointer;
}
#container_info #dados #info .lugar{
	display: none;
}
#container_info #dados #info .lugar:first-child{
	display: block;
}
#container_info #dados #info h1{
	font: 16px Georgia, sans-serif;
	color: #434242;
	margin: 0;
}
#container_info #dados #info .local{
	font: 12px Arial, Tahoma, sans-serif;
	color: #999999;
	margin: 5px 0;
}
#container_info #dados #info .valor{
	font: bold 12px Arial, Tahoma, sans-serif;
	color: #1e96c8;
}
#container_info #prejuizo #dados #info .valor{
	color: #cb4c4c;
}
#container_info #dados #info .texto{
	color: #b3b3b3;
	font: italic 11px/12px Arial, Tahoma, sans-serif;
	margin-top: 20px;
}
#container_info #dados .rdp{
	bottom: 0;
    color: #b3b3b3;
	font: italic 11px/12px Arial, Tahoma, sans-serif;
    position: absolute;
}
#container_info #conteudo .container_mapa{
	width: 540px;
	text-align: center;
	height: auto;
	overflow: hidden;
	position: relative;
	float: left;
}
#container_info #conteudo .container_mapa .tri{
    position: absolute;
    z-index: 10;
    opacity: 0.5;
}
#container_info #conteudo .container_mapa .tri.ativo{
	opacity: 1; 
}
#container_info .tooltip{
	width: 120px;
	height: 25px;
	background-color: #fff;
	display: none;
	position: absolute;
	-webkit-box-shadow: 0px 0px 11px 0px rgba(106, 106, 106, 0.75);
	-moz-box-shadow:    0px 0px 11px 0px rgba(106, 106, 106, 0.75);
	box-shadow:         0px 0px 11px 0px rgba(106, 106, 106, 0.75);
}
#container_info .tri{
	width: 0; 
	height: 0; 
	cursor: pointer;
}
#container_info .tri.afonso-pena{
	bottom: 100px;
    left: 234px;
	border-left: 64px solid transparent;
	border-right: 64px solid transparent;
	border-bottom: 64px solid #326094;
}
#container_info .tri.altamira{
	left: 284px;
	top: 110px;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 12px solid #326094;
}
#container_info .tri.cramer{
	bottom: 30px;
    left: 228px;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-bottom: 30px solid #326094;
}
#container_info .tri.protasio{
	left: 308px;
	top: 60px;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	border-bottom: 40px solid #326094;
}
#container_info .tri.confins{
	left: 328px;
    top: 280px;
	border-left: 68px solid transparent;
	border-right: 68px solid transparent;
	border-bottom: 68px solid #326094;
}
#container_info .tri.carajas{
	left: 288px;
    top: 140px;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #326094;
}
#container_info .tri.rondon{
	left: 218px;
    top: 250px;
	border-left: 42px solid transparent;
	border-right: 42px solid transparent;
	border-bottom: 42px solid #326094;
}
#container_info .tri.bacacheri{
	bottom: 100px;
    left: 308px;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-bottom: 16px solid #326094;
}
#container_info .tri.hercilio{
	bottom: 60px;
    left: 298px;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-bottom: 50px solid #326094;
}
#container_info .tri.martins{
	left: 418px;
    top: 80px;
	border-left: 52px solid transparent;
	border-right: 52px solid transparent;
	border-bottom: 52px solid #326094;
}
#container_info .tri.cataratas{
	bottom: 104px;
    left: 248px;
	border-left: 22px solid transparent;
	border-right: 22px solid transparent;
	border-bottom: 22px solid #326094;
}
#container_info .tri.genoveva{
	left: 278px;
    top: 254px;
	border-left: 48px solid transparent;
	border-right: 48px solid transparent;
	border-bottom: 48px solid #326094;
}
#container_info .tri.moreira{
	left: 352px;
    top: 132px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #326094;
}
#container_info .tri.zumbi{
	left: 482px;
    top: 182px;
	border-left: 24px solid transparent;
	border-right: 24px solid transparent;
	border-bottom: 24px solid #326094;
}
#container_info .tri.gomes{
	left: 92px;
    top: 92px;
	border-left: 58px solid transparent;
	border-right: 58px solid transparent;
	border-bottom: 58px solid #326094;
}
#container_info .tri.aluizio{
	right: 0;
    top: 116px;
	border-left: 38px solid transparent;
	border-right: 38px solid transparent;
	border-bottom: 38px solid #326094;
}
#container_info .tri.konder{
	bottom: 102px;
    left: 323px;
	border-left: 34px solid transparent;
	border-right: 34px solid transparent;
	border-bottom: 34px solid #326094;
}
#container_info .tri.paulo{
	right: 46px;
    top: 182px;
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
	border-bottom: 18px solid #326094;
}
#container_info .tri.pelotas{
	bottom: 9px;
    left: 272px;
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	border-bottom: 14px solid #326094;
}
#container_info .tri.salgado{
	bottom: 29px;
    left: 242px;
	border-left: 62px solid transparent;
	border-right: 62px solid transparent;
	border-bottom: 62px solid #326094;
}
#container_info .tri.teixeira{
	left: 119px;
    top: 176px;
	border-left: 32px solid transparent;
	border-right: 32px solid transparent;
	border-bottom: 32px solid #326094;
}
#container_info .tri.guararapes{
	right: 0;
    top: 127px;
	border-left: 56px solid transparent;
	border-right: 56px solid transparent;
	border-bottom: 56px solid #326094;
}
#container_info .tri.jpa{
	bottom: 117px;
    right: 82px;
	border-left: 36px solid transparent;
	border-right: 36px solid transparent;
	border-bottom: 36px solid #326094;
}
#container_info .tri.dumont{
	bottom: 127px;
    right: 62px;
	border-left: 66px solid transparent;
	border-right: 66px solid transparent;
	border-bottom: 66px solid #326094;
}
#container_info .tri.galeao{
	bottom: 127px;
    right: 67px;
	border-left: 72px solid transparent;
	border-right: 72px solid transparent;
	border-bottom: 72px solid #326094;
}
#container_info .tri.magalhaes{
	right: 17px;
    top: 207px;
	border-left: 60px solid transparent;
	border-right: 60px solid transparent;
	border-bottom: 60px solid #326094;
}
#container_info .tri.cunha{
	right: 107px;
    top: 87px;
	border-left: 28px solid transparent;
	border-right: 28px solid transparent;
	border-bottom: 28px solid #326094;
}
#container_info .tri.viracopos{
	bottom: 137px;
    right: 147px;
	border-left: 44px solid transparent;
	border-right: 44px solid transparent;
	border-bottom: 44px solid #326094;
}
#container_info .tri.congonhas{
	bottom: 143px;
    right: 115px;
	border-left: 70px solid transparent;
	border-right: 70px solid transparent;
	border-bottom: 70px solid #326094;
}
#container_info .tri.guarulhos{
	bottom: 148px;
    right: 135px;
	border-left: 54px solid transparent;
	border-right: 54px solid transparent;
	border-bottom: 54px solid #326094;
}
#container_info .tri.uberlandia{
	bottom: 178px;
    right: 175px;
	border-left: 26px solid transparent;
	border-right: 26px solid transparent;
	border-bottom: 26px solid #326094;
}
#container_info .tri.eurico{
	bottom: 143px;
    right: 50px;
	border-left: 46px solid transparent;
	border-right: 46px solid transparent;
	border-bottom: 46px solid #326094;
}



/*PREJUIZO*/
#container_info .tri.maria{
	right: 30px;
    top: 203px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #cb4c4c;
}
#container_info .tri.cesar{
	left: 284px;
    top: 53px;
	border-left: 60px solid transparent;
	border-right: 60px solid transparent;
	border-top: 60px solid #cb4c4c;
}
#container_info .tri.prates{
	right: 114px;
    top: 343px;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #cb4c4c;
}
#container_info .tri.pampulha{
	right: 114px;
    top: 333px;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-top: 16px solid #cb4c4c;
}
#container_info .tri.atlas{
	left: 124px;
    top: 3px;
	border-left: 58px solid transparent;
	border-right: 58px solid transparent;
	border-top: 58px solid #cb4c4c;
}
#container_info .tri.juscelino{
	left: 304px;
    top: 253px;
	border-left: 48px solid transparent;
	border-right: 48px solid transparent;
	border-top: 48px solid #cb4c4c;
}
#container_info .tri.suassuna{
	right: 24px;
    top: 153px;
	border-left: 52px solid transparent;
	border-right: 52px solid transparent;
	border-top: 52px solid #cb4c4c;
}
#container_info .tri.antonio{
	bottom: 143px;
    left: 214px;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-top: 50px solid #cb4c4c;
}
#container_info .tri.lisandro{
	right: 76px;
    top: 333px;
	border-left: 36px solid transparent;
	border-right: 36px solid transparent;
	border-top: 36px solid #cb4c4c;
}
#container_info .tri.corumba{
	left: 176px;
    top: 273px;
	border-left: 56px solid transparent;
	border-right: 56px solid transparent;
	border-top: 56px solid #cb4c4c;
}
#container_info .tri.cruzeiro{
	left: -1px;
    top: 143px;
	border-left: 54px solid transparent;
	border-right: 54px solid transparent;
	border-top: 54px solid #cb4c4c;
}
#container_info .tri.amado{
	right: 9px;
    top: 223px;
	border-left: 70px solid transparent;
	border-right: 70px solid transparent;
	border-top: 70px solid #cb4c4c;
}
#container_info .tri.castro{
	right: -1px;
    top: 140px;
	border-left: 68px solid transparent;
	border-right: 68px solid transparent;
	border-top: 68px solid #cb4c4c;
}
#container_info .tri.diomicio{
	bottom: 60px;
    left: 313px;
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
	border-top: 18px solid #cb4c4c;
}
#container_info .tri.loyola{
	bottom: 70px;
    left: 293px;
	border-left: 42px solid transparent;
	border-right: 42px solid transparent;
	border-top: 42px solid #cb4c4c;
}
#container_info .tri.bezerra{
	left: 383px;
    top: 137px;
	border-left: 22px solid transparent;
	border-right: 22px solid transparent;
	border-top: 22px solid #cb4c4c;
}
#container_info .tri.richa{
	bottom: 121px;
    left: 263px;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	border-top: 40px solid #cb4c4c;
}
#container_info .tri.macae{
	bottom: 142px;
    right: 91px;
	border-left: 26px solid transparent;
	border-right: 26px solid transparent;
	border-top: 26px solid #cb4c4c;
}
#container_info .tri.alberto{
	left: 241px;
    top: 2px;
	border-left: 72px solid transparent;
	border-right: 72px solid transparent;
	border-top: 72px solid #cb4c4c;
}
#container_info .tri.correa{
	left: 317px;
    top: 128px;
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	border-top: 14px solid #cb4c4c;
}
#container_info .tri.ribeiro{
	right: 107px;
    top: 258px;
	border-left: 32px solid transparent;
	border-right: 32px solid transparent;
	border-top: 32px solid #cb4c4c;
}
#container_info .tri.lysias{
	right: 127px;
    top: 168px;
	border-left: 66px solid transparent;
	border-right: 66px solid transparent;
	border-top: 66px solid #cb4c4c;
}
#container_info .tri.filho{
	right: 97px;
    top: 94px;
	border-left: 24px solid transparent;
	border-right: 24px solid transparent;
	border-top: 24px solid #cb4c4c;
}
#container_info .tri.coelho{
	right: 65px;
    top: 166px;
	border-left: 28px solid transparent;
	border-right: 28px solid transparent;
	border-top: 28px solid #cb4c4c;
}
#container_info .tri.pora{
	bottom: 152px;
    left: 219px;
	border-left: 34px solid transparent;
	border-right: 34px solid transparent;
	border-top: 34px solid #cb4c4c;
}
#container_info .tri.placido{
	left: 19px;
    top: 146px;
	border-left: 64px solid transparent;
	border-right: 64px solid transparent;
	border-top: 64px solid #cb4c4c;
}
#container_info .tri.wilson{
	left: 219px;
    top: 52px;
	border-left: 62px solid transparent;
	border-right: 62px solid transparent;
	border-top: 62px solid #cb4c4c;
}
#container_info .tri.stumpf{
	bottom: 132px;
    right: 83px;
	border-left: 76px solid transparent;
	border-right: 76px solid transparent;
	border-top: 76px solid #cb4c4c;
}
#container_info .tri.marte{
	bottom: 129px;
    right: 133px;
	border-left: 46px solid transparent;
	border-right: 46px solid transparent;
	border-top: 46px solid #cb4c4c;
}
#container_info .tri.tabatinga{
	left: 43px;
    top: 89px;
	border-left: 44px solid transparent;
	border-right: 44px solid transparent;
	border-top: 44px solid #cb4c4c;
}
#container_info .tri.tefe{
	left: 143px;
    top: 109px;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 12px solid #cb4c4c;
}
#container_info .tri.petronio{
	right: 73px;
    top: 109px;
	border-left: 38px solid transparent;
	border-right: 38px solid transparent;
	border-top: 38px solid #cb4c4c;
}
#container_info .tri.franco{
	bottom: 182px;
    right: 123px;
	border-left: 74px solid transparent;
	border-right: 74px solid transparent;
	border-top: 74px solid #cb4c4c;
}
#container_info .tri.berta{
	bottom: 182px;
    right: 123px;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid #cb4c4c;
}

#container_info .fa.tri{
	border: none;
	display: block;
	color: #6dcb4c;
}




