//librerķa js

function cambio_patron(patron) {
	document.getElementsByTagName('body')[0].style.backgroundImage = 'url(' + patron + ')';
}