.fundo{
	width: 100%;
	height: 100%;
	background: url("../../images/barra_alpha.png");
	position:fixed;
	top:0;
	left:0;
	z-index: 2;
}


.p-titulo{
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	background-color: #D5D5D5;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 20px;
	text-transform: uppercase;
	z-index: 3;
}
.p-titulo .btn{
	position: absolute;
	cursor: pointer;
}

.p-titulo .label{
	position: absolute;
	float:left;
	width: 50%;
}
