$(document).ready( 
	function(){ 
	$('#rotar').innerfade({
						animationtype: 'fade',
						speed: 3000,
						timeout: 6000,
						type: 'sequence',
						containerheight: '458px'
					});
	$('#collage').innerfade({
						animationtype: 'fade',
						speed: 2000,
						timeout: 3000,
						type: 'sequence',
						containerheight: '101px'
	});
	$('#interior').innerfade({
						animationtype: 'fade',
						speed: 3000,
						timeout: 6000,
						type: 'sequence',
						containerheight: '320px'
		});
					

});


function img(capa,url){
	var html = $(capa).html();
	$('.res').css("border", "0px solid transparent");
	$(capa).html('<img src="'+url+'">');
}
