.easyPieChart {
    position: relative;
    text-align: center;
}

.easyPieChart canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.span3 {
	float:left;
	/*border:1px solid #F00;*/
	height:230px;
}

.tnumber {
	display: block;
	font-weight: 300;
	color: #ccc;
	font-size: 1.3em;
}

.header2 {
	color: #001c44;
	font-weight: 500;
	font-size: 1.5em;
	text-transform: uppercase;
	line-height: 1em;
	/*height: 40px;
	margin: 1em 0 0 0;*/
}

.valores {
	display: block;
	/*font-weight: 300;*/
	font-size: 2em;
	margin: .4em 0 0;
	padding: .2em 0;
	text-align:center;
	/*top:90px;
	position:relative;
	z-index:99999;*/
}

.sec_icon {
	width: 70px;
	height: 70px;
	margin: auto;
	top:40px;
	position:relative;
	/*z-index:99999;
	border:1px solid #F00;*/

}

.par_icon {
	/*background:url("menu_bg_left.png") top left no-repeat;*/
	background: url('imgs/user.png') no-repeat;
	/*background-position: -55px -42px;
top: 50px;*/
}

.bapt_icon {
	background: url('imgs/bapt.png') no-repeat;
}
.cas_icon {
	background: url('imgs/cas.png') no-repeat;
}
.fam_icon {
	background: url('imgs/fam.png') no-repeat;
}
.cat_icon {
	background: url('imgs/cat.png') no-repeat;
}
.obt_icon {
	background: url('imgs/obt.png') no-repeat;
}