/*Activity 1*/
.act_1 .answer{
	margin-left: 60px;
	position: relative;
}

.act_1 .simbol{
	position: absolute;
	left: 290px;
	top: 77px;
}

.act_1 .type{
	background-image: url('../img/recursos56.png');
	position: absolute;
	left: 290px;
	top: 77px;
	width: 245px;
	height: 116px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.18em;
	font-weight: bold;
	color: white;
	text-align: center;
	padding-top: 33px;
}

/*Activity 1.1*/
table{
	width: 1060px;
	height: auto;
	position: relative;
	left: 35px;
	top: 20px;
  	overflow: visible;

  	border: solid 1px;
  	border-color: #666666;
  	border-radius: 15px;
  	-webkit-border-radius: 15px;
  	-moz-border-radius: 15px;
  	border-collapse: inherit;

  	color: #666666;
}

table td, table th{
	border-right: solid 1px;
	border-bottom: solid 1px;
	border-color: #666666;
}

/*table head */
table thead{
	/*background: #cc6666; */
	color: white;
	font-size: 1.87em;
	font-weight: bold;
	text-align: center;
}
table thead tr:nth-child(1) th:nth-child(1){
	padding-left: 40px !important;
	border-top-left-radius: 15px;
	background: #cc6666; 
}

table thead tr:nth-child(1) th:last-child{
	border-top-right-radius: 15px;
	border-right: none;
	background: #cc6666; 
}

table thead tr:nth-child(1) th:nth-child(2), 
table thead tr:nth-child(1) th:nth-child(3){
	width: 92px;
	background: #cc6666; 
}


table thead th {
	padding: 16px;
}

/*Tbody*/

table tbody{
	font-size: 1.56em;
}
table tbody tr td{
	padding: 15px;
	text-align: center;
	line-height: 1.4em;
}
table tbody tr:last-child td{
	border-bottom: none;
}

table tbody tr td:nth-child(1){
	text-align: left;
	padding-left: 40px !important;
}

table tbody tr td:last-child{
	border-right: none;
}

table tbody tr td{
	background: #cccccc;  
}

table tbody tr td input[type=radio] {    
    width: 37px;
    height: 1em;
    border-color: #666666;
    color: #669966;
}

table tbody tr:last-child td:nth-child(1){
	border-bottom-left-radius: 15px;
}

table tbody tr:last-child td:last-child{
	border-bottom-right-radius: 15px;
	border-right: none;
}

.popover {
	min-height: 100px;
}

.popover.single .arrow{
	top: 66% !important;
}

.popover.single .btn-close{
	left: 336px;
}

.popover.single.small .btn-close{
	left: 321px;
}

.act_1_1.right{
	color: rgb(67,226,67);
}
.act_1_1 .definition {
	font-size: 1.56em;
	line-height: 1.4em;
	color: #666666;
	padding: 21px 41px;
	width: 572px;
	height: 183px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	background-image: url('../img/pixel1_amarillo.png');
	background-repeat: repeat;
	margin-bottom: 1px;
	margin-top: 30px;
	margin-left: 16px;
}

.act_1_1 .definition2{
	height: 222px;
}

.act_1_1 .definition span.name{
	color: #cc3333;
}

.act_1_1 .example {
	width: 489px;
	margin-bottom: -2px;
	margin-top: 29px;
	margin-left: 50px;
}

.act_1_1 .reference {
	margin-left: 16px;
	font-size: 1.2em;
	color: #999999;
}

/*Activity 1.2*/

.act_1_2 .menu {
	width: 455px;
	height: 43px;
	display: inline-block;
}

.act_1_2 .menu .button{
	width: 43px;
	height: 43px;
	background-image: url('../img/boton1.png');
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	cursor: pointer;
	margin-left: 18px;
	margin-right: 3px;
}

.act_1_2 .menu .button.active{
	width: 43px;
	height: 43px;
	background-image: url('../img/boton2.png');
	background-repeat: no-repeat;
	background-position: center;
}

.act_1_2 .imgs{
	margin-left: 16px;
}

