function cambia_color_over(introd){
   introd.style.backgroundColor="#f0f0f0";
} 
function cambia_color_out(introd){
   introd.style.backgroundColor="#fff";
}

/*menu*/

function menuOver(celda){
   celda.style.backgroundColor="#ffae7b"
} 
function menuOut(celda){
   celda.style.backgroundColor="#ee5e04"
} 
