$(document).ready( 
	function(){ 
	$('#rotar1, #rotar2, #rotar3').innerfade({
						animationtype: 'fade',
						speed: 3000,
						timeout: 6000,
						type: 'sequence',
						containerheight: '265px'
	});
	
				
});


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