.gge_contenido_L .activity_tag{  height: 20px; }
.gge_contenido_L .activity_tag + .act_instruction{ height: 63px; }

.gge_contenido_L .act_content{
	background: white url(../img/resumen/SB_L_G11_U02_L01_resumen.png) no-repeat center bottom;
}

 p,  span:not(.act_subtitle){
	position: relative !important;
	display: inline-block;
	vertical-align: middle;
	color: white !important;
	font-size: 1.3em !important;
	line-height: 1.2em !important;
	margin: 21px 0;
}

 table{
    position: absolute;
	top: 112px;
    left: 70px;
}
 table td{ 
	vertical-align: middle;
}

 td > p:nth-child(1) { width: 450px; }
 td > span { 
	opacity: 0; 
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

td > span.hidden { opacity: 1; }


 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;
}
