#tabs1 .content p,
#tabs2 .content p{
    position: absolute;
    font-family: 'fontin';
    color: #534741;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
}
/*TAB1*/
#tabs1 .content{
	background-image: url(../img/ACT4/SB_S_G10_U03_L08maferecursos-19.png);
}
#tabs1 .content p{
	top: 204px;
    left: 656px;
}

/*TAB2*/
#tabs2 .content{
	background-image: url(../img/ACT4/SB_S_G10_U03_L08maferecursos-20.png);
}
#tabs2 .content p{
    top: 198px;
    left: 148px;
}

/*TAB3*/
#tabs3 .content{
	overflow-y:auto;
}
.scroll_content{
	background-image: url(../img/ACT4/SB_S_G10_U03_L08maferecursos-21.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 1220px;
	height: 900px;
	position: relative;
}
.scroll_content p{
	position: absolute;
	font-size: 1.25em;
}
.scroll_content p:nth-child(1){
	color: #E66666;
    top: 240px;
    left: 170px;
}
.scroll_content p:nth-child(2){
	color: #A7C53B;
    top: 356px;
    left: 690px;
}
.scroll_content p:nth-child(3){
	color: #B23F73;
    top: 522px;
    left: 168px;
}
.scroll_content p:nth-child(4){
	color: #00B39B;
    top: 633px;
    left: 690px;
}