<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="stylesheet" href="http://www.tabuleirodigital.com.br/twiki/pub/TWiki/ImagePlugin/style.css" type="text/css" media="all" />
<link rel="stylesheet" href="http://www.tabuleirodigital.com.br/twiki/pub/TWiki/ImageGalleryPlugin/style.css" type="text/css" media="all" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Programa de Pós-Graduação em Genética e Biodiversidade</title>
<link rel="shortcut icon" href="/twiki/pub/PpggBio/LayoutTemplate/brasaoufba.ico" />
<script language="JavaScript">
	

//---- Rotinas do menu -------
var t_objeto, t_imagem, t_trocar;
t_objAnt = false;
//Esconde e mostra os blocos de itens do menu
function troca(objeto,imagem) {

	if (t_objAnt) {
		if (t_objeto!=objeto) {	t_objAnt = false; troca(t_objeto, t_imagem); }
	}
  if (document.getElementById) {
    if (document.getElementById(objeto).style.display != 'none'){
      document.getElementById(imagem).src = "img/SetaBaixo.gif";
	  document.getElementById(objeto).style.display = 'none';
    }else{
	  document.getElementById(imagem).src = "img/SetaCima.gif";
	  document.getElementById(objeto).style.display = 'block';
    }
  }
  else if (document.layers && document.layers[objeto] != null) {
    if (document.layers[objeto].visibility == 'visible' ||
        document.layers[objeto].visibility == 'show' )
        document.layers[objeto].visibility = 'hidden';
    else
      document.layers[objeto].visibility = 'visible';
  }

  else if (document.all) {
    if (document.all[objeto].style.visibility == 'visible')
      document.all[objeto].style.visibility = 'hidden';
    else
      document.all[objeto].style.visibility = 'visible';
  }
	if (t_objeto==objeto) {
		t_objAnt = false;
		t_objeto = null;
	} else {
  		t_objeto = objeto;
  		t_imagem = imagem;
  		t_objAnt = true;
  	}
  return false;
}

//---- Rotinas da toolbar -------

function reSize() {
 barW = 0; 
 barH = 0;
 if (navDOM) {
  if (document.height > innerHeight) barW = 15;
  if (document.width > innerWidth) barH = 15;
  } else {
  innerWidth = document.body.clientWidth;
  innerHeight = document.body.clientHeight;
  }
 posX = ((innerWidth - markW)-barW) * (markX/100);
 posY = ((innerHeight - markH)-barH) * (markY/106);
 }

function reposiciona() {
 wMark.left = posX + (navDOM?pageXOffset:document.body.scrollLeft);
 wMark.top = posY + (navDOM?pageYOffset:document.body.scrollTop);
 }

function inicializa() {
	markW = 55;      
	markH = 20;      
	markX = 95;     
	markY = 102;    
	intervalo = 600; 

	// set common object reference
	if (!document.all) document.all = document;
	if (!document.all.toolBar.style) document.all.toolBar.style = document.all.toolBar;

	wMark = document.all.toolBar.style;
	wMark.width = markW;
	wMark.height = markH;
	navDOM = window.innerHeight; 
	reSize();
	window.onresize=reSize;
	markID = setInterval ("reposiciona()",intervalo);
 }

function comboChange(comoBox,usado){ 
  window.open( comoBox.options[comoBox.selectedIndex].value);
  if (usado) comoBox.selectedIndex=0;
}


</script>

<style>
  

html, body {height:100%;} 

body {
   background: #F3F3DE url('body2.jpg') top left;
   margin:0; 
   padding:0;
   color:#000;
   font:75%/1.4 Verdana, Arial, Helvetica, sans-serif;
   text-align:center;
}

#fundoesq, #fundodir {
  position: absolute;
  width: 100px;
  height: 100%;
}

#fundoesq {
  left: -100px;
  background-image: url(/twiki/pub/PpggBio/FolhaDeEstilos/degclresc.jpg);
}

#fundodir{
  left: 960px;
  background-image: url(/twiki/pub/PpggBio/FolhaDeEstilos/degescclr.jpg);
}

#total { 
   width:960px;
   position:relative; 
   background:#fff url(http://www.tabuleirodigital.com.br/twiki/pub/PpggBio/FolhaDeEstilos/bg-esquerda.gif) repeat-y left;
   margin:0 auto;
   text-align:left;
   min-height:100%;

}

* html #total {height: 100%;}

#topo {
   background-color:#FFFFFF;
   background: url(http://www.tabuleirodigital.com.br/twiki/pub/PpggBio/FolhaDeEstilos/banner6.jpg) no-repeat;
   height:225px;
   text-align:right;
   padding-top:1px;
border-bottom: 0px solid #000000;
}

#email {
position: relative;
   height:20px;
   text-align: right;
   padding-top: 2px;
   margin: 176px 70px 0 0;
   color:#fff;
        border: 0px solid #FF0000;
}

#email a {
   color:#fff;
}
#email a:hover {
   color:#fff;
   text-decoration:none;
}

#conteudo {padding-bottom:30px;}

#outer {
       width:100%;
       float: right;
       margin-top: 10px;
       padding: 0px;
       padding-bottom: 45px;
       border: 0px solid #FFCC00;
}

