.aw_configurar{
	display: none;
	position: fixed;
	z-index: 999;
	background: rgba(0,0,0,.4);
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}
.aw_configurar.activo{
	display: block;
}
.aw_configurar .aw_configurar_inner{
	width: 40%;
	margin: 0 auto;
	background: #fff;
	padding: 20px;
	border-radius: 2px;
	box-shadow: 1px 1px 2px rgba(0,0,0,.5);
	margin-top: 50px;
}
