@charset "utf-8";
/* CSS Document */


.uno{
background: url(../img/L_G05_U06_L04_03_03_uno_act3.png) no-repeat;
  background-size: 100%;
  width: 314px;
  height: 543px;
  position: absolute;
  top: 208px;
  right: 1020px;
  cursor: pointer;
}

.dos{
	background: url(../img/L_G05_U06_L04_03_03_dos_act3.png) no-repeat;
	  background-size: 101%;
  width: 309px;
  height: 543px;
  position: absolute;
  top: 208px;
  right: 693px;
  cursor: pointer;
}
.tres{
	background: url(../img/L_G05_U06_L04_03_03_tres_act3.png) no-repeat;
	background-size: 99%;
  width: 324px;
  height: 548px;
  position: absolute;
  top: 203px;
  right: 349px;
  cursor: pointer;
}
.cuatro{
	background: url(../img/L_G05_U06_L04_03_03_cuatro_act3.png) no-repeat;
  background-size: 107%;
  width: 303px;
  height: 545px;
  position: absolute;
  top: 208px;
  right: 41px;
  cursor: pointer;
}

.formal{
  background: url(../img/L_G05_U06_L04_03_03_act3_formal.png) no-repeat;
  background-size: 80%;
  width: 355px;
  height: 78px;
  position: absolute;
  top: 675px;
  right: 675px;
  cursor: pointer;
}

.informal{
  background: url(../img/L_G05_U06_L04_03_03_act3_informal.png) no-repeat;
    background-size: 80%;
  width: 355px;
  height: 78px;
  position: absolute;
  top: 675px;
  right: 309px;
  cursor: pointer;
}



