.btn1{
	background-image: url('../img/btn1.png');
	background-repeat:no-repeat;
	position: absolute;
	top: 660px;
	left: 120px;
	width: 240px;
    height: 70px;
	cursor: pointer;
}
.btn1:hover{
	opacity: 0.85;
}
.btn1activado{
	background-image: url('../img/btn1a.png');
}

.btn2{
	background-image: url('../img/btn2.png');
	background-repeat:no-repeat;
	position: absolute;
	top: 660px;
    left: 400px;
    width: 240px;
    height: 70px;
	cursor: pointer;
}
.btn2:hover{
	opacity: 0.85;
}
.btn2activado{
	background-image: url('../img/btn2a.png');
}

.btn3{
	background-image: url('../img/btn3.png');
	background-repeat:no-repeat;
	position: absolute;
	top: 660px;
    left: 700px;
    width: 240px;
    height: 70px;
	cursor: pointer;
}
.btn3:hover{
	opacity: 0.85;
}
.btn3activado{
	background-image: url('../img/btn3a.png');
}

.ins{
	position:absolute;
	top: 119px;
    left: 175px;
	opacity: 0;
	width: 240px;
    height: 70px;
	-webkit-transition:all 1s ease-out;  /* Chrome y Safari */
    -o-transition:all 1s ease-out;  /* Opera */
    -moz-transition:all 1s ease-out;  /* Mozilla Firefox */
    -ms-transition:all 1s ease-out;   /* Internet Explorer */
    transition:all 1s ease-out;  /* W3C */
}

textarea{
	position: absolute;
    top: 232px;
    left: 198px;
    width: 1029px;
    height: 387px;
	font-size: 24px;
	padding: 15px;
	border-radius: 12px;
	border: dashed 2px #999999;
	font-family: Myriad Pro;
	text-align:justify;
	resize:none;
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

::-webkit-scrollbar {
      width: 20px;
}
::-webkit-scrollbar-track {
      background-color: #2CA396;
} 
::-webkit-scrollbar-thumb {
      background-color: #1BE7DC;
	  border-radius: 7px;
}

input{
	position: absolute;
	height: 57px;
	font-size: 56px;
	background: none;
	border-radius: 15px;
	border: dashed 5px #eb7f26;
	text-align: center;
}

input[type=checkbox] {
	width: 27px;
	height: 27px;
}

.a1 {
	position: absolute;
	top: 457px;
    left: 286px;
}
.a2 {
	position: absolute;
	top: 504px;
	left: 287.5px;
}
.a3 {
	position: absolute;
	top: 555px;
    left: 289px;
}

.b1 {
	position: absolute;
	top: 457px;
    left: 286px;
}
.b2 {
	position: absolute;
	top: 504px;
	left: 287.5px;
}
.b3 {
	position: absolute;
	top: 555px;
    left: 289px;
}

.c1 {
	position: absolute;
	top: 457px;
    left: 286px;
}
.c2 {
	position: absolute;
	top: 504px;
	left: 287.5px;
}
.c3 {
	position: absolute;
	top: 555px;
    left: 289px;
}

.d1 {
	position: absolute;
	top: 457px;
    left: 286px;
}
.d2 {
	position: absolute;
	top: 504px;
	left: 287.5px;
}
.d3 {
	position: absolute;
	top: 555px;
    left: 289px;
}

.boton1{
	background-image: url('../img/boton1.png');
	background-repeat:no-repeat;
	position: absolute;
	top: 230px;
	left: 440px;
	width: 76px;
    height: 72px;
	cursor: pointer;
}
.boton1:hover{
	transform: scale(1.1,1.1);
}
.boton1activado{
	background-image: url('../img/boton1a.png');
}

.boton2{
	background-image: url('../img/boton2.png');
	background-repeat:no-repeat;
	position: absolute;
	top: 230px;
	left: 570px;
	width: 76px;
    height: 72px;
	cursor: pointer;
}
.boton2:hover{
	transform: scale(1.1,1.1);
}
.boton2activado{
	background-image: url('../img/boton2a.png');
}

.boton3{
	background-image: url('../img/boton3.png');
	background-repeat:no-repeat;
	position: absolute;
	top: 230px;
	left: 710px;
	width: 76px;
    height: 72px;
	cursor: pointer;
}
.boton3:hover{
	transform: scale(1.1,1.1);
}
.boton3activado{
	background-image: url('../img/boton3a.png');
}

.boton4{
	background-image: url('../img/boton4.png');
	background-repeat:no-repeat;
	position: absolute;
	top: 230px;
	left: 850px;
	width: 76px;
    height: 72px;
	cursor: pointer;
}
.boton4:hover{
	transform: scale(1.1,1.1);
}
.boton4activado{
	background-image: url('../img/boton4a.png');
}