
var dato="informacion";
var dato1="contenidoinfo";
var dato2="cuerpoproye";

function cargarinstitucional()
{
	var ruta="informacion/institucional.html";
	
	if(existeDiv(dato))
	{
		operacionajax(ruta,dato);
	}
}

function cargarprogramas()
{
	var ruta="informacion/programas.html";
	
	if(existeDiv(dato))
	{
		operacionajax(ruta,dato);
	}
}

function cargardifusion()
{
	var ruta="informacion/difusion.html";
	
	if(existeDiv(dato))
	{
		operacionajax(ruta,dato);
	}
}

function cargarcontactenos()
{
	var ruta="informacion/contactenos.html";
	
	if(existeDiv(dato))
	{
		operacionajax(ruta,dato);
	}
}

/****************************************institucional informacion************************************/
function fichainstitucional()
{
	var ruta="informacion/institucional/ficha.html";
	if(existeDiv(dato1))
	{
		operacionajax(ruta,dato1);
	}
	//alert(existeDiv(dato1));
}
function fichaobjetivos()
{
	var ruta="informacion/institucional/objetivos.html";
	if(existeDiv(dato1))
	{
		operacionajax(ruta,dato1);
	}
	//alert(existeDiv(dato1));
}

function fichaMision()
{
	var ruta="informacion/institucional/MisionVision.html";
	if(existeDiv(dato1))
	{
		operacionajax(ruta,dato1);
	}
	//alert(existeDiv(dato1));
}

function fichafundadores()
{
	var ruta="informacion/institucional/fundadores.html";
	if(existeDiv(dato1))
	{
		operacionajax(ruta,dato1);
	}
	//alert(existeDiv(dato1));
}
function fichaejes()
{
	var ruta="informacion/institucional/ejes.html";
	if(existeDiv(dato1))
	{
		operacionajax(ruta,dato1);
	}
	//alert(existeDiv(dato1));
}
function fichaorganizacion()
{
	var ruta="informacion/institucional/organizacion.html";
	if(existeDiv(dato1))
	{
		operacionajax(ruta,dato1);
	}
	//alert(existeDiv(dato1));
}
function fichaorga()
{
	$("button[rel]").overlay({mask: '#000', effect: 'apple'});
}


/****************************************Programas informacion************************************/

function programasvigentes()
{
	var ruta="informacion/programas/vigentes.html";
	if(existeDiv(dato1))
	{
		operacionajax(ruta,dato1);
	}
}
function programasultimos()
{
	var ruta="informacion/programas/ultimos.html";
	if(existeDiv(dato1))
	{
		operacionajax(ruta,dato1);
	}
}
function financiadores()
{
	var ruta="informacion/programas/financiadores.html";
	if(existeDiv(dato1))
	{
		operacionajax(ruta,dato1);
	}
}


/****************************************Programas proyectos************************************/
function proyectosinfoproy2()
{
	var ruta="proy2/infoproy2.html";
	if(existeDiv(dato2))
	{
		operacionajax(ruta,dato2);
	}

}

function proyectocomproproy2()
{
	var ruta="proy2/comproproy2.html";
	if(existeDiv(dato2))
	{
		operacionajax(ruta,dato2);
	}

}
function proyectosdesproy2()
{
	var ruta="proy2/desproy2.html";
	if(existeDiv(dato2))
	{
		operacionajax(ruta,dato2);
	}

}
function proyectosavancesproy2()
{
	var ruta="proy2/avancesproy2.html";
	if(existeDiv(dato2))
	{
		operacionajax(ruta,dato2);
	}

}
/****************************************infot version************************************/

function version(){
	$( "#dialog:ui-dialog" ).dialog( "destroy" );
	
		$( "#dialog-modal" ).dialog({
			height: 250,
			modal: true
		});
	}
