#tabs1{
	background:  url(../img/actividad3/SB_L_G11_U02_L01_act3_f01.png) no-repeat center bottom;
}

#tabs1 p, #tabs1 span:not(.act_subtitle){
	position: relative !important;
	display: inline-block;
	vertical-align: middle;
	color: white !important;
	font-size: 1.35em;
	margin: 0;
}

#tabs1 table{
    position: absolute;
    top: 112px;
    left: 140px	
}
#tabs1 table td{ 
	height: 89px;
}

#tabs1 td > p:nth-child(1) { width: 280px; }
#tabs1 td > span { 
	opacity: 0; 
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

#tabs1 td > span.hidden { opacity: 1; }


#tabs1 table em{    
	background:  url(../img/actividad3/ver_btn.png) no-repeat center center;
	margin: 0 60px 0 0;  
	border-radius: 50%;
	width: 73px;
	height: 72px;
	display: inline-block;
	vertical-align: middle;
}



#tabs2{
	background:  url(../img/actividad3/SB_L_G11_U02_L01_act3_f02.png) no-repeat center;
}

#tabs2 p{
    top: 200px;
    left: 320px;
    text-align: right;
    font-size: 1.5em;
    color: white;
}
