#tabs1{
	background: url('../img/ACT1/SB_L_G11_U02_L05recursos-01.png') no-repeat center;
}
#tabs1 p{
    top: 270px;
    left: 220px;
    font-size: 1.15em;
    line-height: 1.3em;
}



#tabs3{
	background: url('../img/ACT2/SB_L_G11_U02_L05recursos-07.png') no-repeat center;
}
#tabs3 p{
    top: 265px;
    left: 220px;
    font-size: 1.4em;
    line-height: 1.3em;
}

#tabs4 {
	background: url('../img/ACT2/SB_L_G11_U02_L05recursos-a.png') no-repeat 300px 100px,   url('../img/ACT2/SB_L_G11_U02_L05recursos-b.png') no-repeat 650px 100px;
}

#tabs4 p{
    top: 205px;
    font-size: 1.2em;
    line-height: 0.95em;
}

#tabs4 p:nth-child(2) { left: 355px; color:white; }
#tabs4 p:nth-child(3) { left: 705px; }

#tabs5{
    background: url('../img/ACT2/SB_L_G11_U02_L05recursos-c.png') no-repeat 150px 100px,   url('../img/ACT2/SB_L_G11_U02_L05recursos-d.png') no-repeat 650px 100px;
}
#tabs5 p{
    top: 205px;
    font-size: 1.2em;
    line-height: 0.95em;
}

#tabs5 p:nth-child(2) { left: 213px; }
#tabs5 p:nth-child(3) {
	left: 703px;
	top: 182px;
	line-height: 1.15em;
	color: #8F4F39;
}





/*TAB2*/
.toggle-items{
	width: 1200px;
    height: 651px;
    overflow: hidden;
    position: absolute;
    top: 0px;
}
.toggle-items > div.item{
	position: absolute;
	top: 80px;
	-webkit-transition: left 0.3s ease;                  
  	-moz-transition: left 0.3s ease;                 
  	-o-transition: left 0.3s ease;   
  	-ms-transition: left 0.3s ease;          
  	transition: left 0.3s ease;
}
.toggle-items > div.item div.content_item{
	color: white;
	text-align: center;
	width: 961px;
	height: 479px;
	position: absolute;
	top: 38px;
	left: 155px;
	z-index:15; 
	background-position: center;
	background-repeat: no-repeat;
}
.toggle-items > div.item:nth-child(1){
	left: 125px;
}
.toggle-items > div.item:nth-child(2){
	left: 370px;
}
.toggle-items > div.item:nth-child(3){
	left: 620px;
}
.toggle-items > div.item:nth-child(4){
	left: 860px;
}
.toggle-items > div.item:nth-child(1) div.content_item{
	background-image: url('../img/ACT1/L_G10_U02_L01opciones-01.png');
	background-position: 0px 3px;
}
.toggle-items > div.item:nth-child(2) div.content_item{
	background-image: url('../img/ACT1/L_G10_U02_L01opciones-02.png');
	background-position: 0px 3px;
}
.toggle-items > div.item:nth-child(3) div.content_item{
	background-image: url('../img/ACT1/L_G10_U02_L01opciones-03.png');
	background-position: 0px 3px;
}
.toggle-items > div.item:nth-child(4) div.content_item{
	background-image: url('../img/ACT1/L_G10_U02_L01opciones-07.png');
	background-position: 0px 3px;
}

.toggle-items > div.item.open{
	left: 40px !important;
	z-index: 60;
	background-color: white;
    width: 1120px;
    height: 582px;
}
.toggle-items > div.item.open .btn{
	z-index: 40;
}
.toggle-items > div.item .btn{
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	width: 185px;
	height: 573px;
	cursor: pointer;
	/*z-index: 30;*/
} 
.toggle-items > div.item.item1 .btn{
	background-image: url('../img/ACT1/L_G10_U02_L01opcion1.png');
}
.toggle-items > div.item.item2 .btn{
	background-image: url('../img/ACT1/L_G10_U02_L01opcion2.png');
}
.toggle-items > div.item.item3 .btn{
	background-image: url('../img/ACT1/L_G10_U02_L01opcion3.png');
}
.toggle-items > div.item.item4 .btn{
	background-image: url('../img/ACT1/L_G10_U02_L01opcion4.png');
}

.toggle-items > div.item.item1 .btn.active{
	background-image: url('../img/ACT1/L_G10_U02_L01opcion1.png');
}
.toggle-items > div.item.item2 .btn.active{
	background-image: url('../img/ACT1/L_G10_U02_L01opcion2.png');
}
.toggle-items > div.item.item3 .btn.active{
	background-image: url('../img/ACT1/L_G10_U02_L01opcion3.png');
}
.toggle-items > div.item.item4 .btn.active{
	background-image: url('../img/ACT1/L_G10_U02_L01opcion4.png');
}
.toggle-items .item .content_item p{
	font-size: 0.93em;
	position: absolute;
	top: 130px;
	left: 150px;
	color: #808080;
	text-align: left;
}
.toggle-items > div.item.item4 p{
	margin-top: 10px;
}


.toggle-items .item .content_item .page{
	width: 961px;
	height: 479px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-position: center;
	background-repeat: no-repeat;
}
.toggle-items .item .content_item .page ul,
.toggle-items .item.item4 .content_item ul{
	position: absolute;
	text-align: left;
}
.toggle-items .item .content_item .buttons{
	position: absolute;
	bottom: 25px;
	right: 15px;
	width: 100px;
}
.toggle-items .item .content_item .buttons div{
	background-position: center;
	background-repeat: no-repeat;
	width: 42px;
	height: 41px;
	display: inline-block;
	float: left;
	margin-right: 5px;
}
.toggle-items .item .content_item .buttons div.off{
	display: none;
}
.toggle-items .item .content_item .buttons div.p_next{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}
.toggle-items .item .content_item .buttons div.p_next:hover{
	-moz-transform: rotate(180deg) scale(1.1);
	-webkit-transform: rotate(180deg) scale(1.1);
	transform: rotate(180deg) scale(1.1);
}
.toggle-items .item .content_item .buttons div.p_prev:hover{
	-moz-transform: rotate(0deg) scale(1.1);
	-webkit-transform: rotate(0deg) scale(1.1);
	transform: rotate(0deg) scale(1.1);
}
.toggle-items .item.item2 .content_item .buttons{
	width: 50px;
}

