function RatonSobre(src, ColorCelda) {
	  src.style.cursor	= 'hand';
	  src.bgColor		= ColorCelda;
		}


function RatonFuera(src, ColorCelda) {
	  src.style.cursor	= 'default';
	  src.bgColor		= ColorCelda;
		}


function RatonClick(src) {
	  	}
		

function VeteA(esto) {
	nv_1=window.open(esto,"centro");
	}


function VeteaVentana(esto,ventana,tipo) {
	nv_1=window.open(esto,ventana,tipo);
	}


function VeteAlibre(esto) {
	nv_1=window.open(esto,"_blank","width=533,height=400,resizable=1,toolbar=1,menubar=1,location=1,directories=1,status=1");
	}


function pequeno_aviso (ve_a) {
	nv_04=window.open(ve_a,"ventana_04","width=200,height=40,scrollbars=no");
	}


function ayuda (que_ayuda) {
	nv_03=window.open(que_ayuda,"ventana_03","width=425,height=400,scrollbars=yes");
	}


function cambia(src) {
	  src.bgColor = "#FFFF00"
	}


function imprimir() {
  if (window.print)
    window.print()
  else
    alert("Disculpe, su navegador no soporta esta opción.");
}