.act_1_2 .definitionS{
	margin-left: 75px;
	margin-top: -132px;
}

.act_1_2 .definitionS .definition .title{
	font-weight: bold;
	font-size: 2.18em;
	color: #006666;
	margin-bottom: 0px;
}

.act_1_2 .definitionS .definition .content p{
	font-size: 1.56em;
	color: #666666;	
}

.act_1_2 .definitionS .definition .content .list.small_bullet li{
	font-size: 1.56em;
	margin-bottom: 15px;
	margin-left: -12px;	
	color: #666666;
}

.act_1_2 .definitionS .definition .content .list.small_bullet li:before{ 
	background-color: #666666;
}

.act_1_2 .map .title{
	font-weight: bold;
	color: #333333;
	font-size: 1.43em;
	position: absolute;
	top: 102px;
	left: 339px;
}

.act_1_2 .background1 {
	position: absolute;
	top: 151px;
	left: 100px;
}

.act_1_2 .background2 {
	position: absolute;
	top: 151px;
	left: 658px;
}

.act_1_2 .map{
	position: relative;
	width: 1042px;
	height: 475px;
}

.act_1_2 .map .diagram{
	position: absolute;
	top: -19px;
	left: 20px;
}

.act_1_2 .map .item{
	position: absolute;
	width: 141px;
	height: 71px;
	padding-top: 2px;

	/*border: solid 1px black;*/
}

.act_1_2 .map .item1{
	top: -17px;
	left: 430px;
} 

.act_1_2 .map .item2{
	top: 332px;
	left: 21px;
} 

.act_1_2 .map .item3{
	top: 358px;
	left: 218px;
} 

.act_1_2 .map .item4{
	top: 333px;
	left: 483px;
} 

.act_1_2 .map .item5{
	top: 383px;
	left: 712px;
} 

.act_1_2 .names{
	position: absolute;
	bottom: 50px;
	left: 26px;
	width: 700px;
	height: 68px;
	text-align: center;
}

.act_1_2 .names .item{
	width: 127px;
	height: 64px;
	background-color: #666666;
	font-size: 1.06em;
	font-weight: bold;
	color: white;
	text-align: center;
	margin-left: 13px;
	padding-top: 20px;
	float: left;

	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.item.ui-draggable {
	width: 127px;
	height: 64px;
	background-color: #666666;
	font-size: 1.06em;
	font-weight: bold;
	color: white;
	text-align: center;
	padding-top: 20px;
	margin-top: -9px;

	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#drag5.item.ui-draggable {
	margin-top: -4px;
}

.act_1_2 .btnCheck{
	position: absolute;
	right: 50px;
	bottom: 160px;
	opacity: 0.5;
	-moz-opacity:0.5;
	filter: alpha(opacity=50);
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
}

.act_1_2 .btnCheck.ready{
	opacity: 1;
	-moz-opacity:1;
	filter: alpha(opacity=100);
}

.act_1_2 .btnCheck.completed{
	background-image: url('../img/correcto.png');
	background-repeat: no-repeat;
}

.item.ui-draggable.correct{
	width: 146px;
	height: 75px;
	background-image: url('../img/pixel2_rojo_oscuro.png');
	background-repeat: repeat;
	font-size: 1.25em;
	color: #e3e3e3;
	padding-top: 26px;
	margin-top: -15px;
	margin-left: -9px;
}

#drag5.item.ui-draggable.correct{
	margin-top: -9px;
}

.act_1_2 .reference {
	color: #999999;
}

/*Activity 2*/

.act_2 .title{
	margin-left: 16px;
	margin-top: 0px;
	color: #cc6666;
	font-size: 2.18em;
	font-weight: bold;
	margin-bottom: 15px;
}

.act_2 .items{
	margin-left: 16px;
	font-size: 1.56em;
	color: #666666;
}

.act_2 .items > .list.small_bullet{
	margin-top: 10px;
}


.act_2 .items > .list.small_bullet > li{
	font-size: 1em;
	margin-bottom: 13px;
	margin-left: -12px;	
}

