input {
	width: 178px;
	height: 30px;
	border: dashed 2px #b7b7b6;
	border-radius: 5px;
	background: rgba(0,0,0,0);
	position: absolute;
	text-align: center;
	color: #ECEDE9;
	font-size:1.7em;
}
.izquierda {
	width: 240px;
}
.nosel {
	position: absolute;
	top: 118px;
	left: 20px;
	width: 1172px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
}
.nosel2 {
	position: absolute;
	top: 232px;
	left: 31px;
	width: 1308px;
    height: 507px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
}
