.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;
}

.act_content, p {
  font-family: Arial, Helvetica, sans-serif !important;
}
