Código:
Un saludo y gracias. function abrir(id){
$('#contenedorVisor').load('visor.php?id='+id,'',function(){
$(this).css({zIndex:'2'});
});
}