.act_2 .items > .list.small_bullet > li:before{ 
	background-image: url('../img/pixel2_rojo_oscuro.png');
	background-repeat: repeat;
	margin: 0.45em -0.9em 0;
}



.act_2 .icon_close_button{
	float: right;
	right: -30px;
	top: 50px;
}

.act_2 ul.list.note li{
	line-height: 1.2em;
}

.act_2 span.vector:before{
	content: '\2192';
	position: absolute;
	top: -10px;
	font-size: 0.6em;
}

.act_2 span.vector{
	position: relative;
}


.act_2 .btnCheck{
	position: absolute;
	right: 294px;
	bottom: 80px;
	opacity: 0.5;
	-moz-opacity:0.5;
	filter: alpha(opacity=50);
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
}

.act_2 .btnCheck.ready{
	opacity: 1;
	-moz-opacity:1;
	filter: alpha(opacity=100);
}

.act_2 .btnCheck.completed{
	background-image: url('../img/correcto.png');
	background-repeat: no-repeat;
}


/*Activity 2.1**/

.act_2_1 .buttonPopUp{
	position: absolute;
}

.act_2_1 .button1{
	left: 411px;
	top: 180px;
}

.act_2_1 .button2{
	right: 422px;
	top: 180px;
}

.act_2_1.vector {
	width: 637px;
	height: 542px;
	text-align: center;
}

.act_2_1.vector .icon_close_button{
	float: right;
	right: -25px;
	top: 36px;
}

.act_2_1.vector audio{
	position: relative;
	top: -71px;
	height: 50px;
}

/**Activity 2.2*/
.act_2_2 .wrapper{
	height: 126px;
	margin-bottom: 12px;
	margin-top: 27px;
}

.act_2_2 .wrapper.wrapper2{
	height: 193px;
	width: 779px;
}

.act_2_2 .info {
	font-size: 1.56em;
	position: relative;
	top: -123px;
	padding-left: 15px;
	padding-right: 80px;
}

.act_2_2 .info.info2{
	top: -182px;
	padding-right: 138px;
}

.act_2_2 .info h2.title {
	font-size: 1.19em;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #333333;
	font-weight: bold;
}

.act_2_2 .link {
	position: absolute;
	left: 586px;
	top: 204px;
}

.act_2_2 .link.link2{
	top: 274px;
}

.act_2_2 .link.link3{
	top: 267px;
	left: 505px;
}

.act_2_2 span[data-sg-id="btn-hide"]{
	border: none;
	background-repeat: no-repeat;
	margin-top: 187px;
	margin-left: 0px;
}

.act_2_2 .hide1{
	width: 495px;
	height: 347px;
	position: absolute;
	top: 77px;
	left: 674px;
}

.act_2_2 .btnAnswer{
	position: absolute;
	bottom: 81px;
	right: 177px;

}

.act_2_2 .hide2{
	height: 199px;
	top: 250px;
	margin-left: 31px;
	position: absolute;
}

.act_2_2 .hide3{
	height: 200px;
	position: absolute;
	top: 251px;
	margin-left: -46px;
}

.act_2_2 .hideInfo{
	font-size: 1.31em;
	position: absolute;
	width: 494px;
	top: 0px;
	left: 0px;
	padding: 41px 31px;
	text-align: left;
	line-height: 1.35em;
	background-image: url('../img/faltantesuno.png');
	background-repeat: no-repeat;
}

.act_2_2 .hideInfo .reference{
	font-size: 0.98em;
	color: #999;
	width: 509px;
	margin-top: 61px;
	margin-left: -31px;
	text-overflow: clip;
	word-wrap: break-word;
	line-height: 1em;
}

.act_2_2 .hideInfo.hideInfo2{
	width: 496px;
	height: 200px;
	top: 0px;
	left: 0px;
	background-image: url('../img/faltantesdos3.png');
	background-repeat: no-repeat;
	padding-right: 40px;
}

