// JavaScript Document
$(document).ready(
	function(){
		$('#news').innerfade({
			animationtype: 'slide',
			speed: 650,
			timeout: 2500,
			type: 'random',
			containerheight: '1em'
		});
			
		$('ul#caja_lateral').innerfade({
			speed: 800,
			timeout: 7500,
			type: 'random_start',
			containerheight: 'auto'
		});
			
		$('.fade').innerfade({
			speed: 1000,
			timeout: 6000,
			type: 'random_start',
			containerheight: '1.5em'
		});
					
		$('.adi').innerfade({
			speed: 'slow',
			timeout: 5000,
			type: 'random',
			containerheight: '150px'
		});

});
