/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: GERAL */
body{
	background:#FFFFFF url(/imagens/bg_site.gif) repeat-y left;
}
*{
	margin:0;
	padding:0;
	font-family:"Arial", Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	list-style:none;
}
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: TITULOS */
p{
	font-family:"Arial", Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	list-style:none;
}
h1{
	font-family:"Arial", Helvetica, sans-serif;
	font-size:14px;
	color:#03524d;
	font-weight:normal;
}
h1 a{
	font-family:"Arial", Helvetica, sans-serif;
	font-size:14px;
	color:#ad9600;
	font-weight:normal;
}
h2{
	font-size:12px;
	font-weight:bold;
	color:#03524d;
}
h3{

}
li{

}
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: TAMANHO DA FONTE */
.fonte{
	float:right;
	font-size:10px;
	text-align:right;
	color:#999999;
}
.fonte a{
	font-size:10px;
}
.fonte img{
	padding:0 0px 0 2px;
}
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: IMPRIMIR / ENVIAR POR EMAIL */
.print{
	float:right;
	font-size:10px;
	text-align:right;
	color:#999999;
	width:500px;
	padding-top:8px;
}
.print a{
	font-size:10px;
}
.print img{
	padding:0 0px 0 2px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: VER TODAS */
.vertodas{
	width:527px;
	padding-top:20px;
	padding-bottom:20px;
	float:left;
	text-align:right;
}
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: LINKS */
a{
	text-decoration:none;
	color:#ad9600;
}
a:hover{
	 text-decoration:underline;
}
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: IMAGENS */
img{
	border:none;
}
.imgLeft{
	padding:3px;
	border:solid 1px #ececec;
	margin-right:0.5em;
	margin-top:5px;
	margin-bottom:0px;
	float:left;
}
.imgRight{
	padding:3px;
	border:solid 1px #ececec;
	margin-left:0.5em;
	float:right;
}

.imgFotoLeft{
	width:250px;
	padding:3px;
	border:solid 1px #ececec;
	margin-right:0.5em;
	margin-top:5px;
	margin-bottom:0px;
	float:left;
}
.imgFotoAgenda img{
	padding:3px;
	border:solid 1px #ececec;
	margin-right:0.5em;
	margin-top:5px;
	margin-bottom:0px;
	float:left;
}
.imgLegenda{
	background-color:#F3F3F3;
	padding:2px;
	font-size:10px;
}
.imgLegenda p{
	font-size:11px;
	line-height:15px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: LINHAS */
.linhabranca{
	padding-top:10px;
}
.linhaverde{
	padding-top:10px;
	padding-bottom:20px;
}
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: TOPO */
#Topo{
	height:100px;
	float:left;
}

/* TOPO ESQUERDA LINKS*/
.TopoEsquerda a{
	color:#FFFFFF;
	font-size:10px;
	text-decoration:none;
}
.TopoEsquerda a:hover{
	color:#d7bf00;
	text-decoration:none;
}

/* TOPO ESQUERDA*/
#Topo .TopoEsquerda{
	width:200px;
	color:#FFFFFF;
	float:left;
	padding-top:20px;
}
#Topo .TopoEsquerda li {
	float:left;
}
#Topo .TopoEsquerda li a{
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
	padding-top:30px;
	width:80px;
	float:left;
}
#Topo .TopoEsquerda .inicial a{
	background-image:url(/imagens/icone_home.gif);
	margin-left:25px;
}
#Topo .TopoEsquerda .inicial a:hover{
	background-image:url(/imagens/icone_home2.gif);
}
#Topo .TopoEsquerda .mapa a{
	background-image:url(/imagens/icone_mapa.gif);
	margin-right:10px;
}
#Topo .TopoEsquerda .mapa a:hover{
	background-image:url(/imagens/icone_mapa2.gif);
}

/* TOPO DIREITA LOGO*/
#Topo .TopoDireita{
	width:570px;
	height:94px;
	padding-top:10px;
	padding-left:7px;
	float:left;
}
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: LOGO */
.logo{
	float:left;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: MENU */
#menu{
	margin-top:8px;
	padding-left:8px;
	float:left;
}
#menu li{
	float:left;
}
#menu .botao{
	padding-top:24px;
}
.menubotao{
	width:54px;
	height:60px;
	text-align:center;
	padding:5px;
	
}
.separador{
	text-align:center;
	width:3px;
}
#grupisa #mGrupisa,
#afiliados #mAfiliados,
#servicos #mServicos,
#reunioes #mReunioes,
#artigos #mArtigos,
#contato #mContato{
	background-image:url(/imagens/bg_menu.gif);
}

