function desplegar(){
	document.getElementById('carrito').style.display='block';
}
function ocultar(){
	document.getElementById('carrito').style.display='none';
}


function cambiaimg2(img,nom){
	document.getElementById(nom).style.backgroundImage ='url(http://dacache.com/img/marcas/'+img+')';
	//alert(img);
}