#principal {
   width:80%;
   padding-right: 20px;
   float:left;
   padding-top: 10px;
   text-align:justify;
             border: 0px solid #0099FF;
   padding-left: 10px;

}

#interno{
width:120px;
   float:right;
   padding-top:10px;
   padding-left:6px;
       background-color: #ffffee;
}

/* Formatando lateral esquerda */

#esquerda {
   width:150px;
   float:left;
   padding-top:10px;
   padding-left:6px;
border: 0px solid #33FF99;
}

#esquerda ul {
   width:150px;
   margin:0px;
   padding:0;
   list-style:none;
}

#esquerda ul li {margin:5px 0; }

#esquerda ul li a, #esquerda ul li a:visited {
   height:1%;
   font:12px Verdana, Helvetica, sans-serif;
   display:block;
   background:#060;
   color:#fff;
   text-decoration:none;
   padding:2px 5px;
}

#esquerda ul li a:hover {
   background:#ECF6D8;
   color:#000;
   border-bottom:0px solid #999;   
}
/*Fim esquerda*/

#rodape {
   background:#FAEB98;
/*  background: url(http://www.tabuleirodigital.com.br/twiki/pub/PpggBio/FolhaDeEstilos/fundo_destaques.jpg); */
   width:960px;
   position:absolute;
   bottom:0;
   border:dotted #999;
   border-width:0px 0;
   text-align:center;
   font-size: 9px;
   padding-top:3px;
padding-bottom:3px;
   
}

#rodape p {
   margin:0;
   font-weight:normal;
   color:#060;
}

#rodape a {
   font:9px Verdana, Helvetica, sans-serif;
   color:blue;
   text-decoration:none;
}

#rodape a:visited {
   font:9px Verdana, Helvetica, sans-serif;
   color:blue;
   text-decoration:none;
}
#rodape a:hover{
   font:9px Verdana, Helvetica, sans-serif;
   color:#ff0000;
   text-decoration:underline;
}

/* Formatando Div LinKs */

#links a {
   font:12px Verdana, Helvetica, sans-serif;
   color:white;
             text-decoration:underline;

}

a:visited {
   font:12px Verdana, Helvetica, sans-serif;
   color:white;
             text-decoration:underline;

}

a:hover{
   font:12px Verdana, Helvetica, sans-serif;
   color:white;
             text-decoration:underline;
   
}

/* Fim Div Links */

/* Formatando Links em Textos*/

a {
   font:12px Verdana, Helvetica, sans-serif;
   color:blue;
   text-decoration:none;
}

a:visited {
   font:12px Verdana, Helvetica, sans-serif;
   color:#0088FF;
   text-decoration:none;
}
a:hover{
   font:12px Verdana, Helvetica, sans-serif;
   color:#ff0000;
             text-decoration:underline;
   
}


ul li a {
   font:12px Verdana, Helvetica, sans-serif;
   color:blue;
   text-decoration:none;
}

ul li a:visited {
   font:12px Verdana, Helvetica, sans-serif;
   color: #0088FF;
   text-decoration:none;
}
ul li a:hover{
   font:12px Verdana, Helvetica, sans-serif;
   color:#ff0000;
   text-decoration:underline;
}
/* Fim Links */

/* Formatando os títulos */

h1, h2, h3, h4, h5, h6 {    
   font:bold 18px Verdana, Helvetica, sans-serif;
   color:#363;
   margin:0 0 1.0em 0;
}

h1 {font-size:22px;}
h3 {font-size:16px;}
h4 {font-size:14px;}
h5 {font-size:12px;}
h6 {font-size:10px;}

/* Fim títulos */

.clear {clear:both;}

/* Formata DESTAQUES - REVER*/
#destaques {
  position: relative;
  float: right;
  width: 20%;
  border: 1px solid #006600;
  clear: both;
  margin: 4.0em 0.2em 0.2em 1em;
  padding: 0;
  padding-bottom: 0.3em;
  background: url(http://www.tabuleirodigital.com.br/twiki/pub/PpggBio/FolhaDeEstilos/fundo_destaques1.jpg); 
  color: #000000;
  text-align:left;
}

#destaques  div.header {
  padding: 0.2em 0.5em 0.2em 0.1em;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  background-color: #EBDB96;
  border-color: #f4f4b3;
  border-style: solid;
  border-width: 0px;
}
#destaques  div.header2 {
  padding: 0.2em 0.5em 0.2em 0.1em;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  background-color: #EBDB96;
  border-color: #f4f4b3;
  border-style: solid;
  border-width: 0px;
}

#destaques ul {
  list-style: none;
  margin: 0;
/*  padding: 0.1em 0 0.5em 0.1em;*/
   padding:0px 1px;
       font:11px Verdana, Helvetica, sans-serif;
  width: 95%;
}

#destaques li {
  list-style: none;
  margin: 0;
/*  padding: 0.5em 0 0.5em 0.5em;*/
   padding:2px 1px;
       font:11px Verdana, Helvetica, sans-serif;
}
#destaques ul li a, #destaques ul li a:visited {
   height:1%;
   font: 11px Verdana, Helvetica, sans-serif;
   display:block;
   background:#FFF;
   color:#000;
   text-decoration:none;
   padding:2px 1px;
}

