/* CSS Document */
a LINK, A:VISITED, A:ACIVE {
 height:auto;
 width:auto;
}

p, h2, h3 {
	margin:0;
	padding:0;
	line-height:normal;
}

div#content {
	padding:0 0 0 20px;
	margin:0 auto;
	width:940px;
}

/** @DESTAQUE */
div#destaque {
	width:665px;
	height:355px;
	float:left;
	display:block;
}

div#destaque IMG {
	border:#333 solid 5px;
	/*display:inline-block;*/
	display:inline;
	float:left;
	margin:0 10px 10px 0;
}

div#destaque h2 {
	color:#061143;
	font-size:22px;
	letter-spacing:-1px;
	font-weight:bold;
	padding:10px 0;
}

div#destaque p {
	color:#061143;
	font-size:14px;
	letter-spacing:-1px;
	font-weight:bold;
	text-align:justify;
}

div#destaque span {
	clear:left;
	float:left;
	/*display:block;*/
}

div#destaque H3, div#destaque P { /*height:auto;*/ }

div#destaque SPAN P {
	color:#848484;
	font-size:12px;
	font-weight:normal;
}

div#destaque SPAN H3, div#destaque SPAN a {
	font-size:14px;
	text-decoration:underline;
	/*text-transform:uppercase;*/
	color:#848484;
	font-weight:bold;
	/*height: auto;*/
}

div#destaque SPAN A:HOVER { color:#333; }

div#destaque A:LINK, div#destaque A:VISITED {
	display:inline;
	float:none;
}

/** @SLIDE SHOW*/
div#slide {
	background:url(../images/layout/bg-slide-show.jpg) no-repeat 0 0 scroll;
	width:491px;
	height:339px;
	float:left;
	display:inline;
	margin-left:22px;
}

/** @@ BANNER FALA*/
div#bannerFala{
	float:left;
	margin-left:65px;
	margin-bottom:10px;
}
a.bannerFala {
}

a.bannerFala:HOVER { background-position:bottom; }

/** @@ BANNERS LEFT */
div#bannersLeft {
	width:213px;
	float:left;
	display:inline;
	margin:0;
}

div#bannersLeft IMG {
	float:left;
	clear:both;
	display:inline-block;
	margin-bottom:10px;
}

/** @@ BANNERS RIGHT */
div#bannersRight {
	width:930px;
	float:right;
	display:inline;
	margin:0;
}

div#bannersRight IMG,div#bannersRight A {
	float:left;
	clear:none;
	width:auto;
	height:auto;
	display:inline-block;
	margin-left:15px;
	margin-top:5px;
}

/** @@ COOL RIGHT */
div#colRight {
	width:704px;
	float:left;
	display:inline;
	background:url(../images/layout/bg-content-right.jpg) no-repeat 0 0 scroll;
	height:270px;
	margin-left:1px;
	position:relative;
}

/**@ÚLTIMAS NOTÍCIAS*/
ul.noticias {
	list-style:none;
	float:left;
	display:block;
	margin:0;
	position:relative;
	top:45px;
	left:18px;
	padding:0;
	width:420px;
}

ul.noticias li {
	margin:0;
	padding:0;
	float:left;
	display:inline;
	clear:both;
	width:100%;
}

ul.noticias A:LINK, ul.noticias A:VISITED {
	height:inherit;
	margin:0;
	font-size:12px;
	float:left;
	color:#666;
	text-decoration:none;
	height:auto;
	display:inline;
	padding:2px 0;
}

ul.noticias A:HOVER { background-color:#EBEBEB; }

/**@INDICES FINANCEIROS*/

span.indice {
	width:380px;
	display:block;
	position:absolute;
	height:30px;
	bottom:18px;
	left:45px;
	padding-left:20px;
}

span.indice p {
	margin-top:3px;
	width:80px;
	float:left;
	display:inline;
	color:#000;
	font-weight:bold;
}

span.indice p.salario { margin-left:180px; }

/**@EVENTOS*/
div.eventos {
	width:240px;
	display:block;
	position:absolute;
	right:15px;
	bottom:18px;
	height:55px;
	overflow:hidden;
}

div.eventos a {
	padding:2px 0;
	margin:0;
	float:left;
	clear:both;
	display:inline;
	color:#900;
	font-size:11px;
	height:auto;
	background:url(../images/layout/item-evento.gif) no-repeat left center scroll;
	padding-left:10px;
	margin-left:10px;
	text-align:left;
	width:100%;
}

div.eventos A:HOVER { color:#700; }

/**@CALENDÁRIO**/
div.calendario {
	position:absolute;
	right:10px;
	top:44px;
	display:block;
}

div.calendario TABLE { display:table; }

div.calendario TABLE { font-size:11px; }

div.calendario TABLE TR {
	margin:0;
	padding:0;
}

div.calendario TABLE TH {
	text-transform:uppercase;
	font-weight:bold;
	background-color:#900;
	color:#FFF;
}

div.calendario TABLE TH, div.calendario TABLE TD {
	padding:0px 6.5px;
	text-align:center;
}

