function sobre(src,Color){
	src.style.cursor = 'hand';
	src.bgColor = Color;
}

function fuera(src,Color){
	src.style.cursor = 'default';
	src.bgColor = Color;
	
}

function sobre2(src,Color){
	src.style.cursor = 'default';
	src.bgColor = Color;
}

function fuera2(src,Color){
	src.style.cursor = 'default';
	src.bgColor = Color;
	
}
