	function carga_inicio(){
		fish();
	}

	function fish(){
		$('#fisheye').Fisheye(
			{
				maxWidth: 50,
				items: 'a',
				itemsText: 'span',
				container: '.fisheyeContainter',
				itemWidth: 40,
				proximity: 90,
				halign : 'center'
			}
		)
		$('#fisheye2').Fisheye(
			{
				maxWidth: 60,
				items: 'a',
				itemsText: 'span',
				container: '.fisheyeContainter',
				itemWidth: 40,
				proximity: 80,
				alignment : 'left',
				valign: 'bottom',
				halign : 'center'
			}
		)
	}
	
	function curvas(){
		settings = {
			tl: {
				radius: 20
			},
			tr: {
				radius: 20
			},
			bl: {
				radius: 20
			},
			br: {
				radius: 20
			},
			antiAlias: true,
			autoPad: true,
			validTags: ["div"]
		}
	}
	
	function activarfila(a) { 
		a.style.backgroundColor='#FFFF99';
	} 
	
	function desactivarfila(a) { 
		a.style.backgroundColor='';
	}
	