@charset "utf-8";
/* CSS Document */

* { padding: 0; margin: 0; }

html, body { width:100%; height:100%; }

#conteudo {background-color:#E8DEC6;
	width:100%; height:100%; display:block;	overflow:hidden;
}

#gallery { visibility:hidden; }



/*acompanhe sua obra*/
.clear {
	clear:both;
}
.texto-acompanhe {
	font-family:Arial;
	font-size:13px;
	color:#336666;
}
.titulos-acompanhe {
	font-family:Arial;
	font-size:25px;
	color:#336666;
}
body#acompanhe {
	background-color:#ECE2CD;
}
#content-acompanhe {
	background-image:url(../imagens/bg-acompanhe.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	background-color:#FFF;
	width:100%;
}
#bar-atualizacao {
	height:30px;
	width:560px;
	float:right;
}
#main-acompanhe {
	width:980px;
	margin:0 auto;
}
#topo-acompanhe {
	width:100%;
	margin:0 auto;
	padding-top:20px;
}
#bar-topo {
	width:560px;
	float:right;
}
h1#logo-manguinhos {
	background-image:url(../imagens/logo-manguinhos.png);
	background-repeat:no-repeat;
	background-position:center;
	margin-left:100px;
	margin-bottom:20px;
	width:215px;
	height:145px;
	display:inline;
	float:left;
}
#torres {
	padding:3px;
	float:right;
	margin-top:30px;
	margin-bottom:30px;
}
#base-acompanhe {
	background-image:url(../imagens/base-acompanhe.jpg);
	background-repeat:repeat-x;
	background-position:top center;
	width:100%;
	height:255px;
}

.conteudo-fotos {
	height:330px;
	width:560px;
	overflow:auto;
	list-style-type:none;
	padding-left:5px;
	float:right;
}
.conteudo-fotos li {
	list-style-type:none;
	margin-right:15px;
	margin-bottom:10px;
	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;
	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:#336666;
	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:#336666;
}
.grafico-vazio {
	background-color:#FFFFFF;
	font-size:0;
	display:block;
	width:150px;
	height:8px;
	margin:0 auto;
	vertical-align:middle;
}

