#foto_fundo {
	width: 100%;
	background: #f0f0f0;
	z-index: -10;
	top: 133px;
}
h2 {
	margin-top: 10px;
}
h2 small{
	font-weight: normal;
	font-size: 90%;
}
/*	#estInfo {
	position: absolute;
	background: rgba(255,255,255,0.75);
	border: 1px solid black;
	padding: 10px;
	top: 150px;
	right: 35%;
	right: calc(35% - 1px);
}
#estInfo p {
	font-size: 90%;
	line-height: 1;
}
#estInfo small {
	font-size: 80%;
	line-height: 1;
	color: #666;
} */
#popup {
	position: absolute;
	display: none;
	background: white;
	border-radius: 4px;
	padding: 5px;
	border: 1px solid #ddd;
	z-index: 10000;
	-webkit-box-shadow: 3px 3px 6px 0 #707070;
	   -moz-box-shadow: 3px 3px 6px 0 #707070;
	        box-shadow: 3px 3px 6px 0 #707070;
}
#popup span {
	font-size: 70%;
	color: #999;
}

#divGrafico {
	width: 100%;
	height: 200px;
	margin-bottom: 8px;
}
p.legenda  {
	color: #6f6f6f;
	font-size: 90%;
	text-align: center;
}
p.legenda span {
	margin-left: 8px;
}
.q0 {color: none; color: rgba(255,255,255,0);}
.q1 {color: #0098db; background-color: #0098db;}
.q2 {color: #00a85a; background-color: #00a85a;}
.q3 {color: #fcb421; background-color: #fcb421;}
.q4 {color: #ee3338; background-color: #ee3338;}
.q5 {color: #8b508b; background-color: #8b508b;}

.graphLabeldivGrafico, .graphValuedivGrafico {
	color: #6f6f6f;
	font-size: 14px;
}
