function dentro(obj,color) 
{
obj.style.backgroundColor=color;
}

function fuera(obj) 
{
obj.style.backgroundColor="";
}
