function loaded(){
	document.getElementById('tope').style.visibility = 'hidden';
}

$('.radio').corner("5px");

function seguro(titulo) {
      if(!confirm("ˇAtención, va a eliminar este registro!")) {
      return false;
  }
}




function imprimir(div) {
		$("#divConsulta").printArea(
		{mode: "iframe",popClose: true,popHt: 450,popWd: 400}
		);
}

// Hints
$(document).ready(function () {
	$('input[title!=""]').hint();
});



$(document).ready(function(){
        if ($("div#izq").height() > $("div#Contenidos").height()) {
            $("div#Contenidos").height($("div#izq").height())
        }else{
            $("div#izq").height($("div#Contenidos").height())
        }
});

