#infoarte{
	width: 1190px;
	height: auto;
	overflow: hidden;
	margin: 0 auto 50px;
}
#infoarte #mapa{
	position: relative;
	float: left;
	background: transparent url("../imgs/mapa.png") 0 0 no-repeat;
	width: 862px;
	height: 420px;
}
#infoarte #mapa .circ{
	background: #af8bbc;
	opacity: 0.5;
	border-radius: 50%;
	position: absolute;
	cursor: pointer;
	z-index: 2;
}
#infoarte #mapa .circ.ativo{
	background: #8a519e;
	opacity: 0.8;
}
#infoarte #mapa #malta.circ{
	width: 45px;
	height: 45px;
	top: 104px;
	left: 382px;
}
#infoarte #mapa #chipre.circ{
	width: 100px;
	height: 100px;
	left: 405px;
    top: 79px;
    z-index: 1;
}
#infoarte #mapa #portugal.circ{
	width: 20px;
	height: 20px;
	left: 337px;
    top: 102px;
}
#infoarte #mapa #espanha.circ{
	width: 20px;
	height: 20px;
	left: 350px;
    top: 102px;
}
#infoarte #mapa #grecia.circ{
	width: 10px;
	height: 10px;
	left: 419px;
    top: 110px;
}
#infoarte #mapa #irlanda.circ{
	width: 20px;
	height: 20px;
	left: 353px;
    top: 67px;
}
#infoarte #mapa #eua.circ{
	width: 15px;
	height: 15px;
	left: 114px;
    top: 108px;
}
#infoarte #mapa #letonia.circ{
	width: 10px;
	height: 10px;
	left: 422px;
    top: 58px;
}
#infoarte #dados{
	margin-left: 40px;
	width: 280px;
	float: left;
}
#infoarte #navegacao{
	width: 100%;
	height: auto;
	overflow: hidden;
}
#infoarte #navegacao #contagem{
	font: italic 14px/27px Georgia, sans-serif, Arial, tahoma;
	color: #9a9a9a;
	float: left;
	margin-right: 8px;
}
#infoarte #navegacao #setas{
	float: left;
}
#infoarte #navegacao #setas .seta{
	width: 27px;
	height: 27px;
	float: left;
	margin-left: 10px;
}
#infoarte #navegacao #setas .seta.esq{
	background: transparent url(../imgs/esq.png) 0 0 no-repeat;
	cursor: default;
}
#infoarte #navegacao #setas .seta.esq.ativo{
	background: transparent url(../imgs/esq_ativo.png) 0 0 no-repeat;
	cursor: pointer;
}
#infoarte #navegacao #setas .seta.dir{
	background: transparent url(../imgs/dir.png) 0 0 no-repeat;
	cursor: default;
}
#infoarte #navegacao #setas .seta.dir.ativo{
	background: transparent url(../imgs/dir_ativo.png) 0 0 no-repeat;
	cursor: pointer;
}
#infoarte #dados #info{
	border-top: 1px solid #eee8d4;
	border-bottom: 1px solid #eee8d4;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
	padding: 20px 0;
}
#infoarte #dados #info #ct_info{
	width: 20000px;
}
#infoarte #dados #info .pais{
	width: 280px;
	float: left;
}
#infoarte #dados #info .pais .bandeira{
	width: 48px;
	height: 48px;
	float: left;
	margin-right: 10px;
}
#infoarte #dados #info .pais .nomes{
	float: left;
}
#infoarte #dados #info .pais .nomePais{
	font: 20px/23px OGloboCondensedBold, Arial, Tahoma, sans-serif;
	color: #333333;
}
#infoarte #dados #info .pais .continente{
	font: 20px/15px OGloboCondensedLight, Arial, Tahoma, sans-serif;
	color: #333333;
}
#infoarte #dados #info .pais .investimento{
	width: 100%;
	height: auto;
    overflow: hidden;
    padding-top: 30px;
    margin-bottom: 18px;
}
#infoarte #dados #info .pais .titulo{
	font: bold 13px/14px Arial, Tahoma, sans-serif;
	color: #000;
}
#infoarte #dados #info .pais .titulo.left{
	float: left;
}
#infoarte #dados #info .pais .valor{
	font: 25px/25px OGloboCondensedSemibold, Arial, Tahoma, sans-serif;
	color: #9679a1;
	text-align: right;
	float: right;
}

#infoarte #dados #info .pais p{
	font: 13px/14px Arial, Tahoma, sans-serif;
	color: #4b4b4b;
	width: 100%;
	float: none;
}