var seleccionat;

function seleccionar_sinergia() {
  document.getElementById("bot_sinergia").style.backgroundColor = "#DAE58A";
  seleccionat = "bot_sinergia";
  // loadHTML('cat_sinergia.php','mainnav');
}
function seleccionar_actividades() {
  document.getElementById("bot_actividades").style.backgroundColor = "#E41C3A";
  seleccionat = "bot_actividades";
  loadHTML('cat_actividades.php','mainnav');
}
function seleccionar_produccion() {
  document.getElementById("bot_produccion").style.backgroundColor = "#394C4D";
  seleccionat = "bot_produccion";
  // loadHTML('cat_sinergia.php','mainnav');
}
function seleccionar_download() {
  document.getElementById("bot_download").style.backgroundColor = "#459EBB";
  seleccionat = "bot_download";
  // loadHTML('cat_sinergia.php','mainnav');
}
function seleccionar_colaboracion() {
  document.getElementById("bot_colaboracion").style.backgroundColor = "#EF3824";
  seleccionat = "bot_colaboracion";
  // loadHTML('cat_sinergia.php','mainnav');
}
function seleccionar_diseno() {
  document.getElementById("bot_diseno").style.backgroundColor = "#DAE58A";
  seleccionat = "bot_diseno";
  // loadHTML('cat_sinergia.php','mainnav');
}

function canviar_color(boto,color) {
  if(seleccionat != boto) document.getElementById(boto).style.backgroundColor = color;
}

/*
function pasar_sinergia() {
  document.getElementById("bot_sinergia").style.backgroundColor = "#DAE58A";
  document.getElementById("bot_actividades").style.backgroundColor = "#F3EFEE";
  document.getElementById("bot_produccion").style.backgroundColor = "#F3EFEE";
  document.getElementById("bot_download").style.backgroundColor = "#F3EFEE";
  document.getElementById("bot_colaboracion").style.backgroundColor = "#F3EFEE";
  document.getElementById("bot_diseno").style.backgroundColor = "#F3EFEE";
}
function pasar_actividades() {
  document.getElementById("bot_sinergia").style.backgroundColor = "#F3EFEE";
  document.getElementById("bot_actividades").style.backgroundColor = "#E41C3A";
  document.getElementById("bot_produccion").style.backgroundColor = "#F3EFEE";
  document.getElementById("bot_download").style.backgroundColor = "#F3EFEE";
  document.getElementById("bot_colaboracion").style.backgroundColor = "#F3EFEE";
  document.getElementById("bot_diseno").style.backgroundColor = "#F3EFEE";
}
function pasar_produccion() {
  document.getElementById("bot_sinergia").style.backgroundColor = "#F3EFEE";
  document.getElementById("bot_actividades").style.backgroundColor = "#F3EFEE";
  document.getElementById("bot_produccion").style.backgroundColor = "#394C4D";
  document.getElementById("bot_download").style.backgroundColor = "#F3EFEE";
  document.getElementById("bot_colaboracion").style.backgroundColor = "#F3EFEE";
  document.getElementById("bot_diseno").style.backgroundColor = "#F3EFEE";
}
function pasar_download() {
  document.getElementById("bot_sinergia").style.backgroundColor = "#F3EFEE";
  document.getElementById("bot_actividades").style.backgroundColor = "#F3EFEE";
  document.getElementById("bot_produccion").style.backgroundColor = "#F3EFEE";
  document.getElementById("bot_download").style.backgroundColor = "#459EBB";
  document.getElementById("bot_colaboracion").style.backgroundColor = "#F3EFEE";
  document.getElementById("bot_diseno").style.backgroundColor = "#F3EFEE";
}
function pasar_colaboracion() {
  document.getElementById("bot_sinergia").style.backgroundColor = "#F3EFEE";
  document.getElementById("bot_actividades").style.backgroundColor = "#F3EFEE";
  document.getElementById("bot_produccion").style.backgroundColor = "#F3EFEE";
  document.getElementById("bot_download").style.backgroundColor = "#F3EFEE";
  document.getElementById("bot_colaboracion").style.backgroundColor = "#F3EFEE";
  document.getElementById("bot_diseno").style.backgroundColor = "#F3EFEE";
}
function pasar_diseno() {
  document.getElementById("bot_sinergia").style.backgroundColor = "#F3EFEE";
  document.getElementById("bot_actividades").style.backgroundColor = "#F3EFEE";
  document.getElementById("bot_produccion").style.backgroundColor = "#F3EFEE";
  document.getElementById("bot_download").style.backgroundColor = "#F3EFEE";
  document.getElementById("bot_colaboracion").style.backgroundColor = "#F3EFEE";
  document.getElementById("bot_diseno").style.backgroundColor = "#F3EFEE";
}

*/
