@import url("S_G06_U02_L03_03.css");
 .observaAnimacion2 {
     background-image: url(../img/S_G06_U03_L02_04/observaAnimacion.png);
     background-repeat: no-repeat;
     background-size: 100% 100%;
     width: 1247px;
     height: 680px;
     position: absolute;
 }
 
.area1 {
    background-image: url(../img/S_G06_U03_L02_04/imgAct1-01.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1084.57px;
    height: 595.6px;
    position: absolute;
    top: 3%;
    left: 4%;
}


.cntMovimientos {
    width: 780px;
  height: 150px;
  background-color: transparent;
  position: absolute;
  top: 70%;
  left: 21%;
}
.cntMovimientos2 {
    width: 780px;
  height: 150px;
  background-color: transparent;
  position: absolute;
  top: 70%;
  left: 27%;
}
.cntMovimientos3 {
    width: 780px;
  height: 150px;
  background-color: transparent;
  position: absolute;
  top: 70%;
  left: 27%;
}
.movimientoDrag {
    width: 249.833px;
    height: 82.23px;
    position: relative;
    background-color: #2FAC66;
    border-radius: 10px;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
      
}

.movimientoDrag .textoCentrado {
    font-family: 'cabinregular';
    font-size: 33px;
    color: #ffffff;
    text-align: center;
}

.movimientoDrop {
    width: 249.833px;
    height: 82.23px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 0px;
}

#lstDrags {
    margin: 0;
    padding: 0;
    position: absolute;
    
}
#lstDrags li{
    float: left;
    
    margin-right: 10px;
    margin-bottom: 5px;
}

#lstDrags li .movimientoDrag {
    background-color: #2FAC66;
}


#lstDrops {
  margin: 0;
  padding: 0;
  position: absolute;
  top: -163%;
  left: 1.3%;
  width: 780px;
  height: 200px;
}
#lstDrops2 {
  margin: 0;
  padding: 0;
  position: absolute;
  top: -163%;
  left: -1.7%;
  width: 780px;
  height: 200px;
}
#lstDrops3 {
  margin: 0;
  padding: 0;
  position: absolute;
  top: -163%;
  left: -1.7%;
  width: 780px;
  height: 200px;
}
.textoCentrado {
    white-space: nowrap;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    
}





/*POPUP*/