.act_2_2 .hideInfo.hideInfo3{
	width: 598px;
	height: 200px;
	top: 0px;
	left: 0px;
	background-image: url('../img/faltantestres3.png');
	background-repeat: no-repeat;
}

.act_2_2 .hideInfo span.vector{
	position: relative;
}

.act_2_2 .hideInfo span.vector:before{
	content: '\2192';
	position: absolute;
	top: -15px;
	left: 7px;
	font-size: 0.6em;
}

.act_2_2 .hideInfo span.vector.left:before{
	left: 1px;
}

.act_2_2 .hideInfo span.vector.top:before{
	top: -12px;
}

.act_2_2.btnPopUp{
	position: absolute;
	bottom: 16px;
	right: 202px;
}

.act_2_2.popUp .icon_close_button{
	left: 863px;
	top: 38px;
}

.act_2_2.popUp .infoPopUp{
	font-size: 1.56em;
	position: relative;
	top: -616px;
	left: 0px;
	padding-left: 15px;
	padding-right: 80px;
	width: 861px;
	padding: 20px;
}

.act_2_2.popUp .infoPopUp h2.title{
	font-size: 1.19em;
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #333333;
	font-weight: bold;
}

.act_2_2.popUp .imgPopUp{
	position: relative;
	top: -582px;
	left: 17px;
}


.act_2_2.popUp {
	width: 892px;
	height: 608px;
}

/**Activity 3*/
.act_3 .title{
	margin-left: 0px;
	color: #cc6666;
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 1em;
	display: block;
}

.act_3 .item{
	margin-left: 16px;
	font-size: 1.56em;
	color: #666666;
	padding-right: 149px;
}

.act_3 .item ul.alphabetic > li {
    left: 9px;
    margin-bottom: 20px;
}

.act_3 .item ul.alphabetic > li:before {
    content: counter(list, upper-alpha);
    left: -1.4em;
    color: #333333;
    background-image: url('../img/pixel1_amarillo.png');
    background-repeat: repeat;
    width: 38px;
    height: 38px;
    border: 2px solid #cc6666;
    margin-left: -12px;
    padding-left: 10px;
    padding-top: 4px;
}

.act_3.btnPopUp {
	position: absolute;
	margin-left: 85px;
	margin-top: 13px;
}

.act_3.btnPopUp2{
	position: absolute;
	left: 517px;
	bottom: 81px;
}
.act_3 .icon_close_button{
	left: 1126px;
	top: 46px;
}
.act_3.popUp{
	width: 1160px;
	height: 573px;
}

/**Activity 3.1**/
.act_3_1 .info{
	font-size: 1.56em;
	color: white;
	padding: 15px 25px;
}

.act_3_1 .info.info1{
	background-image:url('../img/recursosfaltantes-72.png');
	background-repeat: no-repeat;
	width: 1116px;
	height: 134px;
	margin-bottom: 45px;
}

.act_3_1 .info.info2{
	background-image:url('../img/recursosfaltantes-73.png');
	background-repeat: no-repeat;
	width: 517px;
	height: 131px;
	margin-bottom: 20px;
	margin-top: 10px;
	text-align: center;
}

.act_3_1 .info.info3{
	background-image:url('../img/SB_G10_U01_L02_Modulo-74.png');
	background-repeat: no-repeat;
	width: 585px;
	height: 172px;
	margin-left: -68px;
	text-align: left;
}

.act_3_1 .link{
	position: absolute;
	top: 195px;
	left: 520px;
}

.act_3_1 span.vector:before{
	content: '\2192';
	position: absolute;
	top: -10px;
	font-size: 0.6em;
}

.act_3_1 span.vector{
	position: relative;
}

.act_3_1 .info .result{
	font-weight: bold;
	color: #ffcc33;
	position: relative;
	background-repeat: no-repeat;
	background-image: url('../img/recursosfaltantes-77.png');
	width: 254px;
	height: 62px;
	padding-top: 15px;
	left: 283px;
	top: -89px;
	text-align: center;
}

.act_3_1 .problemData{
	font-size: 1.62em;
	color: #333366;
	width: 1100px;
	margin-bottom: 13px;
	margin-left: 16px;
	line-height: 1.7em;
}

