/* Topo */

.topo td
{
	background-color:#448629;
}

.topo #superior_esquerda
{
	background-color: #999999;
	height: 10px;
}

.topo #superior_direita
{
	background-color: #999999;
	height: 10px;
}

.topo #lateral_direita
{
	background-image:url(../img/fundacao/linha_vdireita_fundacao.gif);
	background-repeat:repeat-y;
	background-color:#448629;
	background-position:right;
	width:10px;
}

.topo #lateral_esquerda
{
	background-image:url(../img/fundacao/linha_vesquerda_fundacao.gif);
	background-repeat:repeat-y;
	background-color:#448629;
	width: 10px;
}

.topo #superior
{
	background-image:url(../img/fundacao/linha_fundacao.gif);
	background-repeat:repeat-x;
}

.topo #logo
{
	background-image: url(../img/fundacao/logo_fundacao.gif);
	background-repeat: no-repeat;
	height:80px;
	width: 215px;
	float: left;
}

.topo #canto_esquerdo
{
	background-image: url(../img/fundacao/le_fundacao.gif);
	background-repeat: no-repeat;
	height:1px;
	width: 10px;
	float: left;
}

.topo #canto_direito
{
	background-image: url(../img/fundacao/ld_fundacao.gif);
	background-repeat: no-repeat;
	height:1px;
	width: 10px;
	float: right;
}

/*************************************************************************************/
.destaque
{
}

.destaque #canto_superior_esquerdo
{
	background-image:url(../img/pindorama/destaque_pindorama_e.gif);
	background-repeat: no-repeat;
	width: 26px;
	height: 24px;
	background-color:  #448629;
}

.destaque #canto_superior_direito
{
	background-image:url(../img/pindorama/destaque_pindorama_d.gif);
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	background-color: #448629;
}

.destaque #titulo
{
	background-color:#448629;
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	vertical-align:middle;
	height: 11px;
	
}

.destaque #barra
{
	background-color:#e4e2e2;
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;	
	vertical-align:middle;
	border-left: 1px solid #448629;
	border-right: 1px solid #448629;
	border-bottom: 1px solid #448629;
	height: 20px;	
}
	
.destaque #lateral_direita
{
	border-right: 1px solid #448629;
}	

.destaque #lateral_esquerda
{
	border-left: 1px solid #448629;
}	


