	
.boxCrud{
		margin: 0 auto;
		margin-top:18%;
		width: 80%;
		height:770px;
		position: absolute;
		z-index: 2;
		left: 10%;
		overflow-y:auto;
		
	}
.tituloCrud{
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 20px 0 22px 0;
	width: 100%;
	text-align: center;
	font-size: 34px;
	display: block;
	background-color: rgba(255, 255, 255, .9);
	color: #1A83FF;
	font-weight: bolder;
	position:absolute;
	z-index:2;
}
a.icoAcao{
	width: 65px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    padding: 12px 10px 0 10px;
    background-color: #1A83FF;
    color: #FFF;
    border-radius: 5px;
    position: absolute;
    left: 2%;
}
a.icoAcao:hover{
	opacity: .5;
}

.boxFieldsCrud{
	padding: 20px 0 60px 0;
	margin-top:0;
	width: 100%;
	display: block;
	background-color: rgba(255, 255, 255, .9);
}
.camposCrud{
	margin: 0 auto;
	margin-top: 20px;
	width: 80%;
}
.camposCrud input, .camposCrud select{
	width: 100%;
	height: 45px;
}
.camposCrud label{
	width: 100%;
	display: block;
	font-size: 14px;
}
.btnEnviar{
	color: #fff;
	background-color: #333;
    color: #fff;
    cursor: pointer;
    width:100% !important;
    text-align:center;
    height:60px;
    line-height:60px;
}

.btnEnviar:hover{
	opacity: 0.5;
	color: #fff;
}
