function verOperacion(div_logo, div_titulo, div_texto) {
	$('#logo').html($('#'+div_logo).html());
	$('#titulo').html($('#'+div_titulo).html());
	$('#texto').html($('#'+div_texto).html());
	window.location = '#';
	$('#operacion').fadeIn('slow');
}