#mGrupisa a span{
	background-image:url(/imagens/menu_botao1.gif);
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
	width:100%;
	height:100%;
	float:left;		
}
#mGrupisa a:hover span{
	background-image:url(/imagens/menu_botao1a.gif);
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
	width:100%;
	height:100%;
	float:left;		
}
#grupisa #mGrupisa a span{
	background-image:url(/imagens/menu_botao1a.gif);
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
	width:100%;
	height:100%;
	float:left;		
}
#mAfiliados a span{
	background-image:url(/imagens/menu_botao2.gif);
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
	width:100%;
	height:100%;
	float:left;		
}
#mAfiliados a:hover span{
	background-image:url(/imagens/menu_botao2a.gif);
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
	width:100%;
	height:100%;
	float:left;		
}
#afiliados #mAfiliados a span{
	background-image:url(/imagens/menu_botao2a.gif);
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
	width:100%;
	height:100%;
	float:left;		
}
#mServicos a span{
	background-image:url(/imagens/menu_botao3.gif);
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
	width:100%;
	height:100%;
	float:left;		
}
#mServicos a:hover span{
	background-image:url(/imagens/menu_botao3a.gif);
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
	width:100%;
	height:100%;
	float:left;		
}
#servicos #mServicos a span{
	background-image:url(/imagens/menu_botao3a.gif);
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
	width:100%;
	height:100%;
	float:left;		
}
#mReunioes a span{
	background-image:url(/imagens/menu_botao4.gif);
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
	width:100%;
	height:100%;
	float:left;		
}
#mReunioes a:hover span{
	background-image:url(/imagens/menu_botao4a.gif);
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
	width:100%;
	height:100%;
	float:left;		
}
#reunioes #mReunioes a span{
	background-image:url(/imagens/menu_botao4a.gif);
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
	width:100%;
	height:100%;
	float:left;		
}
#mArtigos a span{
	background-image:url(/imagens/menu_botao5.gif);
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
	width:100%;
	height:100%;
	float:left;		
}
#mArtigos a:hover span{
	background-image:url(/imagens/menu_botao5a.gif);
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
	width:100%;
	height:100%;
	float:left;		
}
#artigos #mArtigos a span{
	background-image:url(/imagens/menu_botao5a.gif);
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
	width:100%;
	height:100%;
	float:left;		
}

#mapa #mArtigos a span{
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
	width:100%;
	height:100%;
	float:left;		
}

#mContato a span{
	background-image:url(/imagens/menu_botao6.gif);
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
	width:100%;
	height:100%;
	float:left;		
}
#mContato a:hover span{
	background-image:url(/imagens/menu_botao6a.gif);
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
	width:100%;
	height:100%;
	float:left;		
}
#contato #mContato a span{
	background-image:url(/imagens/menu_botao6a.gif);
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
	width:100%;
	height:100%;
	float:left;		
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: BANNER */
#Banner{
	width:768px;
	height:200px;
	padding-left:15px;
	float:left;
}
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: COLUNAS */
#ColunaCentral{
	width:778px;
}

/* COLUNA numero 1 */
#Coluna1{
	width:200px;
	text-align:center;
	float:left;
}
#Coluna1 .afiliados{
	text-align:center;
	width:200px;
	float:left;
}

#Coluna1 .arearestrita{
	width:200px;
	height:150px;
	float:left;
}
/* COLUNA numero 2 */
#Coluna2{
	background-image:url(/imagens/bg_colunas.gif);
	background-repeat:no-repeat;
	width:279px;
	margin-left:10px;
	float:left;
}
.Coluna2Titulo{
	width:267px;
	margin-top:15px;
	padding-left:12px;
	margin-bottom:0px;
	float:left;
}
.Coluna2TituloLinks{
	width:267px;
	margin-top:5px;
	padding-left:12px;
	margin-bottom:0px;
	float:left;
}
.Coluna2TituloLinks .item{
	width:8px;
	padding-top:11px;
	float:left;
}
.Coluna2TituloLinks .link{
	width:257px;
	padding-top:5px;
	float:left;
}
.Coluna2Texto{
	width:267px;
	margin-top:5px;
	padding-left:12px;
	line-height:18px;
	float:left;
}
.Coluna2Texto h1 a{
	font-size:14px;
}

