function normal_noticias(obj)
{
obj.style.background='#FFFFFF';
obj.style.cursor='arrow';
}
function cambio_noticias(obj)
{
obj.style.backgroundImage='url(images/bg_noticias.gif)';
obj.style.cursor='hand';
}