#destaques ul li a:hover {
   background:#F3F3DE;
   color:#000;
       font:11px Verdana, Helvetica, sans-serif;
      padding:2px 1px;
  /*padding: 0.5em 0 0.5em 0.5em;*/
   border-bottom:0px solid #999;   
}

/*FORMATA MENU*/

A.template:link {
   COLOR: #006633; TEXT-DECORATION: none !important;}

A.template:visited {
   COLOR: #006633; TEXT-DECORATION: none !important
}
A.template:hover {
   COLOR: #66CC66; 
}
A.template:active {
   COLOR: #006633
}
A.linkTopo1:link {
   VERTICAL-ALIGN: top; COLOR: white
}
A.linkTopo1:visited {
   VERTICAL-ALIGN: top; COLOR: white
}
A.linkTopo2:link {
   VERTICAL-ALIGN: top; COLOR: white; PADDING-TOP: 0px; HEIGHT: 15px
}
A.linkTopo2:hover {
   VERTICAL-ALIGN: top; COLOR: white; PADDING-TOP: 0px; HEIGHT: 15px
}
A.linkTopo2:visited {
   VERTICAL-ALIGN: top; COLOR: white; PADDING-TOP: 0px; HEIGHT: 15px
}
A.linkTitulos:link {
   COLOR: #FFFFFF;  
}
A.linkTitulos:visited {
   COLOR: #FFFFFF; 
}
A.linkTitulos:hover {
   COLOR: #CCCC33;  
}
A.linkTitulos:active {
   COLOR: #FFFFFF; 
}
A.linkTitulos2:link {
   COLOR: #006600; 
   TEXT-DECORATION: none 
}
A.linkTitulos2:visited {
   COLOR: #006600; 
   TEXT-DECORATION: none 
}
A.linkTitulos2:hover {
   COLOR: #006600;  
   /*background:  url('menuhover.gif') no-repeat right;*/
   TEXT-DECORATION: none 
}
A.linkTitulos2:active {
   COLOR: #006600; 
   TEXT-DECORATION: none 
}
.menuNivel2Sel {
   COLOR: white; BACKGROUND-COLOR: #e4d6a9
}
.subMenu {
   BACKGROUND-COLOR: #F3F3DE;
}
.linhaSubMenu {
   BORDER-BOTTOM: #FFCC66 1px solid
}
.textoSubMenu {
   PADDING-RIGHT: 3px; PADDING-LEFT: 5px; FONT-SIZE: 100%; PADDING-BOTTOM: 1px; PADDING-TOP: 1px; BORDER-BOTTOM: #FFCC66 1px solid
}
.linkTitulos {
   FONT-SIZE: 11px; BACKGROUND-COLOR: #A98F38; COLOR: #EAEEBB;
}
.linkTitulos2 {
   FONT-SIZE: 12px; COLOR: #006600;
}
.celula { 
        border-top-width:0px; 
        border-left-width:0; 
        border-right-width:0px; 
        border-bottom-width:1px;
        border-color:rgb(102,153,102);
        border-style:solid;
        BACKGROUND-COLOR: #ffffff;
        padding-left : 2px; 
}


hr {
  color: green;
}

 
</style>

<!--[if lt IE 6]>
<![endif]-->

</head> 
<body>
<div id="total">
<div id="fundoesq"></div>
  <div id="fundodir"></div>
<div id="conteudo">
<div id="topo"> <map name="Map" id="Map">
<p />
<area shape="rect" coords="696,198,893,216" href="http://www.ufba.br" target="_blank" alt="UFBA" /> </map>
</div><div id="outer"><div id="esquerda">
<p />
<p />
<p />
   <DIV style="CLEAR: left; FONT-SIZE: 0%">&nbsp;</DIV>
        <table class=celula bordercolor=#ffffff cellspacing=0 cellpadding=0 width=150 border=0>
          <tr valign=middle height=28> 
            <td width="160" height="" >Apresentação
              </td>
          </tr>
        </table>
         <!--DIV style="CLEAR: left; FONT-SIZE: 0%"&gt;&nbsp;</DIV>
        <table class=celula bordercolor=#ffffff cellspacing=0 cellpadding=0 width=150 border=0>
          <tr valign=middle height=28> 
            <td width="160" height="" >Últimas Notícias 
              </td>
          </tr>
        &lt;/table-->
        <DIV style="CLEAR: left; FONT-SIZE: 0%">&nbsp;</DIV>
        <table class=celula bordercolor=#ffffff cellspacing=0 cellpadding=0 width=150 border=0>
          <tr valign=middle height=28> 
            <td width="160" height="" >Objetivos
              </td>
          </tr>
        </table>
         <DIV style="CLEAR: left; FONT-SIZE: 0%">&nbsp;</DIV>
        <table class=celula bordercolor=#ffffff cellspacing=0 cellpadding=0 width=150 border=0>
          <tr valign=middle height=28> 
            <td width="160" height="" >Linhas de Pesquisa
              </td>
          </tr>
        </table>
         <DIV style="CLEAR: left; FONT-SIZE: 0%">&nbsp;</DIV>
        <table class=celula bordercolor=#ffffff cellspacing=0 cellpadding=0 width=150 border=0>
          <tr valign=middle height=28> 
            <td width="170" height="" >Avaliação do Programa
              </td>
          </tr>
        </table>
          <DIV style="CLEAR: left; FONT-SIZE: 0%">&nbsp;</DIV>
        <table class=celula bordercolor=#ffffff cellspacing=0 cellpadding=0 width=150 border=0>
          <tr valign=middle height=28> 
            <td width="160" height="" >Colegiado do Curso
              </td>
          </tr>
        </table>
         <DIV style="CLEAR: left; FONT-SIZE: 0%">&nbsp;</DIV>
        <table class=celula bordercolor=#ffffff cellspacing=0 cellpadding=0 width=150 border=0>
          <tr valign=middle height=28> 
            <td width="160" height="" >Atividades Didáticas
              </td>
          </tr>
        </table>
        <DIV style="CLEAR: left; FONT-SIZE: 0%">&nbsp;</DIV>
        <table class=celula bordercolor=#ffffff cellspacing=0 cellpadding=0 width=150 border=0>
          <tr valign=middle height=28> 
            <td width="170" height="" >Produção Intelectual 
              </td>
          </tr>
        </table>
         <DIV style="CLEAR: left; FONT-SIZE: 0%">&nbsp;</DIV>
        <table class=celula bordercolor=#ffffff cellspacing=0 cellpadding=0 width=150 border=0>
          <tr valign=middle height=28> 
            <td width="160" height="" >Corpo Docente
              </td>
          </tr>
        </table>
         <DIV style="CLEAR: left; FONT-SIZE: 0%">&nbsp;</DIV>
        <table class=celula bordercolor=#ffffff cellspacing=0 cellpadding=0 width=150 border=0>
          <tr valign=middle height=28> 
            <td width="160" height="" >Corpo Discente 
              </td>
          </tr>
        </table>
          <DIV style="CLEAR: left; FONT-SIZE: 0%">&nbsp;</DIV>
        <table class=celula bordercolor=#ffffff cellspacing=0 cellpadding=0 width=150 border=0>
          <tr valign=middle height=28> 
            <td width="160" height="" >Seleção 
              </td>
          </tr>
        </table>
         <DIV style="CLEAR: left; FONT-SIZE: 0%">&nbsp;</DIV>
        <table class=celula bordercolor=#ffffff cellspacing=0 cellpadding=0 width=150 border=0>
          <tr valign=middle height=28> 
            <td width="170" height="" >Recursos Financeiros
              </td>
          </tr>
        </table>
         <DIV style="CLEAR: left; FONT-SIZE: 0%">&nbsp;</DIV>
        <table class=celula bordercolor=#ffffff cellspacing=0 cellpadding=0 width=150 border=0>
          <tr valign=middle height=28> 
            <td width="160" height="" >Legislação
              </td>
          </tr>
        </table>
         <DIV style="CLEAR: left; FONT-SIZE: 0%">&nbsp;</DIV>
        <table class=celula bordercolor=#ffffff cellspacing=0 cellpadding=0 width=150 border=0>
          <tr valign=middle height=28> 
            <td width="160" height="" >Formulários
              </td>
          </tr>
        </table>
        <DIV style="CLEAR: left; FONT-SIZE: 0%">&nbsp;</DIV>
        <table class=celula bordercolor=#ffffff cellspacing=0 cellpadding=0 width=150 border=0>
          <tr valign=middle height=28> 
            <td width="160" height="" >Links</td>
          </tr>
        </table>
         <DIV style="CLEAR: left; FONT-SIZE: 0%">&nbsp;</DIV>
         <DIV style="CLEAR: left; FONT-SIZE: 0%">&nbsp;</DIV>
        <table class=celula bordercolor=#ffffff cellspacing=0 cellpadding=0 width=150 border=0>
          <tr valign=middle height=28> 
            <td width="160" height="" >Contatos</td>
          </tr>
        </table>
         <DIV style="CLEAR: left; FONT-SIZE: 0%">&nbsp;</DIV>
         <!--DIV style="CLEAR: left; FONT-SIZE: 0%"&gt;&nbsp;</DIV>
        <table class=celula  bordercolor=#ffffff cellspacing=0 cellpadding=0 width=130 border=0>
          <tr valign=middle height=28> 
            <td width="119" class="linkTitulos2" ><span id=cima1 style="cursor:pointer;" onClick="troca('item1',this.id)">O Instituto</span></td>
            <td width="11" class="linkTitulos2" ><span id=cima1 style="cursor:pointer;" onClick="troca('item1',this.id)">&nbsp;</span></td>
          </tr>
        </table>
        <DIV id=item1 style="DISPLAY: none"> 
           <TABLE style="BORDER-RIGHT: #CC9900 1px solid; BACKGROUND: white; MARGIN-LEFT: 10px; BORDER-LEFT: #CC9900 1px solid" cellSpacing=0 cellPadding=0 width=119 border=0>
            <TR class=subMenu> 
              <TD class=textoSubMenu>Organograma 
              </TD>
            </TR>
           <TR class=subMenu> 
              <TD class=textoSubMenu>Congregacao</TD>
            </TR>
          <TR class=subMenu> 
              <TD class=textoSubMenu>Diretoria</TD>
            </TR>
            <TR class=subMenu> 
              <TD class=textoSubMenu>Docentes</TD>
            </TR>
           <TR class=subMenu> 
              <TD class=textoSubMenu>Núcleo Administrativo</TD>
            </TR>
            <TR class=subMenu> 
              <TD class=textoSubMenu>Núcleo 
                Acadêmico</TD>
            </TR>
              <TR class=subMenu> 
              <TD class=textoSubMenu>Aposentados</TD>
            </TR>
<p />
          <TR class=subMenu> 
              <TD class=textoSubMenu>Comissões</TD>
            </TR>
            <TR class=subMenu> 
              <TD class=textoSubMenu>Relatórios
               </TD>
            </TR>
            <TR class=subMenu> 
              <TD class=textoSubMenu>Contatos</TD>
            </TR>
          </TABLE>
        </DIV>
        <DIV style="CLEAR: left; FONT-SIZE: 0%">&nbsp;</DIV>
        <table class=celula  bordercolor=#ffffff cellspacing=0 cellpadding=0 width=130 border=0>
          <tr valign=middle height=28> 
            <td  class="linkTitulos2" ><span id=cima2 style="cursor:pointer;" onClick="troca('item2',this.id)">Graduação</span></td>
<td width="11" class="linkTitulos2" ><span id=cima1 style="cursor:pointer;" onClick="troca('item1',this.id)">&nbsp;</span></td>
          </tr>
        </table>
        <DIV id=item2 style="DISPLAY: none"> 
          <TABLE style="BORDER-RIGHT: #CC9900 1px solid; BACKGROUND: white; MARGIN-LEFT: 10px; BORDER-LEFT: #CC9900 1px solid" cellSpacing=0 cellPadding=0 width=119 border=0>
            <TR class=subMenu> 
              <TD class=textoSubMenu>Licenciatura</TD>
            </TR>
            <TR class=subMenu> 
              <TD class=textoSubMenu>Bacharelado</TD>
            </TR>
            <TR class=subMenu> 
              <TD class=textoSubMenu>Monografias</TD>
            </TR>
            <TR class=subMenu> 
              <TD class=textoSubMenu>Em 
                Números</TD>
            <TR class=subMenu> 
              <TD class=textoSubMenu>Grade 
                Currícular </TD>
            </TR></TR>
          </TABLE>
        </DIV>
        <DIV style="CLEAR: left; FONT-SIZE: 0%">&nbsp;</DIV>
        <table class=celula bordercolor=#ffffff cellspacing=0 cellpadding=0 width=130 border=0>
          <tr valign=middle height=28> 
            <td width="160" height="" >Pós 
              Graduação </td>
          </tr>
        </table>
<DIV style="CLEAR: left; FONT-SIZE: 0%">&nbsp;</DIV>
        <table class=celula  bordercolor=#ffffff cellspacing=0 cellpadding=0 width=130 border=0>
          <tr valign=middle height=28> 
            <td width="106"  class="linkTitulos2" ><span id=cima3 style="cursor:pointer;" onClick="troca('item3',this.id)">Departamentos</span></td>
           <td width="11" class="linkTitulos2" ><span id=cima1 style="Ccursor:pointer;" onClick="troca('item1',this.id)">&nbsp;</span></td>
          </tr>
        </table>
        <DIV id=item3 style="DISPLAY: none"> 
          <TABLE style="BORDER-RIGHT: #CC9900 1px solid; BACKGROUND: white; MARGIN-LEFT: 10px; BORDER-LEFT: #CC9900 1px solid" cellSpacing=0    cellPadding=0 width=119 border=0>
            <TR class=subMenu> 
              <TD class=textoSubMenu>Biologia</TD>
            </TR>
            <TR class=subMenu> 
              <TD class=textoSubMenu>Botânica</TD>
            </TR>
            <TR class=subMenu> 
              <TD class=textoSubMenu>Zoologia</TD>
            </TR>
          </TABLE>
        </DIV>
        <DIV style="CLEAR: left; FONT-SIZE: 0%">&nbsp;</DIV>
        <table class=celula  bordercolor=#ffffff cellspacing=0 cellpadding=0 width=130 border=0>
          <tr valign=middle height=28> 
            <td  class="linkTitulos2" ><span id=cima4 style="cursor:pointer;"  onClick="troca('item4',this.id)">Extensão</span></td>
            <td width="11" class="linkTitulos2" ><span id=cima1 style="cursor:pointer;" onClick="troca('item1',this.id)">&nbsp;</span></td>
          </tr>
        </table>
        <DIV id=item4 style="DISPLAY: none"> 
          <TABLE style="BORDER-RIGHT: #CC9900 1px solid; BACKGROUND: white; MARGIN-LEFT: 10px; BORDER-LEFT: #CC9900 1px solid" cellSpacing=0 cellPadding=0 width=119 border=0>
            <TR class=subMenu> 
              <TD class=textoSubMenu>Museu</TD>
            </TR>
            <TR class=subMenu> 
              <TD class=textoSubMenu>NOAP</TD>
            </TR>
           <TR class=subMenu> 
              <TD class=textoSubMenu>Projeto Qualibio</TD>
            </TR>
            <TR class=subMenu> 
              <TD class=textoSubMenu>Projeto Garapuá</TD>
            </TR>
            </TABLE>
        </DIV>
        <DIV style="CLEAR: left; FONT-SIZE: 0%">&nbsp;</DIV>
        <table class=celula  bordercolor=#ffffff cellspacing=0 cellpadding=0 width=130 border=0>
          <tr valign=middle height=28> 
            <td  class="linkTitulos2" ><span id=cima5 style="cursor:pointer;"  onClick="troca('item5',this.id)">Pesquisa</span></td>
            <td width="11" class="linkTitulos2" ><span id=cima1 style="cursor:pointer;" onClick="troca('item1',this.id)">&nbsp;</span></td>
          </tr>
        </table>
        <DIV id=item5 style="DISPLAY: none"> 
          <TABLE style="BORDER-RIGHT: #CC9900 1px solid; BACKGROUND: white; MARGIN-LEFT: 10px; BORDER-LEFT: #CC9900 1px solid" cellSpacing=0 cellPadding=0 width=119 border=0>
           <TR class=subMenu> 
              <TD class=textoSubMenu>Linhas de Pesquisa</TD>
            </TR>
            <TR class=subMenu> 
              <TD class=textoSubMenu>Editais</TD>
            </TR>
         </TABLE>
        </DIV>
          <DIV style="CLEAR: left; FONT-SIZE: 0%">&nbsp;</DIV>
        <table class=celula bordercolor=#ffffff cellspacing=0 cellpadding=0 width=130 border=0>
          <tr valign=middle height=28> 
            <td width="160" height="" >Centro Acadêmico</td>
          </tr>
        </table>
       <DIV style="CLEAR: left; FONT-SIZE: 0%">&nbsp;</DIV>
<DIV style="CLEAR: left; FONT-SIZE: 0%">&nbsp;</DIV>
        <table class=celula bordercolor=#ffffff cellspacing=0 cellpadding=0 width=130 border=0>
          <tr valign=middle height=28> 
            <td width="160" height="" >Alocação de Aulas</td>
          </tr>
        &lt;/table-->
<p />
<p />
		<div align="center">
			<form action='/twiki/bin/view/PpggBio/WebSearch?search='><br />
			<input type="text" name="search" size="14" /><br />
			<input type="submit" class="twikiSubmit" value="Search" /><br />
			advanced search 
			</form> 
			</div>
<p />
			</div>
<!-- Fim da div#esquerda -->
	  <div id="principal">
<p />
<p /><title>TWiki's PpggBio web</title>
<subtitle>The PpggBio web of TWiki. TWiki is a Web-Based Collaboration Platform for the Enterprise.</subtitle>
<link rel="self" type="application/atom+xml" href="http://www.tabuleirodigital.com.br/twiki/bin/view/PpggBio/WebAtom"/>
<id>http://www.tabuleirodigital.com.br/twiki/bin/view/PpggBio</id>
<rights>Copyright 2026 by contributing authors</rights>
<updated>2015-05-08T15:03:42Z</updated>
<entry>
 <title>WebHome</title>
 <link rel="alternate" type="text/html" href="http://www.tabuleirodigital.com.br/twiki/bin/view/PpggBio/WebHome?t=2015-05-08T15:03:42Z"/>
 <id>http://www.tabuleirodigital.com.br/twiki/bin/view/PpggBio/WebHome</id>
 <updated>2015-05-08T15:03:42Z</updated>
 <summary>Apresentação A Genética, nesses últimos anos, tem se tornado uma disciplina verdadeiramente integrativa, que tem suas bases teóricas e sua tecnologia capilarizada ... (last changed by DanielaBarreto)</summary>
 <author>
  <name>DanielaBarreto</name></author>
</entry>
<entry>
 <title>FormularioseModelos</title>
 <link rel="alternate" type="text/html" href="http://www.tabuleirodigital.com.br/twiki/bin/view/PpggBio/FormularioseModelos?t=2015-02-03T15:46:41Z"/>
 <id>http://www.tabuleirodigital.com.br/twiki/bin/view/PpggBio/FormularioseModelos</id>
 <updated>2015-02-03T15:46:41Z</updated>
 <summary>FORMULÁRIO DE INSCRIÇÃO ALUNO REGULAR FORMULÁRIO DE INSCRIÇÃO FORMULÁRIO DE INSCRIÇÃO ALUNO ESPECIAL. FORMULÁIO DE INSCRIÇÃO ALUNO ESPECIAL FORMULARIO ... (last changed by DanielaBarreto)</summary>
 <author>
  <name>DanielaBarreto</name></author>
</entry>
<entry>
 <title>SeleCao</title>
 <link rel="alternate" type="text/html" href="http://www.tabuleirodigital.com.br/twiki/bin/view/PpggBio/SeleCao?t=2014-10-30T15:35:48Z"/>
 <id>http://www.tabuleirodigital.com.br/twiki/bin/view/PpggBio/SeleCao</id>
 <updated>2014-10-30T15:35:48Z</updated>
 <summary>SELEÇÃO O processo de seleção do PPG GenBio constará de: 1 Uma prova de conhecimento na área de Genética, de caráter eliminatório, com nota mínima igual a 5,0 ... (last changed by DanielaBarreto)</summary>
 <author>
  <name>DanielaBarreto</name></author>
</entry>
<entry>
 <title>CorpoDiscente</title>
 <link rel="alternate" type="text/html" href="http://www.tabuleirodigital.com.br/twiki/bin/view/PpggBio/CorpoDiscente?t=2014-08-25T12:34:50Z"/>
 <id>http://www.tabuleirodigital.com.br/twiki/bin/view/PpggBio/CorpoDiscente</id>
 <updated>2014-08-25T12:34:50Z</updated>
 <summary>Corpo Discente INGRESSO 2014.1 Discente Orientador Projeto Email Bianca Arcaro Topazio Dra. Acácia Fernandes L. de Carvalho Deleções atípicas ... (last changed by DanielaBarreto)</summary>
 <author>
  <name>DanielaBarreto</name></author>
</entry>
<entry>
 <title>DestaQues</title>
 <link rel="alternate" type="text/html" href="http://www.tabuleirodigital.com.br/twiki/bin/view/PpggBio/DestaQues?t=2014-08-04T14:07:20Z"/>
 <id>http://www.tabuleirodigital.com.br/twiki/bin/view/PpggBio/DestaQues</id>
 <updated>2014-08-04T14:07:20Z</updated>
 <summary>SELEÇÃO ALUNO ESPECIAL 2014.2 PLANEJAMENTO SEMESTRAL 2014.2 Notas das Entrevistas e Análise de Currículo Seleção 2014.1 ORIENTAÇÕES ... (last changed by DanielaBarreto)</summary>
 <author>
  <name>DanielaBarreto</name></author>
</entry>
<entry>
 <title>ProducaoIntelectual</title>
 <link rel="alternate" type="text/html" href="http://www.tabuleirodigital.com.br/twiki/bin/view/PpggBio/ProducaoIntelectual?t=2013-10-17T20:10:24Z"/>
 <id>http://www.tabuleirodigital.com.br/twiki/bin/view/PpggBio/ProducaoIntelectual</id>
 <updated>2013-10-17T20:10:24Z</updated>
 <summary>Produção Intelectual PRODUÇÃO DOCENTE . ARTIGOS CIENTÍFICOS 2013 :(os professores do programa estão destacados em negrito) Barbosa, L.V. ; Mira, S.; González ... (last changed by DanielaBarreto)</summary>
 <author>
  <name>DanielaBarreto</name></author>
</entry>
<entry>
 <title>CorpoDocente</title>
 <link rel="alternate" type="text/html" href="http://www.tabuleirodigital.com.br/twiki/bin/view/PpggBio/CorpoDocente?t=2013-10-17T18:26:30Z"/>
 <id>http://www.tabuleirodigital.com.br/twiki/bin/view/PpggBio/CorpoDocente</id>
 <updated>2013-10-17T18:26:30Z</updated>
 <summary>Corpo Docente O corpo docente do PPG GenBio é integrado por profissionais qualificados, portadores de título de doutor, livre docente ou equivalente, credenciados ... (last changed by DanielaBarreto)</summary>
 <author>
  <name>DanielaBarreto</name></author>
</entry>
<entry>
 <title>RodaPe</title>
 <link rel="alternate" type="text/html" href="http://www.tabuleirodigital.com.br/twiki/bin/view/PpggBio/RodaPe?t=2013-10-15T19:00:18Z"/>
 <id>http://www.tabuleirodigital.com.br/twiki/bin/view/PpggBio/RodaPe</id>
 <updated>2013-10-15T19:00:18Z</updated>
 <summary>Endereço: Rua Barão de Geremoabo, S/N Campus de Ondina CEP: 41170 115 Salvador Bahia Telefones: (71) 3283 6546 / 3283 6589 Fax: (71) 3283 6511 E mail: ppggenbio ... (last changed by DanielaBarreto)</summary>
 <author>
  <name>DanielaBarreto</name></author>
</entry>
<entry>
 <title>LinhasDePesquisa</title>
 <link rel="alternate" type="text/html" href="http://www.tabuleirodigital.com.br/twiki/bin/view/PpggBio/LinhasDePesquisa?t=2013-09-23T20:07:51Z"/>
 <id>http://www.tabuleirodigital.com.br/twiki/bin/view/PpggBio/LinhasDePesquisa</id>
 <updated>2013-09-23T20:07:51Z</updated>
 <summary>Linhas de Pesquisa O PPG GenBio do IB/UFBA está organizado com uma área de concentração em #8220;Genética, Evolução e Conservação da Biodiversidade #8221; e quatro ... (last changed by DanielaBarreto)</summary>
 <author>
  <name>DanielaBarreto</name></author>
</entry>
<entry>
 <title>WebContatos</title>
 <link rel="alternate" type="text/html" href="http://www.tabuleirodigital.com.br/twiki/bin/view/PpggBio/WebContatos?t=2013-09-23T18:54:28Z"/>
 <id>http://www.tabuleirodigital.com.br/twiki/bin/view/PpggBio/WebContatos</id>
 <updated>2013-09-23T18:54:28Z</updated>
 <summary>Contatos Coordenadora : Profa. Moema Cortizo Bellintani E mail : moema@bioflores.net Vice Coordenadora : Alessandra S. Schnadelbach E mail : alessandra.schnadelbach ... (last changed by DanielaBarreto)</summary>
 <author>
  <name>DanielaBarreto</name></author>
</entry>
<entry>
 <title>RecursosFinanceiros</title>
 <link rel="alternate" type="text/html" href="http://www.tabuleirodigital.com.br/twiki/bin/view/PpggBio/RecursosFinanceiros?t=2013-08-23T22:46:29Z"/>
 <id>http://www.tabuleirodigital.com.br/twiki/bin/view/PpggBio/RecursosFinanceiros</id>
 <updated>2013-08-23T22:46:29Z</updated>
 <summary>Recursos Financeiros Projetos aprovados pelo Programa: 2013. Estudos Avançados em Genética e Biodiversidade. EDITAL FAPESB 04/2013 Apoio a Programas de Pós ... (last changed by DanielaBarreto)</summary>
 <author>
  <name>DanielaBarreto</name></author>
</entry>
<entry>
 <title>AvaliacaoPrograma</title>
 <link rel="alternate" type="text/html" href="http://www.tabuleirodigital.com.br/twiki/bin/view/PpggBio/AvaliacaoPrograma?t=2013-08-23T21:58:11Z"/>
 <id>http://www.tabuleirodigital.com.br/twiki/bin/view/PpggBio/AvaliacaoPrograma</id>
 <updated>2013-08-23T21:58:11Z</updated>
 <summary>Avaliação do Programa O Programa de Pós Graduação em Genética e Biodiversidade iniciou suas atividades em agosto de 2011, quando recebeu conceito 3 da CAPES. (last changed by DanielaBarreto)</summary>
 <author>
  <name>DanielaBarreto</name></author>
</entry>
<entry>
 <title>ColegiadoCurso</title>
 <link rel="alternate" type="text/html" href="http://www.tabuleirodigital.com.br/twiki/bin/view/PpggBio/ColegiadoCurso?t=2013-08-23T21:57:16Z"/>
 <id>http://www.tabuleirodigital.com.br/twiki/bin/view/PpggBio/ColegiadoCurso</id>
 <updated>2013-08-23T21:57:16Z</updated>
 <summary>Colegiado do Curso O Colegiado do PPG GenBio é constituído de: Coordenadora Profa. Moema Cortizo Bellintani (moema #64;bioflores.net) Vice Coordenadora ... (last changed by DanielaBarreto)</summary>
 <author>
  <name>DanielaBarreto</name></author>
</entry>
<entry>
 <title>FolhaDeEstilos</title>
 <link rel="alternate" type="text/html" href="http://www.tabuleirodigital.com.br/twiki/bin/view/PpggBio/FolhaDeEstilos?t=2013-05-24T18:35:44Z"/>
 <id>http://www.tabuleirodigital.com.br/twiki/bin/view/PpggBio/FolhaDeEstilos</id>
 <updated>2013-05-24T18:35:44Z</updated>
 <summary>html, body {height:100%;} body { background: #F3F3DE url('body2.jpg') top left; margin:0; padding:0; color:#000; font:75%/1.4 Verdana, Arial, Helvetica ... (last changed by AntonioNery)</summary>
 <author>
  <name>AntonioNery</name></author>
</entry>
<entry>
 <title>ScriptMenu</title>
 <link rel="alternate" type="text/html" href="http://www.tabuleirodigital.com.br/twiki/bin/view/PpggBio/ScriptMenu?t=2013-05-24T18:34:55Z"/>
 <id>http://www.tabuleirodigital.com.br/twiki/bin/view/PpggBio/ScriptMenu</id>
 <updated>2013-05-24T18:34:55Z</updated>
 <summary>// Rotinas do menu var t objeto, t imagem, t trocar; t objAnt false; //Esconde e mostra os blocos de itens do menu function troca(objeto,imagem) { if (t objAnt ... (last changed by AntonioNery)</summary>
 <author>
  <name>AntonioNery</name></author>
</entry>
<entry>
 <title>EVentos</title>
 <link rel="alternate" type="text/html" href="http://www.tabuleirodigital.com.br/twiki/bin/view/PpggBio/EVentos?t=2012-10-22T16:47:10Z"/>
 <id>http://www.tabuleirodigital.com.br/twiki/bin/view/PpggBio/EVentos</id>
 <updated>2012-10-22T16:47:10Z</updated>
 <summary>O PPG GENBIO NO 4º PRÊMIO INVENTOR DA UFBA A professora Suzana Telles da Cunha Lima e o PPG GENBIO premiados na 4ª edição do Prêmio Inventor UFBA 2012, pela ... (last changed by AntonioNery)</summary>
 <author>
  <name>AntonioNery</name></author>
</entry>
 <!-- <ul>
<li> Set SKIN = rssatom
</li></ul> 
--> 
<p />
	  </div>
<!-- Fim da div#principal --> 
<p />
	  </div>
<!--Fim da div#outer --> 
<p />
	 <div class="clear"></div>
 </div>
<p />
<!--Fim da div#conteudo --> 
<p />
	 <div id="rodape">
<p />
<p />
Endereço: Rua Barão de Geremoabo, S/N - Campus de Ondina - CEP: 41170-115 - Salvador - Bahia</br>
Telefones: (71) 3283-6546 / 3283-6589 - Fax: (71) 3283-6511</br>
E-mail: ppggenbio@ufba.br
<p />
 <br />
	 <b>E</b><span>ditar</span> <b>A</b><span>nexar</span> <b>V</b><span>ersões</span> <b>M</b><span>ais...</span> Sair 
	 </div>
<p />
	 </div>
<!-- Fim da div#total --> 
</body>
</html>