/* COLUNA numero 3 */
#Coluna3{
	background-image:url(/imagens/bg_colunas.gif);
	background-repeat:no-repeat;
	width:279px;
	margin-left:10px;
	float:left;
}
.Coluna3Titulo{
	width:267px;
	height:12px;
	margin-top:15px;
	padding-left:12px;
	float:left;
}
.Coluna3Texto{
	width:267px;
	margin-top:5px;
	padding-left:12px;
	line-height:18px;
	float:left;
}
/* COLUNA numero 4 */
#Coluna4{
	background-image:url(/imagens/bg_colunas.gif);
	background-repeat:no-repeat;
	width:560px;
	margin-left:10px;
	float:left;
}
.Coluna4Titulo{
	width:550px;
	margin-top:15px;
	padding-left:12px;
	margin-bottom:0px;
	float:left;
}
.Coluna4Texto{
	width:550px;
	margin-top:5px;
	padding-left:12px;
	line-height:18px;
	float:left;
}
.Coluna4Texto h1 a{
	font-size:14px;
}
.Coluna4TituloLinks{
	width:553px;
	padding-top:5px;
	padding-left:14px;
	padding-bottom:20px;
	float:left;	
}

.Coluna4TituloLinks .item{
	width:8px;
	padding-top:11px;
	float:left;
}
.Coluna4TituloLinks .link{
	width:545px;
	padding-top:5px;
	float:left;
}
/* COLUNA numero 5 */

