#tabs1 .content{
	background-image: url(../img/ACT2/SB_S_G10_U03_L08maferecursos-11.png);
}
#tabs1 .content ul{
    padding: 0px;
    position: absolute;
    left: 230px;
    top: 131px;
    font-size: 1.6em;
    color: white;
}
#tabs1 .content ul li:nth-child(1){
    margin-bottom: 79px;
    margin-left: -70px;
}
#tabs1 .content ul li:nth-child(2){
    margin-bottom: 68px;
}
#tabs1 .content ul li:nth-child(3){
    margin-bottom: 70px;
}

.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: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 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) div.content_item{
	background-image: url(../img/ACT2/SB_S_G10_U03_L08maferecursos-13.png);
}
.toggle-items > div.item:nth-child(2) div.content_item{
	background-image: url(../img/ACT2/SB_S_G10_U03_L08maferecursos-14.png);
}
.toggle-items > div.item:nth-child(3) div.content_item{
	background-image: url(../img/ACT2/SB_S_G10_U03_L08maferecursos-15.png);
}
.toggle-items > div.item:nth-child(4) div.content_item{
	background-image: url(../img/ACT2/SB_S_G10_U03_L08maferecursos-16.png);
}
.toggle-items > div.item .btn{
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	width: 177px;
	height: 551px;
	cursor: pointer;
	/*z-index: 30;*/
} 
.toggle-items > div.item.item1 .btn{
	background-image: url(../img/ACT2/SB_S_G10_U03_L08maferecursos-12.png);
}
.toggle-items > div.item.item2 .btn{
	background-image: url(../img/ACT2/SB_S_G10_U03_L08maferecursos-24.png);
}
.toggle-items > div.item.item3 .btn{
	background-image: url(../img/ACT2/SB_S_G10_U03_L08maferecursos-25.png);
}
.toggle-items > div.item.item4 .btn{
	background-image: url(../img/ACT2/SB_S_G10_U03_L08maferecursos-26.png);
}
.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 .item .content_item p{
	position: absolute;
	color: #666666;
	text-align: left;
}
.toggle-items .item.item1 .content_item p{
    left: 512px;
    top: 119px;
	font-size: 1.3em;
}

.toggle-items .item.item2 .content_item p{
    left: 418px;
    top: 117px;
	font-size: 1.2em;
}
.toggle-items .item .content_item ul{
	color: #586852;
	font-size: 1.2em;
	position: absolute;
	padding: 0px;
	text-align: left;
}
.toggle-items .item.item3 .content_item ul{
	top: 107px;
	left: 116px;
}
.toggle-items .item.item3 .content_item ul li:nth-child(1){
	margin-bottom: 23px;
}
.toggle-items .item.item3 .content_item ul li:nth-child(2){
	margin-bottom: 33px;
}
.toggle-items .item.item3 .content_item ul li:nth-child(3){
	margin-bottom: 26px;
}
.toggle-items .item.item3 .content_item ul li:nth-child(4){
	margin-bottom: 30px;
}
.toggle-items .item.item4 .content_item ul{
	top: 162px;
    left: 103px;
	font-size: 1.1em
}
.toggle-items .item.item4 .content_item ul li:nth-child(1){
	margin-bottom: 52px;
}
.toggle-items .item.item4 .content_item ul li:nth-child(2){
	margin-bottom: 43px;
}