function openCatalogo(carpeta){
    window.open("media/"+carpeta+"/index.html", "_blank", 'menubar=0,resizable=0,width=1000,height=650')
}
