/* 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 {
	margin: 0px 8px 8px 8px;
}
#classificados 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: dashed 1px #999;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 10px 0 2px 0;
}
div.noticia div.titNot {
	font-size: 11px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 1px;
}
div.noticia div.titNotFoto {
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 1px;
}
div.noticia div.titNotFoto a {
	text-decoration: none;
}
div.noticia img {
	padding: 2px 2px 5px 0;
}
div.noticia div.corpoNot {
	background-color: transparent;
	color: #666;
	font-size: 11px;
	padding-bottom: 6px;
	padding-right: 3px;
	clear: both;
}
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: 11px;
	font-weight: bold;
	padding-bottom: 3px;
}

/* diversos */
div.div1 {
	border-bottom: solid 5px #036;
	margin-bottom: 6px;
	width: 225px;
}