.icon_close_button{
	position: absolute;
	top: -23px;
	right: -23px;
}
img,
.tab a{
	user-drag: none; 
	-moz-user-select: none;  
	-webkit-user-drag: none;
}
.act_content,p {
  font-family: Arial, Helvetica, sans-serif !important;
}

.boton-opacity:hover{
	opacity: 0.9;
}
.boton_efect{
	cursor: pointer;
}
.boton_efect:hover,.boton_efect:active{	
	-webkit-transition: all 0.3s ease;                  
	-moz-transition: all 0.3s ease;                 
	-o-transition: all 0.3s ease;   
	-ms-transition: all 0.3s ease;          
	transition: all 0.3s ease;
}

.bluep {
	color: #2E3192;
	font-size: 1.5em;
    position: absolute;
    line-height: 1.2em;
}
.bluespan {
	font-size: 1.4em !important;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
}

.boton_efect:active, .boton_efect:hover{
	-ms-transform: scale(1.2,1.2); /* IE 9 */
    -webkit-transform: scale(1.2,1.2); /* Safari */
    transform: scale(1.2,1.2);
}


.audio{
    position: absolute;
    display: inline-block;
    cursor: pointer;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: url(../img/actividad2/play_btn.png) no-repeat center;    
}

.audio.play{
    background: url(../img/actividad2/pausa_btn.png) no-repeat center;   
}