/* Slide de noticias */
#box5{
	position:absolute;
	width:690px;
}
#box5 span{
	display:block;
}
#info5{
	bottom:0;
}

/* slide de fotos */
#box6{
	position:absolute;
	width:240px;
}
#box6 span{
	display:block;
}
#handles6_1{
	float:left;
}

.mask6{
	position:relative;
	left:5px;
	margin-left:5px;
	width:240px;
	height:180px;
	overflow:hidden;
	float:left;
}

.slide_fotos{
	width:370px;
}

.buttons{
	clear:both;
}

.thumbs{
	width:120px;
	height:180px;
}
.thumbs div{
	display:block;
	width:56px;
	height:45px;
}

.thumbs div img{
	display:block;
	width:100%;
	height:100%;
	border:none
}

/* ********************************** */
.info{
	width:100%;
	height:40px;
	/*background: no-repeat url('../template/imagens/noticias_info_bg.png');*/
	position:absolute;
}

.info_bg5{
	background: no-repeat url('../template/imagens/noticias_info_bg.png');
	visibility:visible; 
	opacity:0.7;
	filter: alpha(opacity=70);
	float:left; 
	position:absolute; 
	top:220px; 
	width:100%; 
	height:40px; 
	z-index:1;
}

.info_bg6{
	background: no-repeat url('../template/imagens/noticias_info_bg.png');
	visibility:visible; 
	opacity:0.7;
	filter: alpha(opacity=70);
	float:right; 
	position:relative; 
	top:0px; 
	width:240px; 
	height:40px; 
	z-index:1;
}


.info span, .info h4{
	color:#fff;
	padding:3px 8px;
	font-family: Arial;
	opacity: 1;
}
.info h4{
	font-size:12px;
	margin: 0px;
}
.info h4 a{
	float:right;
	background:#fff;
	color:#000;
	font-size:10px;
	padding:0 3px;
	text-decoration:none;	
}
.info span{
	font-size:10px;
}
.mask2{
	position:relative;
	width:690px;
	height:260px;
	overflow:hidden;
	background: #f8f8f8;
}

h4.stitle{color:#fff;margin:0 0 5px 0}

.links {padding:10px;margin-top:5px}
.links a{font-size:14px;color:#000;text-decoration:none}
.links a:hover{font-weight:bold}

.buttons{padding:0px 0px; width:95%;}
.buttons span{color:#333;padding:0 5px;cursor:pointer;font:10px Verdana}
.buttons span.active, .buttons span:hover{color:#666}

#div_miolo{margin-top: 0px;}