/* ===== Body ===== */

html,* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	background: #EBEFF2;
	padding-top: 0px;
	margin-bottom: 15px;
}

body a { color: #000000; text-decoration: none; }
body a:hover { color: #000000; text-decoration: underline; }

/* ===== Essenciais ===== */

h1 { font-family: Tahoma, Verdana; font-size: 12px; margin-bottom: 10px; }

.nice-menu-show-title {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
}

/* ===== Estrutura Principal ===== */

#sobretopo {
	width: 100%;
	height: 42px;
}

#barratopo {
	width: 100%;
	height: 47px;
	background: url(../images/bg_barraTopo.gif) repeat-x;
	margin-bottom: 10px;
}

#topo {
	width: 640px;
	height: 47px;
	margin: 0 auto;
}

#logo_navega {
	width: auto ;
	height: 47px;
	float: left;
}

#consulta {
	width: auto ;
	height: 33px;
	background: url(../images/bg_consulta.jpg) no-repeat;
	padding-top: 14px;
	text-align: right;
	float: right;
}

.combo { font-size: 11px; }
.combocolor1 { background: #CCE1CF; border-bottom: #FFF 1px solid; }
.combocolor2 { background: #E6F2EC; border-bottom: #FFF 1px solid; }

.dateNot { font-size: 10px; color: #B66A5E; font-weight: bold; }

#geral {
	width: 640px;
	margin: 0 auto;
}

#topo_name {
	width: 488px;
	height: 33px;
	padding: 24px 0px 0px 152px;
	font-weight: bold;
	background: url(../images/bg_topo.jpg) no-repeat;
}

#img_topo {
	width: 640px;
	height: 160px;
	text-align: center;
	background: #FFFFFF;
}

#content {
	width: 640px;
	background: #FFFFFF;
	background: url(../images/bg_geral.jpg) repeat-y;
}

#conteudo {
	width: 628px;
	margin: 0 auto;
}

#coluna_esq {
	width: 423px;
	background: #FFF7F5;
	float: left;
}

#col_esq_tit {
	width: 423px;
	height: 35px;
}

#col_esq_cont1 {
	width: 403px;
	padding: 10px 10px 10px 10px;
	background: #FFF7F5 url(../images/bg_infogerais.jpg) top;
}

#col_esq_cont2 {
	width: 403px;
	padding: 10px 10px 10px 10px;
}

#coluna_dir {
	width: 200px;
	background: #FFF7F5;
	float: right;
}

#col_dir_tit {
	width: 200px;
	height: 35px;
}

#col_dir_cont {
	width: 180px;
	padding: 10px 10px 10px 10px;
	background: #FFF7F5;
}

#space { clear: both; }

#rodape {
	width: 640px;
	height: 25px;
	padding-top: 17px;
	font-size: 9px;
	color: #B66A5E;
	text-align: center;
	background: url(../images/bg_rodape.jpg) no-repeat;
	margin: 0 auto;
}

/* ===== front.tpl ===== */

