/* espaco central */
div.espCentral {
	width: 13px;
}

/* classificados */
#classificados {
	width: 225px;
}
#classificados div.topClassif {
	background-image: url(../imagens/topClassificados.gif);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #8ecbea;
	color: #036;
	height: 62px;
}
#classificados div.topClassif span {
	padding-left: 8px;
}
#classificados div.corpoClassif {
	background-image: url(../imagens/botClassificados.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #8ecbea;
	color: #036;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;	
	font-weight: bold;
}
#classificados ul {
	list-style: none;
	margin: 0;
	margin-left: 22px;
	padding: 0;
	padding-top: 5px;
	padding-right: 8px;
}
#classificados li {
	list-style-image: url(../imagens/liSetaGr.gif);
	padding-bottom: 4px;
}
#classificados div.botoes {
	padding-right: 8px;
	height: 40px;
	text-align: right;
}
#classificados div.botoes img {
	padding-top: 5px;
}
#classificados div.texto {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;	
	padding: 10px 8px 0 8px;
}
#classificados div.pesquisar {
	border-top: solid 1px #036;
	margin: 15px 8px 8px 8px;
}
#classificados div.titPesq {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;	
	font-weight: bold;
	padding: 8px 0 8px 0;
}


/* empresas */
#empresas {
	width: 225px;
}
#empresas div.topEmp {
	background-image: url(../imagens/topEmpresas.gif);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #eecc77;
	color: #036;
	height: 62px;
	
}
#empresas div.topEmp span {
	padding-left: 8px;
}
#empresas div.corpoEmp {
	background-image: url(../imagens/botEmpresas.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #eecc77;
	color: #036;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;	
	font-weight: bold;
}
#empresas ul {
	list-style: none;
	margin: 0;
	margin-left: 22px;
	padding: 0;
	padding-top: 5px;
	padding-right: 8px;
}
#empresas li {
	list-style-image: url(../imagens/liSetaGr.gif);
	padding-bottom: 4px;
}
#empresas div.botoes {
	padding-right: 8px;
	height: 40px;
	text-align: right;
}
#empresas div.botoes img {
	padding-top: 5px;
}
#empresas div.texto {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;	
	padding: 5px 5px 0 5px;
}
#empresas div.pesquisar {
	border-top: solid 1px #036;
	margin: 15px 8px 8px 8px;
}
#empresas div.titPesq {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;	
	font-weight: bold;
	padding: 8px 0 8px 0;
}

/* form */
div.itemForm {
	padding-bottom: 5px;
}
div.itemForm span {
	padding-right: 5px;
}

input.text1a {
	width: 200px;
}
input.text1b {
	background-color: #ddeef4;
	color: #036;
	width: 200px;
}
select.slct1a {
	width: 114px;
}
select.slct1b {
	background-color: #ddeef4;
	color: #036;
	width: 114px;
}
select.slct2a {
	width: 85px;
}
select.slct2b {
	background-color: #ddeef4;
	color: #036;
	width: 85px;
}

/* noticias */
div.noticia {
	margin-bottom: 2px;
}
div.noticia div.secNot {
	border-bottom: solid 1px #036;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 10px 0 2px 0;
}
div.noticia div.titNot {
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 1px;
}
div.noticia div.corpoNot {
	background-color: transparent;
	color: #666;
	font-size: 12px;
	padding-bottom: 6px;
}
div.noticia ul {
	list-style: none;
	margin: 0;
	margin-left: 14px;
	padding: 0;
}
div.noticia li {
	list-style-image: url(../imagens/liSeta.gif);
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 3px;
}

/* diversos */
div.div1 {
	border-bottom: solid 5px #036;
	margin-bottom: 6px;
	width: 225px;
}
