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

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


