function cambiarEstilos(id){
	document.getElementById('enlaceCat'+id).className='enlace_cat_noticia_over';
}

function deshacerEstilos(id){
	document.getElementById('enlaceCat'+id).className='enlace_cat_noticia';
}


