
function cargarCamara(id, ruta) {
		var imagen = document.getElementById(id);
		imagen.src = ruta + '?' + Math.random();
}
