#tabs1 .content{
	background-image: url(../img/RESUMEN/L_G11_U06_L01recursos-22.png);
}
#tabs1 .content h4{
	color: #808080;
    position: absolute;
    font-size: 1.5em;
    top: 42px;
    left: 90px;
    font-weight: 500;
}
#tabs1 .content p{
    color: #808080;
    position: absolute;
    font-size: 1.5em;
    top: 140px;
    left: 181px;
}
#tabs1 .content ul{
    position: absolute;
    padding: 0px;
    font-size: 1.33em;
    color: #666666;
    top: 223px;
    left: 255px;
}
#tabs1 .content ul li{
	margin-bottom: 60px;
}

#tabs2 .content{
	overflow: auto;
}

.content_scroll{
	width: 1620px;
	height: 513px;
}
.content_scroll > p{
    position: absolute;
    color: #808080;
    font-size: 1.4em;
    left: 50px;
    top: 40px;
}
.items{
	margin-top: 80px;
}
.item{
    width: 287px;
    height: 490px;
    background-image: url(../img/RESUMEN/L_G11_U06_L01recursos-41.png);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    float: left;
    margin-left: 30px;
    display: inline-block;
}
.btn{
    position: relative;
    left: 125px;
    top: -54px;
    cursor: pointer;
    z-index: 10;
    transition:all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
}
.btn.active{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}
.item ul{
	position: relative;
	color: #5D5D5D;
	list-style:	none;
	padding: 0px;
	margin: 0px;
	top: -20px;
	font-size: 1.2em;
    display: none;
}
.item ul li{
    padding-left: 1em; 
    text-indent: -.7em;
}
.item ul li:before {
    content: "• ";
    color: #28BCA7;
}
.item:nth-child(1) ul{
	left: 14px;
}
.item:nth-child(2) ul:nth-child(3){
	left: 40px;
}
.item:nth-child(2) ul:nth-child(4){
    left: 150px;
    top: -78px;
}
.item:nth-child(3) ul{
	left: 30px;
}
.item:nth-child(4) ul{
	left: 30px;
}
.item:nth-child(5) ul{
	left: 30px;
}