#divBaixo{
	width: 35%;
	height: 445px;
	float: left;
	text-align: left;
	padding-left: 0px;
	padding-right: 0px;
	background: url(../DG/bgUlGrafico.png);
	background-position: right;
	background-repeat: repeat-y;
	margin-bottom: 20px;
}

#divBaixo ul {
	list-style: none;
	padding: 0px;
}

#divBaixo li {
	text-align: right;
	padding: 8px 25px 7px 5px;
	background: url(../DG/bgUlGrafico.png);
	background-position: right;
	background-repeat: repeat-y;
}

#divBaixo a: hover {
	color: #636;
}
	
 #divBaixo #gselected {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	background: #fff url(../DG/bgBPesquisaS.png);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 8px;
	padding-bottom: 7px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
}

#divMostraIndicadores {
	width: 55%;
	height: 445px;
	float: left;
	padding-left: 10px;
	margin-bottom: 20px;
}

#divMostraIndicadores img {
	float: right;
	position:relative;
	top: 15px;
	left: 60px;
}

#divAviso {
	width: 100%;
	height: 30px;
	position: relative;
	bottom: -25px;
}


#fim {
	width: 100%;
	height: 10px;
}