.act_3_1 .problem{
	background-image: url('../img/pixel4_naranja.png');
	background-repeat: repeat;
	width: 526px;
	height: 189px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size: 1.75em;
	color: white;
	text-align: center;
	padding-top: 1px;
	margin-top: 50px;
}

.act_3_1 .problem h2.title{
	color: #ff6633;
	font-size: 1.52em;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
	display: block;
	text-align: center;
}


/**Activity 3.2*/

.act_3_2 .menu{
	width: 258px;
	position: absolute;
	top: 579px;
	left: 187px;
}

.act_3_2 .definitionS{
	margin-top: -69px;
}

.act_3_2.btnPopUp{
	position: absolute;
	bottom: 105px;
	right: 180px;
}

.act_3_2.popUp{
	width: 520px;
	height: 196px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: white;
	background-image: url('../img/pixel2_rojo_oscuro.png');
	background-repeat: repeat;
	font-size: 1.75em;
}

.act_3_2.popUp .icon_close_button {
	left: 490px;
	top: -22px;
}

.act_3_2.popUp h2.title{
	display: block;
	font-weight: bold;
	font-size: 1.22em;
	color: white;
	margin-bottom: 10px;
	margin-top: 19px;
}

.act_3_2.popUp .info{
	position: relative;
	top: -56px;
	padding: 0px 26px;
}

.act_3_2 span.vector:before{
	content: '\2192';
	position: absolute;
	top: -15px;
	left: 10px;
	font-size: 1em;
}

.act_3_2 span.vector{
	position: relative;
}

/**Activity 4**/

.act_4.question{
	position: relative;
	top: -526px;
	left: 84px;
	font-size: 2em;
	width: 620px;
	line-height: 1.25em;
}

/*********************************/

/*======================================================================
  Selectric ACTIVITY 2 TAB 2
======================================================================*/
.selectricWrapper {
  position: relative;
  margin: 0 0 0;
  cursor: pointer;
  display: inline-block;
  width: 209px;
}

.selectricResponsive {
  width: 100%;
}

.selectric {
  position: relative;
  -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    background: #cccccc;
    border:1px solid #666666;
    cursor:pointer;
    font-size: 0.70em;
    height: 29px;

}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 30px 0 0;
  padding: 3px 16px;
  color: #666;
}

.act_2 select.false,
.selectric .label.false {
	color: #cc6666;
}

.act_2 select.true,
.selectric .label.true {
	color: #006666;
}

.selectric .button {
  display: block;
  position: absolute;
  right: -1px;
  top: -2px;
}

.selectric .button:after {
  content: url('../img/botongrisflecha.png');
  position: absolute;
  top: 1px;
  right: 0px;
}

.selectricHover .selectric {
  border-color: #CCC;
}

.selectricOpen {
  z-index: 9999;
}
.selectricOpen .selectricItems {
  display: block;
}

.selectricDisabled,
.selectricDisabled.selectricHover {
  filter: alpha(opacity=90);
  opacity: 0.9;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectricHideSelect {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectricHideSelect select {
  position: absolute;
  left: -100%;
  display: none;
}

.selectricInput {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectricTempShow {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectricItems {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #ccc;
  border: 1px solid #666;
  z-index: -1;
}
.selectricItems .selectricScroll {
  height: 100%;
  overflow: auto;
}
.selectricAbove .selectricItems {
  top: auto;
  bottom: 100%;
}
.selectricItems ul, .selectricItems li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.35em;
  min-height: 20px;
}
.selectricItems li {
  display: block;
  padding: 5px;
  color: #666;
  cursor: pointer;
  margin-left: 0px !important;
  margin-bottom: 0px !important;
}
.selectricItems li:hover {
  background: #F0F0F0;
  color: #444;
}
.selectricItems li.disabled {
  background: #ccc;
  color: white;
  cursor: default;
}

.selectricItems li:before{
	content: none;
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 
	.act_2 select{
		font-size: 0.5em;
	}
}