
		/*Janela de resultados de numeros*/
		statistics{
			position:absolute;
			top:89px;
			left:0px;
			width: 100%;
			background:#FFF;
			border:#CCC solid 1px;
			border-radius: 3px;
			box-sizing:border-box;
			display:none;
			padding:5px;
			z-index: 10;
		}

		statistics header{
			position:relative;
			float:left;
			width: 100%;
			border-bottom:#CCC solid 1px;
			font-weight: bold;
		}
		statistics header close{
			position: relative;
			float:right;
			font-size:12px;
			cursor:pointer;
		}
		statistics content{
			position:relative;
			float:left;
			width: 100%;
			overflow:auto;
			z-index: 200;
			background:#FFF;
		}
		statistics legend{
			position:relative;
			float:left;
			width: 100%;
			font-style:italic;
			margin-top:4px;
		}
		statistics span{
			position:relative;
			float:left;
			width: 100%;
			padding-left: 10px;
			box-sizing:border-box;
		}
		statistics span img{
			position:relative;
			left: -4px;
			width:8px;
			height: 8px;
		}
		statistics section{
			position:relative;
			float:left;
			width: 100%;
			padding-left: 30px;
			box-sizing:border-box;
			z-index: 10;
		}
		statistics flag{
			position:absolute;
			top:0px;
			width: 10px;
			right:-10px;
			height:100%;
			background:#FFF;
		}
