// JavaScript Document
document.oncontextmenu = function(){return false}
//deshabilita el seleccionar el texto 
document.onselectstart=function(){return false}




