/* CSS Document */

#conteudo {
	background-image: none;
	border-top: 0;
}

#central {
	margin: 0;
}

#menu {
	display: none !important;
}


/* -- chamada principal -- */
#chamadaprincipal {
	width: 770px;
	display: block;
	height: 250px;
	border-bottom: 6px solid #154a79;
	margin: 0;
}



/* -- noticias -- */
#noticias_vagas {
	clear: both;
	width: 770px;
	height: 140px;
	padding-top: 10px;
	margin-bottom: 6px;
	background: url(/img/fundonoticiascapa.gif) repeat-x;
	border-bottom: 1px solid #154a79;
}

#noticias, #vagas {
	float: left;
	background: url(/img/fundonoticiasvagas.gif) 0 3px no-repeat;
	padding-left: 20px;
}

#noticias {
	width: 405px;
	height: 102px;
}

#noticias h2 {
	background: url(/img/capa_titulonoticias.gif) no-repeat;
	width: 100px;
	height: 16px;
	display: block;
}

#noticias h2 span {
	display: none;
}

#noticias ul {
	list-style-type: none;
	padding: 0;
}

#noticias li {
	height: 18px;
	display: block;
	background: url(/img/bullet_01.gif) 0 4px no-repeat;
	padding-left: 6px;
	line-height: 16px;
}
html>body #noticias li {
	height: 17px;
}

#noticias li a {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #626262;
	text-decoration: none;
	line-height: 16px;
}

#noticias li a:hover {
	text-decoration: underline;
}



/* -- vagas -- */
#vagas {
	width: 300px;
	height: 102px;
}

#vagas h2 {
	background: url(/img/capa_titulovagas.gif) no-repeat;
	width: 100px;
	height: 16px;
	display: block;
}

#vagas h2 span {
	display: none;
}

#vagas ul {
	list-style-type: none;
	padding: 0;
}

#vagas li {
	width: 100%;
	height: 27px;
	display: block;
	background: url(/img/bullet_02.gif) 0 7px no-repeat;
	padding-left: 6px;
	line-height: 12px;
	overflow: hidden;
	margin-bottom: 4px;
}
html>body #vagas li {
	height: 28px;
}

#vagas li a {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #626262;
	text-decoration: none;
	line-height: 13px;
}

#vagas li a span {
	font-weight: bold;
}

#vagas p.mais {
	margin-top: -5px;
}




.mais {
	text-align: right;
	width: 97%;
	position: relative;
	margin-top: -7px;
}

.mais a {
	font: 11px Arial, Helvetica, sans-serif;
	color: #566e8a !important;
	text-decoration: none;
}

.mais a:visited {
	color: #566e8a !important;
}











/*-------------------------------------------------*/
#bannerrich {
	display: block;
	position: absolute;
	top: 50px;
	left: 0px;
	width:300px;
	height:300px;
	z-index:100;
	/*background-color: #FF0000;*/
	text-align: right;
	/*border: 2px solid #FF0000;
	border-left: 0;
	border-right:0;*/
}

#bannerrich * {
	border: 0;
}







