﻿$(document).ready(function() { //cuando el DOM esté cargado
	$('div#contenido img').attr({ title: '', alt: ''});
});