/*
CAMBIA MINUSCULAS A MAYUSCULAS FORM BUSCADOR DE PROPIEDADES
*/

function cambia(){
   document.frmproperty.idpropiedad.value=document.frmproperty.idpropiedad.value.toUpperCase();
   }