.popEs {
	margin: 0px;
	margin-left:18%;
	margin-top:19%;
	width: 1150px;
	height: 650px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background: #EDEDED; /* Old browsers */
	background: -moz-linear-gradient(left, #EDEDED 0%, #EDEDED 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #EDEDED), color-stop(100%, #EDEDED)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #EDEDED 0%, #EDEDED 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #EDEDED 0%, #EDEDED 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #EDEDED 0%, #EDEDED 100%); /* IE10+ */
	background: linear-gradient(to right, #EDEDED 0%, #EDEDED 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EDEDED', endColorstr='#EDEDED', GradientType=1 ); /* IE6-9 */
}
.popEs .btnCerrarEs {
	background-image: url(../img/S_G06_U03_L02_04/cerrar-01.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 83.5px;
	height: 83.83px;
	position: absolute;
	  top: -39px;
  right: -46px;
	border: 0;
	font-size: 0;
	margin-top: 9px;
	margin-right: 12px;
	z-index:2;
}

.btnEs {
	position: absolute;
	left: 960px;
	top: 350px;
	  width: 284.38px;
      height: 75.38px;
}

.area2{
    background-image: url(../img/S_G06_U03_L02_04/imgIlus1-01.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 1123.73px;
	height: 611.65px;
	position: absolute;
	  top: 3%;
  left: 3.5%;
}
.nextPop{
    position: absolute;
	left: 960px;
	top: 350px;
	  width: 64px;
      height: 64px;
}


/*POPUP*/

.popEs2 {
	margin: 0px;
	margin-left:18%;
	margin-top:19%;
	width: 1160px;
	height: 650px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background: #EDEDED; /* Old browsers */
	background: -moz-linear-gradient(left, #EDEDED 0%, #EDEDED 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #EDEDED), color-stop(100%, #EDEDED)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #EDEDED 0%, #EDEDED 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #EDEDED 0%, #EDEDED 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #EDEDED 0%, #EDEDED 100%); /* IE10+ */
	background: linear-gradient(to right, #EDEDED 0%, #EDEDED 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EDEDED', endColorstr='#EDEDED', GradientType=1 ); /* IE6-9 */
}
.popEs2 .btnCerrarEs2 {
	background-image: url(../img/S_G06_U03_L02_04/cerrar-01.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 83.5px;
	height: 83.83px;
	position: absolute;
	  top: -39px;
  right: -46px;
	border: 0;
	font-size: 0;
	margin-top: 9px;
	margin-right: 12px;
	z-index:2;
}

.btnEs2 {
	position: absolute;
	left: 960px;
	top: 350px;
	  width: 284.38px;
      height: 75.38px;
}

.area3{
    background-image: url(../img/S_G06_U03_L02_04/imgIlus2-01.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 1187.1px;
	height: 611.65px;
	position: absolute;
	  top: 3%;
  left: -1.1%;
}
.nextPop2{
    position: absolute;
	left: 960px;
	top: 350px;
	  width: 64px;
      height: 64px;
}
.prevPop2{
    position: absolute;
	left: 960px;
	top: 350px;
	  width: 64px;
      height: 64px;
}



/*POPUP*/

.popEs3{
	margin: 0px;
	margin-left:18%;
	margin-top:19%;
	width: 1160px;
	height: 650px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background: #EDEDED; /* Old browsers */
	background: -moz-linear-gradient(left, #EDEDED 0%, #EDEDED 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #EDEDED), color-stop(100%, #EDEDED)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #EDEDED 0%, #EDEDED 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #EDEDED 0%, #EDEDED 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #EDEDED 0%, #EDEDED 100%); /* IE10+ */
	background: linear-gradient(to right, #EDEDED 0%, #EDEDED 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EDEDED', endColorstr='#EDEDED', GradientType=1 ); /* IE6-9 */
}
.popEs3 .btnCerrarEs3 {
	background-image: url(../img/S_G06_U03_L02_04/cerrar-01.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 83.5px;
	height: 83.83px;
	position: absolute;
	  top: -39px;
  right: -46px;
	border: 0;
	font-size: 0;
	margin-top: 9px;
	margin-right: 12px;
	z-index:2;
}

.btnEs3 {
	position: absolute;
	left: 960px;
	top: 350px;
	  width: 284.38px;
      height: 75.38px;
}

.area4{
    background-image: url(../img/S_G06_U03_L02_04/imgIlus3-01.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 1187.1px;
	height: 611.65px;
	position: absolute;
	  top: 3%;
  left: -1.1%;
}
.nextPop3{
    position: absolute;
	left: 960px;
	top: 350px;
	  width: 64px;
      height: 64px;
}
.prevPop3{
    position: absolute;
	left: 960px;
	top: 350px;
	  width: 64px;
      height: 64px;
}


/*POPUP*/

.popEs4{
	margin: 0px;
	margin-left:18%;
	margin-top:19%;
	width: 1160px;
	height: 650px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background: #EDEDED; /* Old browsers */
	background: -moz-linear-gradient(left, #EDEDED 0%, #EDEDED 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #EDEDED), color-stop(100%, #EDEDED)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #EDEDED 0%, #EDEDED 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #EDEDED 0%, #EDEDED 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #EDEDED 0%, #EDEDED 100%); /* IE10+ */
	background: linear-gradient(to right, #EDEDED 0%, #EDEDED 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EDEDED', endColorstr='#EDEDED', GradientType=1 ); /* IE6-9 */
}
.popEs4 .btnCerrarEs4 {
	background-image: url(../img/S_G06_U03_L02_04/cerrar-01.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 83.5px;
	height: 83.83px;
	position: absolute;
	  top: -39px;
  right: -46px;
	border: 0;
	font-size: 0;
	margin-top: 9px;
	margin-right: 12px;
	z-index:2;
}

.btnEs4 {
	position: absolute;
	left: 960px;
	top: 350px;
	  width: 284.38px;
      height: 75.38px;
}

.area5{
    background-image: url(../img/S_G06_U03_L02_04/imgIlus4-01.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 1110.91px;
	height: 548.7px;
	position: absolute;
	  top: 8%;
  left: -1.1%;
}

.prevPop4{
    position: absolute;
	left: 960px;
	top: 350px;
	  width: 64px;
      height: 64px;
}

