
function estiloFila(obj,estilo){
	obj.setAttribute('className',estilo);
}

function imagenBoton(obj,img){
	obj.setAttribute('src',img);
}