@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
}
html, body {
	width:100%;
	height:100%;
}

body#acompanhe {
	background-image:url(../imagens/bg-site.jpg);
	background-position:center;
}

#conteudo {
	background-color:#00565E;
	width:100%;
	height:100%;
	min-height:580px;
	min-width:1000px;
	display:block;
	overflow:hidden;
}
#gallery {
	visibility:hidden;
}

#pagina-acompanhe {
	-webkit-box-shadow:#333 0px 0px 10px;
	-moz-box-shadow:#333 0px 0px 10px;
	box-shadow:#333 0px 0px 10px;
	behavior:url(css/PIE.htc);
	background-image:url(../imagens/bg-site.jpg);
	background-position:center;
	position:absolute;
	width:980px;
	height:580px;
	top:50%;
	left:50%;
	margin-top:-290px;
	margin-left:-490px;
}
#col-acompanhe {
	-webkit-box-shadow:#333 5px 0px 10px;
	-moz-box-shadow:#333 5px 0px 10px;
	box-shadow:#333 5px 0px 10px;
	behavior:url(css/PIE.htc);
	background-image:url(../imagens/bg-col-acompanhe.jpg);
	background-position:center;
	position:relative;
	z-index:5;
	width:380px;
	height:580px;
	float:left;
}
.logo-wings {
	width:208px;
	height:118px;
	background-image:url(../imagens/logo-wings.png);
	background-repeat:no-repeat;
	background-position:center;
	margin:0 auto;
	margin-top:70px;
}

#topo-acompanhe {
	width:600px;
	height:250px;
	float:right;
	position:relative;
	z-index:1;
	background-image:url(../imagens/topo-acompanhe.jpg);
	background-repeat:no-repeat;
	background-position:center;
	display:inline;
}
#main-acompanhe {
	width:550px;
	height:310px;
	float:right;
	position:relative;
	z-index:2;
	background-image:url(../imagens/gb-titulo-acompanhe.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	padding-top:17px;
	padding-left:50px;
	display:inline;
}


#main_obras { width:970px; margin-top:40px; }
#lista_obras { width:360px; float:left; margin-left:20px; margin-top:70px; display:inline; }
#lista_obras p { color:#FFF; }
#lista_obras p#conclusao { float:left; padding-top:20px; }
#lista { background-image:url(../imagens/lista_obras.png); background-position:center; background-repeat:no-repeat; width:92px; height:263px; margin-right:10px; float:left; display:inline; }

#progresso_obras { width:200px; height:270px; margin-right:10px; float:left; display:block; }

#barra_progresso_obras { background-color:#ffffff; width:200px; height:4px; min-height:4px; padding:4px; border:1px solid #CAC7AA; font-size:0; /* IE6 */ margin-bottom:4px; display:block; }

#porcentagem_obras { width:30px; height:270px; margin-left:5px; float:left; display:inline; margin-top:-2px; }
#porcentagem_obras p{ font-size:12px; font-family:Arial; line-height:18px; }
#obras p{ margin-left:5px; }

#moldura_miniaturas { width:550px;	height:230px; margin-top:40px; }
#miniaturas { width:110px; height:90px;	border:5px solid #000000; float:left; margin-right:5px; margin-bottom:5px; display:block; }
.texto_geral2 {
	font-family:Arial;
	color:#2D2720;
	font-size:13px;
	letter-spacing:-1px;
}







/*acompanhe*/
#bar-select {
	padding:20px;
	text-align:center;
}
#torres {
	padding:3px;
	margin:0 auto;
	margin-bottom:20px;
}
#gallery {
	visibility:hidden;
}
.clear {
	clear:both;
}
#miniaturas {
	width:110px;
	height:90px;
	padding:10px;
	background-image:url(../imagens/bg_miniaturas.jpg);
	background-position:center;
	background-repeat:no-repeat;
	float:left;
}
.titulo-acompanhe {
	font-family:Arial;
	font-size:20px;
	font-weight:normal;
	color:#FFF;
	text-align:center;
}
.texto-acompanhe {
	font-family:Arial;
	font-size:12px;
	text-align:left;
	margin-top:4px;
	float:left;
	color:#666;
}
.conteudo-fotos {
	height:205px;
	width:530px;
	overflow:auto;
	list-style-type:none;
	padding-left:5px;
	float:right;
	margin-right:20px;
}
.conteudo-fotos li {
	list-style-type:none;
	margin-right:5px;
	margin-bottom:5px;
	display:inline;
	float:left;
}
.conteudo-fotos li a img {
	border:5px solid #FC0;
}
.conteudo-fotos li a:hover img {
	border:5px solid #FC6;
}
.tabela-graficos-obras {
	padding-bottom:20px;
	margin-left:20px;
	float:left;
}
.tabela-graficos-obras tr td {
	padding:1px;
}
.tabela-graficos-obras tr td.legendas {
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	text-align:right;
	width:125px;
	padding-right:10px;
}
.tabela-graficos-obras tr td.graficos {
	width:150px;
}
.grafico-progresso {
	background-color:#FC0;
	font-size:0;
	display:block;
	width:50px;
	height:8px;
}

.tabela-graficos-obras tr td.porcentagem {
	padding-left:10px;
	font-family:Arial;
	font-size:11px;
	color:#fff;
}
.grafico-vazio {
	background-color:#E9E9E9;
	font-size:0;
	display:block;
	width:150px;
	height:8px;
	margin:0 auto;
	vertical-align:middle;
}

