@charset "utf-8";
/*-------------Definições gerais--------------------*/
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin: 0px;
	padding: 0px;
	background-color:#FFF;
	background-image: url(IMAGENS/bg.gif);
	}
body a{
	color:#666;
	text-decoration:none;
	font-weight:normal;
	}
body a:hover{
	color:#FF0;
}
.link{
	cursor:pointer;
}
.escondido{
	display:none;
}
.imagemAlt {
	width:130px;
	float:left;
	text-align:center;
	height: 180px;
}

#full{
	width:1000px;
	margin:0px auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	}
#topo {
	background-image:url(IMAGENS/topo.jpg);
	background-repeat:no-repeat;
	height:200px;
	background-color:#172626;
}
#menu_topo{
	height:40px;
	text-align:center;
	background-color: #172626;
	background-image: url(IMAGENS/fundo_menu_topo.png);
}
#menu_topo_manager{
	height:40px;
	text-align:center;
	background-color: #FFF;
	background-image: url(IMAGENS/fundo_menu_topo.png);
}
#menu_topo a{
	color: #FF0;
	background-image:url(imagens/fundo_dest2.png);
	font-weight:bold;
	text-decoration:none;
	background-repeat:no-repeat;
	text-align:center;
	/*border: solid 1px #C2BFB5;*/
	/*border-bottom:none;*/
	padding: 13px 3px 0px 3px;
	margin: 0px;
	width: 115px;
	height: 20px;
	float: left;
}

/*-------------Fim das Definições gerais--------------------*/
/*-------------Coluna esquerda--------------------*/
#esquerda{
	background-color:#333;
	width:150px;
	padding:3px;
	float:left;
}
#esquerda ul{
	margin: 0px;
	background-color:#333;
}
#esquerda H5{
	color:#FFFFFF;
	margin-left:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#esquerda li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	height:20px;
	margin:3px;
	background-image: url(imagens/menu_bullet.png);
	background-repeat: no-repeat;
	text-indent: 15px;
	line-height: 18px;
}
#categ{
	background-color:#999;
	background:url(IMAGENS/topo_categorias.png);
	background-repeat:no-repeat;
	background-position:top;
	padding-top:35px;
	text-align:left;
}
#categ2{
	background:url(IMAGENS/topo_institucionais.png);
	background-repeat:no-repeat;
	background-position:top;
	padding-top:20px;
}
/*-------------Fim da Coluna esquerda--------------------*/
/*--------------------Meio--------------------*/
#data {
	width:350px;
	color:#FFF;
	float:right;
	margin-bottom:0px;
	height:17px;
	padding:3px;
	padding-top:3px;
	text-align:left;
	background-color:#323232;
	}
#login{
	background-color: #003300;
	height:17px;
	padding:3px;
	margin-bottom:0px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:right;
}

#login form{
	margin-bottom:0px;
}
#login input{
	font-size:10px;
	}
#topo_meio{
	background:url(IMAGENS/fundo_meio_home_topo.png);
	background-repeat:no-repeat;
	background-color:#ffffff;
	height:20px;
	margin-top:0px;
	float:none;
	}
#base_meio{
	background:url(IMAGENS/fundo_meio_home_base.png);
	background-repeat:no-repeat;
	height:20px;
	padding-bottom:20px;
	float:left;
	background-color:#ffffff;
	}
#meio{
	width:650;
	float: left;
	background-color:#323232;

}
#meio_home{
	width:650px;
	float:left;
	padding:5px;
	background-color:#FFFFFF;
	}
/*-------------------Fim do Meio--------------------*/
/*-------------Coluna direita--------------------*/

#direita{
	background-color:#000000;
	background-position:right;
	background-repeat:repeat-y;
	width:163px;
	color:ffffff;
	float:left;
	padding:3px;
	background-image: url(imagens/fundo_coluna_direita.png);
}
#col_dir {
	background-color:#000000;
	text-align:center;
}
#col_dir a{
	padding-left:8px;
	color:#FFFFFF;
	}
#col_dir h5{
	padding-left:8px;
	color:#FFFFFF;
	font-size:10px;
	}

/*-------------------Fim da Coluna direita-------------------*/

/*-------------Rodapé-------------------*/
#rodape{
	background-color: #000;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	height:50px;
	padding:5px;
	float: none;
	clear: both;
		}
#rodape a{
	color:#ffffff;
	}

/*-------------Fim do Rodapé-------------------*/