#Coluna5{
	background-image:url(/imagens/bg_colunas.gif);
	background-repeat:no-repeat;
	width:279px;
	height:100px;
	margin-left:10px;
	margin-top:15px;
	float:left;
}
.Coluna5Titulo{
	width:267px;
	height:12px;
	margin-top:15px;
	padding-left:12px;
	float:left;
}
.Coluna5Texto{
	width:267px;
	margin-top:5px;
	padding-left:12px;
	line-height:18px;
	float:left;
}
.Coluna5Titulo .item{
	width:8px;
	padding-top:11px;
	float:left;
}
.Coluna5Titulo .link{
	width:258px;
	padding-top:5px;
	float:left;
}
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: COLUNAS CALENDARIO*/
.Coluna3Data{
	background-image:url(/imagens/bg_calendario.gif);
	background-repeat:no-repeat;
	padding-right:10px;
	width:45px;
	height:50px;
	float:left;
}
.Coluna3Data .mes{
	width:45px;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	padding-top:7px;
	float:left;
}
.Coluna3Data .dia{
	width:45px;
	font-size:18px;
	color:#004e48;
	text-align:center;
	float:left;
}
.Coluna3Evento{
	float:left;
}
.Coluna3Evento .textos{
	width:205px;

}
.Coluna3Evento .links{
	width:205px;

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: AGENDA CALENDARIO*/
.Coluna3TextoAgenda{
	width:540px;
	margin-top:5px;
	line-height:18px;
	float:left;
}
.Coluna3DataAgenda{
	background-image:url(/imagens/bg_calendario.gif);
	background-repeat:no-repeat;
	padding-right:10px;
	width:45px;
	height:50px;
	float:left;
}
.Coluna3DataAgenda .mes{
	width:45px;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	padding-top:7px;
	float:left;
}
.Coluna3DataAgenda .dia{
	width:45px;
	font-size:18px;
	color:#004e48;
	text-align:center;
	float:left;
}
.Coluna3EventoAgenda{
	float:left;
}
.Coluna3EventoAgenda .textos{
	width:485px;

}
.Coluna3EventoAgenda .links{
	width:485px;

}
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: ITEM LINKS DOWNLOAD*/
/* DOC */
.itemdoc{
	background-image:url(file:///C|/Documents%20and%20Settings/bfernandes/Desktop/camelo.jpg);
	background-repeat:repeat-x;
	width:25px;
	height:20px;
	float:left;
}
.linkdoc{
	float:left;
	width:525px;
	height:20px;
	padding-top:3px;
}
/* PPT */
.itemppt{
	width:25px;
	height:20px;
	float:left;
}
.linkppt{
	float:left;
	width:525px;
	height:20px;
	padding-top:3px;
}
/* XLS */
.itemxls{
	width:25px;
	height:20px;
	float:left;
}
.linkxls{
	float:left;
	width:525px;
	height:20px;
	padding-top:3px;
}
/* GALERIA */
.itemgaleria{
	float:left;
	padding-right:7px;
}
.linkgaleria{
	width:520px;
	padding-bottom:10px;
	float:left;
}
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: GRUPISA EMPRESAS */
/*.grupisaEmpresas li{
	width:182px;
	float:left;
}*/

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: AFILIADOS LOGOS */
.afiliadosLogos{
	width:555px;
	text-align:center;
}
.afiliadosLogos li{
	padding:14px 14px 5px 14px;
	float:left;
}
.afiliadosLogos img{
	border:0px;
}
.bgAfiliados{
	width:200px; 
	height:150px; 
	background-image:url(/imagens/bg_afiliados.gif); 
	background-position:center; 
	background-repeat:no-repeat;
}
#alvo{
	padding-top:32px; 
}
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: MENU AREA RESTRITA E NEWSLETTER */
.AreaRestrita{
	background-image:url(/imagens/botao_area.gif);
	background-position:top left;
	width:89px;
	height:24px;
	float:left;
	margin-left:12px;
}
.AreaRestrita2{
	background-image:url(/imagens/botao_area.gif);
	background-position:top right;
	width:89px;
	height:24px;
	float:left;
	margin-left:12px;
}
.Newsletter{
	background-image:url(/imagens/botao_area.gif);
	background-position:top right;
	width:89px;
	height:24px;
	float:left;
}
.Newsletter2{
	background-image:url(/imagens/botao_area.gif);
	background-position:top left;
	width:89px;
	height:24px;
	float:left;
}
.AreaRestritaBotao{
	padding-top:4px;
	padding-left:3px;
}
.NewsletterBotao{
	padding-top:4px;
	padding-left:3px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: FORMULARIO AREA RESTRITA */
.formAreaLogin{
	background-image:url(../../imagens/bg_form.gif);
	width:178px;
	height:20px;
	text-align:left;
	border:2px solid #004843;
	margin-left:10px;
	margin-top:8px;
	float:left;
}
.formAreaSenha{
	background-image:url(../../imagens/bg_form.gif);
	width:150px;
	height:20px;
	text-align:left;
	border:2px solid #004843;
	margin-left:10px;
	margin-top:8px;
	float:left;
}
.formAreaBotao{
	margin-top:9px;
	margin-left:5px;
	text-align:left;
	float:left;
}
.formAreaEsqueci{
	width:200px;
	float:left;
}
.formAreaEsqueci a{
	color:#FFFFFF;
}
.formAreaEsqueci p{
	color:#d7bf00;
	text-align:left;
	padding-top:3px;
	margin-left:12px;
}
.formAreaTitulos{
	background-image:url(../../imagens/linha_vertical.gif);
	background-repeat:no-repeat;
	background-position:right;
	font-family:"Tahoma", Arial, Helvetica;
	width:30px;
	padding-right:10px;
	margin-top:2px;
	margin-left:5px;
	margin-right:5px;
	float:left;
}
.formAreaLogin input{
	width:120px;
	background:none;
	font-family:"Tahoma", Arial, Helvetica;
	margin-top:2px;
	border:none;
	float:left;
}
.formAreaSenha input{
	width:88px;
	background:none;
	font-family:"Tahoma", Arial, Helvetica;
	margin-top:2px;
	border:none;
	float:left;
}
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: CONTATO FORMULARIO */
.block{
	width:556px; 
	float:left;
}
.block .titulosContato input{
	width:260px;
	background-image:url(../../imagens/bg_form2.jpg);
	padding:2px 3px 2px 3px;
	border:1px solid #E4E4E4;
	float:left;
}

.block .titulosContato select{
	width:550px;
	background-image:url(../../imagens/bg_form2.jpg);
	padding:2px 3px 2px 3px;
	border:1px solid #E4E4E4;
	float:left;

}

.titulosContato{
	padding-top:8px;
	width:265px;
	float:left;
}
.titulosContatoMensagem{
	padding-top:8px;
	width:550px; 
	float:left;
}
.formContatoMensagem{
	width:553px; 
	background-image:url(../../imagens/bg_form3.jpg);
	border:1px solid #E4E4E4; 
	float:left; 
	overflow:auto;
}
.formContatoEnviar{
	padding-top:10px;
	float:left; 
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::[ Galeria ]*/
#galeria {
	height:66px;
	padding:1px 4px 1px 10px;
	margin-bottom:10px;
	margin-top:25px;
	float:left;
}
div.gItems {
	width:510;
	height:66px;
	float:left;
}
div.gItems a{
	display:block;
	float:left;
	border: 2px solid #fff;
	width:80px;
	height:60px;
	background: url(../../imagens/bg_item_galeria.png) center center no-repeat;
	font-size:14px;
	color:#ccc;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
	margin-right:4px;
}
div.gItems a:hover{
	border: 2px solid #fb7800;
}
div.gItems a.active {
	color:#555;
	cursor:default;
}
a.gPrev, a.gNext {
	display:block;
	width:16px;
	height:61px;
	background-repeat:no-repeat;
	float:left;
	padding-top:2px;
	margin-top:1px;
}
a.gPrev {
	background: url(../../imagens/img_btn_galeriaLeft.png) center center no-repeat;
}
a.gNext {
	background: url(../../imagens/img_btn_galeriaRight.png) center center no-repeat;
}

.exibeServicos{
	float:left;
	width:550px;
	border:1px solid #f2f2f2; 
	padding-top:20px; 
	background-color:#f9f9ef;
	margin-bottom:25px;
}


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: RODAPE */
#Rodape{
	background-image:url(/imagens/bg_rodape.gif);
	background-repeat:repeat-x;
	width:571px;
	height:80px;
	margin-top:20px;
	padding-right:7px;
	float:right;
}
.RodapeTexto{
	width:425px;
	margin-top:25px;
	padding-left:25px;
	font-size:11px;
	float:left;
}
.RodapeImagem{
	width:60px;
	margin-top:25px;
	padding-left:50px;
	float:left;
}

/* ********************************************************************************************************** PAGINAÇAO */
.paginacao{
	width:560px;
	height:18px;
	display:block;
	float:left;
}

.ativo {
	width:22px;
	height:18px;
	display:block;
	font:bold 11px Arial;
	text-decoration:none;
	text-align:center;
	padding-top:2px;
	margin-right:3px;
	color:#000 !important;
	background-color:#00564f;
	float:left;
	background:url(../../imagens/bt_nav.jpg) no-repeat;
}
.ativo:hover {
	width:22px;
	height:18px;
	display:block;
	font:bold 11px Arial;
	text-decoration:none;
	text-align:center;
	padding-top:2px;
	margin-right:3px;
	color:#000 !important;
	background-color:#00564f;
	float:left;
	background:url(../../imagens/bt_nav-select.jpg) no-repeat;
}
.ativo2 {
	width:60px;
	height:18px;
	display:block;
	font:bold 11px Arial;
	text-decoration:none;
	text-align:center;
	padding-top:2px;
	color:#000 !important;
	margin-right:3px;
	background-color:#00564f;
	float:left;
	background:url(../../imagens/bt_nav2.jpg) no-repeat;
}
.ativo2:hover {
	width:60px;
	height:18px;
	display:block;
	font:bold 11px Arial;
	text-decoration:none;
	text-align:center;
	padding-top:2px;
	color:#000 !important;
	margin-right:3px;
	background-color:#00564f;
	float:left;
	background:url(../../imagens/bt_nav2-hover.jpg) no-repeat;
}
.ativo3 {
	width:22px;
	height:18px;
	display:block;
	font:bold 11px Arial;
	text-decoration:none;
	text-align:center;
	padding-top:2px;
	margin-right:3px;
	color:#000 !important;
	background-color:#00564f;
	float:left;
	background:url(../../imagens/bt_nav-select.jpg) no-repeat;
}
.ativo3:hover {
	width:22px;
	height:18px;
	display:block;
	font:bold 11px Arial;
	text-decoration:none;
	text-align:center;
	padding-top:2px;
	margin-right:3px;
	color:#390 !important;
	background-color:#00564f;
	float:left;
	background:url(../../imagens/bt_nav-hover.jpg) no-repeat;
}





/* COLUNA numero 6 */

#Coluna6{
	background-image:url(/imagens/bg_colunas.gif);
	background-repeat:no-repeat;
	width:279px;
	margin-left:10px;
	margin-top:15px;
	float:left;
}

.Coluna6Titulo{
	width:267px;
	height:12px;
	margin-top:15px;
	padding-left:12px;
	float:left;
}

.Coluna6Texto{
	width:267px;
	margin-top:5px;
	padding-left:12px;
	line-height:18px;
	float:left;
}

/*FORM Area Trocar de Senha*/

.formAreaTrocaSenha{
	width:200px;
	float:left;
}
.formAreaTrocaSenha a{
	color:#FFFFFF;
}
.formAreaTrocaSenha p{
	color:#d7bf00;
	text-align:left;
	padding-top:4px;
	margin-left:12px;
}

.emBranco{
	background-color:#FFF;
	background:none
}

