.nav-datas{
	float: right;
	width: 180px;	
}

.nav-datas span{
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	background: url(../img/layout/topo-datas-novidades.jpg) no-repeat;
	display: block;
	padding: 9px 0 9px 20px;
}

.nav-datas ul li a{
	display: block;
	padding: 8px 0 8px 20px;
	font-size: 11px;
	color: #5c5c5c;
	background: #fff;
	border-bottom: 1px dotted #c4c4c4;
}

.nav-datas ul li a:hover{
	background-color: #efefef;
	color: #8b8b8b;
}

.noticias{
	float: left;
	width: 760px;
}

.noticias ul li{
	display: block;
	padding: 30px 0;
	border-bottom: 1px solid #9d9d9d;
	border-top: 1px solid #ffffff;
}

.noticias ul li.first{
	border-top: 0;
	padding-top: 0;
}

.noticias ul li.last{
	border-bottom: 0;
}

.noticias ul li a img{
	border: 3px solid #333333;
	float: left;
	margin-right: 20px;
}

.noticias ul li a span{
	display: inline-block;
	padding: 5px;
	background-color: #333333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	margin-bottom: 15px;	
}

.noticias ul li a strong{
	font-size: 20px;
	color: #282828;
	display: block;
	margin-bottom: 10px;
}

.noticias ul li a p{
	line-height: 16px;
	margin-bottom: 12px;
	color: #959595;
	text-align: justify;
}

.noticias ul li a em{
	color: #484848;
}

.noticias ul li a:hover strong{
	color: #959595;
}

.noticias ul li a:hover p{
	color: #282828;
}

.noticias ul li a:hover span{
	background-color: #cacaca;
	color: #282828;
}

.noticias ul li a:hover em{
	color: #959595;
}

.noticias ul li a:hover img{
	border: 3px solid #959595;
}

.novidade-view img{
	float: left;
	border: 3px solid #333333;
	margin: 0 20px 10px 0;
}

.novidade-view span{
	display: inline-block;
	padding: 5px;
	background-color: #333333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	margin-bottom: 15px;
	font-size: 13px;	
}

.novidade-view strong{
	font-size: 24px;
	color: #282828;
	display: block;
	margin-bottom: 10px;
}

.novidade-view p{
	line-height: 16px;
	margin-bottom: 12px;
	color: #959595;
	text-align: justify;
}

#view-rodape h4{
	background: url(../img/layout/galeria-fotos.png) repeat-x top;
	height: 25px;
	text-indent: -1000em;
	overflow: hidden;
	margin-bottom: 15px;
}

#view-rodape ul li a img{
	border: 1px solid #7e7e7e;
}

#view-rodape ul li a:hover img{
	border: 1px solid #2d2d2d;
}

#view-rodape ul li{
	float: left;
	margin: 0 10px 10px 0;
}

#bt_voltar{
	width: 55px;
	height: 29px;
	background: url(../img/layout/bt-voltar.jpg);	
	float: left;
	margin:14px 0 30px 0;
	text-indent: -9999px;
	overflow: hidden;
}

#bt_voltar:hover{
	background-position: 0 -29px;
}

/* Paging */
#novidades div.paging {
	color: #333;
	padding: 17px 0 16px;
	text-align: center;
	cursor: default;
	font-weight: bold;
	font-size: 15px;
	line-height: 18px;
	clear: both;
}
#novidades div.paging span .setas {
	font-size: 15px;
	font-weight: bold;

	color: #fff;
	border-radius: 170px;
	-webkit-border-radius: 170px;
	-moz-border-radius: 170px;
	background-color: #6a6a6a;	
}
#novidades div.paging span.disabled {
	color: #CCC;
	display: none;
}
#novidades div.paging span.current,
#novidades div.paging a {
	color: #6f6e6e;
	padding: 3px 8px;
	margin: 0 5px 0 0;
}
#novidades div.paging span.current {
	color: #fff;
	border-radius: 170px;
	-webkit-border-radius: 170px;
	-moz-border-radius: 170px;
	background-color: #6a6a6a;
}

#novidades div.paging span a {
	color: #fff;
	border-radius: 170px;
	-webkit-border-radius: 170px;
	-moz-border-radius: 170px;
	background-color: #cacaca;
}