/** veja também - sem a previsão do tempo **/
.veja_tambem {
       height: 21px;
       background:#0071bd url(../r7/bg_veja_tmb.gif) bottom repeat-x;
       color:#fff;
       padding:5px 10px;
       margin-bottom: 5px;
	   margin-right: 10px;
}
.veja_tambem span {font-size:1.4em; float:left;}
.veja_tambem ul.chamadas{
       float: left;
       width: 480px;
       height: 20px;
       margin-top: 2px;
       overflow: hidden;
}
.veja_tambem ul.chamadas li{ display:none; }
.veja_tambem ul.chamadas li.ativo{ display:block; }
.veja_tambem ul.chamadas li a {
		color:#fff;
		text-decoration:underline;
		margin:0 0 0 10px;
		font-size:1.1em;
	}

.veja_tambem ul.controle{ float: right; width: 11px; }
.veja_tambem ul.controle li{
       display: block;
       float: left;
       width: 11px;
       height: 10px;
       margin-top: 1px;
       cursor: pointer;
       overflow: hidden;
       background-repeat: no-repeat;
       background-position: center;
}
.veja_tambem ul.controle li.item1{ background-image: url(../r7/seta_vt_1.gif); }
.veja_tambem ul.controle li.item2{ background-image: url(../r7/seta_vt_2.gif); }

/********************** Chamadas Blog **********************/
.chamadas_blog{
	clear: both;
	width: 594px;
	height: 80px;
	padding-bottom: 8px;
}
.chamadas_blog h4{
	padding-bottom: 1px;
	margin-bottom: 6px;
	color: #c9168e;
	font-size: 160%;
	font-weight: bold;
}
.chamadas_blog h4 a{
	color: #c9168e;
}
.chamadas_blog .setas_area{
	height: 57px;
	padding: 9px 12px;
	background-color: #e4eaed;
}
.chamadas_blog .setas_area_lista{
	position: relative;
	float: left;
	width: 510px;
	height: 57px;
	margin-left: 5px;
	overflow: hidden;
}
.chamadas_blog .seta_anterior,
.chamadas_blog .seta_proxima{
	cursor: pointer;
	display: block;
	width: 25px;
	height: 25px;
	margin-top: 14px;
	background-position: center;
	background-repeat: no-repeat;
}
.chamadas_blog .seta_anterior{
	float: left;	
	background-image: url(../r7/blog_seta_esq.png);
}
.chamadas_blog .seta_proxima{
	float: right;	
	background-image: url(../r7/blog_seta_dir.png);
}
.chamadas_blog ul{
	width: 110%;
	height: 57px;
}
.chamadas_blog ul li{
	float: left;
	width: 255px;
	height: 57px;
	padding-right: 6px;
	line-height: 1em;
} 

.chamadas_blog ul li a{
	line-height: 1em;
}
.chamadas_blog ul li a.img_borda{
	margin-right: 6px;
}
.chamadas_blog ul li a img{
	float: left;
	display: block;
	width: 75px;
	height: 57px;
} 
.chamadas_blog ul li a span{
	display: block;
	padding-bottom: 3px;
	font-weight: bold;
	font-size: 130%;
	letter-spacing: -1px;
	line-height: 100%;
}
/**/