// www.crearimagen.com

// iniciar genericos
$(document).ready( function() 
{
	// logotipo membrete
    $('#logo').flash(
        { src: APP_URL_BASE+'/swf/membrete.swf',
          width: 950,
          height: 115,
          flashvars: { url_base: APP_URL_BASE }
        },
        { version: 8 }
    );
});


$(document).ready( function() 
{
	// Empresa...
	$('a.clientes').cluetip();
	
	// Arquitectura
	$('a.masinfo').cluetip({splitTitle: '|'});	

	// galerias de fotos
	$('ul.galeria').innerfade({
		animationtype: 'fade',
		speed: 'slow',
		timeout: 4000,
		type: 'sequence',
		containerheight: '321px'
	});
});