img.cerrar {
	position: absolute;
	top: -12px;
	right: -17px;
	cursor:pointer;
}

.textocompletar{
	position:absolute;
	font-size: 35px;
	width: 214px;
	height: 33px;
}

.select1{
	position: absolute;
	font-size: 40px;
	top: 422px;
	left: 520px;
}

.digitar{
	top: 558px;
	right: 313px;
	width: 380px;
	color: #000;
	border: none 5px #999999;
}

.verificar{
	position: absolute;
	font-size: 36px;
	background-color: #eb7f26;
	color: #fff;
	padding: 5px 10px;
	border-radius: 15px;	
	bottom: 120px;
	right: 120px;
	cursor: pointer;
}
.verificar:hover{
	opacity: 0.8;
}
.verificar:active{
	bottom: 120px;
	opacity: 1;
}

.reiniciar{
	cursor: pointer;
	position:absolute;
	bottom: 40px;
	right: 40px;
}

input{
	position: absolute;
	height: 57px;
	font-size: 56px;
	background: none;
	border-radius: 15px;
	border: dashed 5px #eb7f26;
	text-align: center;
}

.botons img:hover{
	opacity: 0.8;
}