div#noticias,
div#destaques,
div#ligacoes{
	position: absolute;
}

div#noticias{
	top: 0px;
	left: 15px;
	width: 182px;
	height: 300px;
}

div#destaques{
	top: 0px;
	right: 15px;
	width: 743px;
	height: 300px;
}

div#ligacoes{
	top: 305px;
	left: 15px;
	width: 930px;
	height: 160px;
	border-top: 1px solid #00A6CA;
}

/*************************************************************************/
/** NOTICIAS *************************************************************/
/*************************************************************************/
#noticias div.item{
	position: relative;
	float: left;
	clear: both;
	width: 182px;
	height: 59px;
	color: #EFEFEF;
	background-color: #EFEFEF;
	border-bottom: 1px solid #00A6CA;
}

#noticias .item a{
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../imagens/bg_itemNoticias.png);
	background-position: top center;
	background-repeat: no-repeat;
}

#noticias .item a:hover{
	background-color: #E9E9E9;
	background-position: bottom center;
}

#noticias .item span.data,
#noticias .item h3,
#noticias .item p{
	position: relative;
	float: left;
	clear: both;
	width: 178px;
	margin: 0;
	padding: 0 0 0 5px;
}

#noticias .item span.data{
	margin-top: 7px;
	font-size: 9px;
}

#noticias .item a span.data,
#noticias .item span.data{
	color: #AAA;
}

#noticias .item h3{
	margin-top: 3px;
	margin-bottom: 3px;
}

#noticias .item a h3,
#noticias .item h3{
	color: #333;
	font-size: 11px;
}

#noticias .item a p,
#noticias .item p{
	color: #444;
}

#noticias div.last{
	border-bottom: none;
}

#noticias img.mais{
	position: absolute;
	bottom: 6px;
	right: 1px;
}

/*************************************************************************/
/** DESTAQUES ************************************************************/
/*************************************************************************/
#destaques div#slideshow{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 556px;
	height: 300px;
	overflow: hidden;
}

#destaques #slideshow img{
	position: absolute;
	top: 0px;
	left: 0px;
}

#destaques ul#nav{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 200px;
	height: 300px;
	z-index: 100;
}

#destaques ul#nav,
#destaques ul#nav li{
	padding: 0;
	margin: 0;
	list-style: none;
	background-image: none;
}

#destaques ul#nav li{
	position: relative;
	float: right;
	clear: both;
	width: 184px;
	height: 72px;
	margin-bottom: 4px;
	background-color: #EFEFEF;
	background-image: url(../imagens/destaques_index.png);
	background-position: top right;
	background-repeat: no-repeat;
}

#destaques #nav li.last{
	margin-bottom: 0px;
}

#destaques #nav li.activeSlide{
	width: 200px;
	background-position: bottom right;
}

#destaques ul#nav li a{
	display: block;
	width: 182px;
	height: 72px;
}

#destaques #nav li div{
	position: absolute;
	top: 0;
	right: 0;
	width: 162px;
	height: 62px;
	margin: 0;
	padding: 10px 10px 0 10px;
	text-align: right;
}

#destaques #nav li a h3,
#destaques #nav li h3{
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 20px;
	color: #333;
}

#destaques #nav li a p,
#destaques #nav li p{
	color: #444;
}

#destaques #nav .activeSlide,
#destaques #nav .activeSlide h3,
#destaques #nav .activeSlide p,
#destaques #nav .activeSlide a{
	color: #FFF;
}


/*************************************************************************/
/** LIGACOES *************************************************************/
/*************************************************************************/
#ligacoes div.item{
	position: relative;
	float: left;
	clear: none;
	width: 182px;
	height: 160px;
	height: 154px;
	margin: 0 5px 0 0;
	margin: 5px 5px 0 0;
	padding: 0;
	color: #EFEFEF;
}

#ligacoes div.last{
	margin-right: 0;
}

#ligacoes .item a{
	display: block;
	width: 100%;
	height: 100%;
	background-color: #EFEFEF;
	/*
	background-image: url(../imagens/bg_ffffff_10.png);
	background-image: url(../imagens/bg_itemLigacoes.png);
	background-position: top center;
	background-repeat: no-repeat;
	*/
}

#ligacoes .item a:hover{
	background-color: #E9E9E9;
	/*
	background-image: url(../imagens/bg_ffffff_15.png);
	background-position: bottom center;
	*/
}

#ligacoes .item h3,
#ligacoes .item p{
	position: relative;
	float: left;
	clear: both;
	width: 182px;
	margin: 0;
	padding: 0;
	text-align: center
}

#ligacoes .item h3{
	margin-top: 15px;
	margin-bottom: 2px;
}

#ligacoes .item a h3,
#ligacoes .item h3{
	color: #333;
}

#ligacoes .item a p,
#ligacoes .item p{
	color: #999;
	font-size: 9px;
}

#ligacoes img{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 178px;
	border: 2px solid #0099D5;
	border: 2px solid #93C9E6;
	width: 182px;
	border: none;
}


/*************************************************************************/
/** SEM NOTICIAS *********************************************************/
/*************************************************************************/

.sem-noticias #noticias {
	display: none;
}

.sem-noticias #destaques {
	width: auto;
	left: 15px;
}

.sem-noticias #destaques #slideshow {
	width: 743px;
}

