@charset "utf-8";
/*-------------Definições gerais--------------------*/
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF;
	background-image: url(imagens/bg.gif);
	}
body a{
	color:#000000;
	text-decoration:none;
	font-weight:normal;
	}
body a:hover{
	color:#FFFFFF;
}
.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: #A1CEDB;
	border-right-color: #A1CEDB;
	border-bottom-color: #A1CEDB;
	border-left-color: #A1CEDB;
	}
#topo {
	background-image:url(IMAGENS/topo.gif);
	background-repeat:no-repeat;
	height:200px;
	_height:210px;
	background-color:#FFFFFF;
}
#menu_topo{
	width:100%;
	height:40px;
	_height:40px;
	text-align:center;
	background-color: #FCF9F2;
	background-image: url(IMAGENS/fundo_menu_topo.png);
	background-repeat:no-repeat;
	float:left;
}
#menu_topo a{
	color: #FFFFFF;
	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;
}
#menu_topo_manager{
	background-image: url(IMAGENS/fundo_menu_topo.png);
	background-repeat:no-repeat;
	background-position:bottom;
	width:100%;
	height:68px;
	text-align:center;
	background-color: #FFFFFF;
	float:left;
}
#menu_topo_manager a{
	height: 20px;
	color: #FFFFFF;
	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;
	float: left;
}

/*-------------Fim das Definições gerais--------------------*/
/*-------------Coluna esquerda--------------------*/
#esquerda{
	background-color:#009999;
	width:164px;
	padding:3px;
	float:left;
}
#esquerda ul{
	margin: 0px;
	background-color:#00CC99;
}
#esquerda H5{
	color:#003333;
	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:url(IMAGENS/topo_categorias.png);
	background-repeat:no-repeat;
	background-position:top;
	padding-top:20px;
	text-align:left;
}
#categ2{
	background:url(IMAGENS/topo_institucionais.png);
	background-repeat:no-repeat;
	background-position:top;
	padding-top:20px;
	background-color:#00CC99;
}
/*-------------Fim da Coluna esquerda--------------------*/
/*--------------------Meio--------------------*/
#data {
	color: #333;
	width:994px;
	float:left;
	margin-bottom:0px;
	height:17px;
	padding:3px;
	padding-top:3px;
	text-align:right;
	background-color:#66CCCC;
	}
	
#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:#66CCCC;
	height:20px;
	margin-top:0px;
	float:left;
	}
#base_meio{
	background:url(IMAGENS/fundo_meio_home_base.png);
	background-repeat:no-repeat;
	height:20px;
	padding-bottom:20px;
	float:left;
	}
#meio{
	width:650;
	float: left;
	background-color:#009999;
 	}
#meio_home{
	width:650px;
	float:none;
	padding:5px;
	background-color:#FCF9F2;
	}
/*-------------------Fim do Meio--------------------*/
/*-------------Coluna direita--------------------*/

#direita{
	background-color:#EBDD02;
	background:url(imagens/fundo_coluna_direita.png);
	background-position:right;
	background-repeat:repeat-y;
	width:163px;
	color:ffffff;
	float:left;
	padding:3px;
}
#col_dir {
	background-color:#009999;
	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:#009999;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	padding:5px;
	float: none;
	clear: both;
		}
#rodape a{
	color:#ffffff;
	}

/*-------------Fim do Rodapé-------------------*/

