h1 {
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #062F4A;
	text-decoration: none;
	line-height: 29px;
}


/* links */

a {
	color: #062F4A;
	text-decoration: none;
}

a:hover {
	color:#000;
	text-decoration: none;
}

#noticiaDestaque #a:houver {
	positon: relative;
	margin:0 auto;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
	text-decoration:underline;
	margin-bottom: 12px;
	padding-bottom: 15;
}

#noticiaPrincipal {
	float: center;
	width: 100%;
	margin-bottom: 20px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF;
	padding-bottom: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
}

#noticiaPrincipal img {
	padding-right:20px;
	width:249px;
	height:160px;
	border:0;
	border-right:10px;
	border-left:10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.imgPrincipalEsq {
	float: left;
	margin-right: 10px;
}

.imgPrincipalDir {
	float: right;
	padding-left:15px;
}

#noticiaPrincInterna{
	height:auto;
    	min-height:100%;
	overflow:hidden;
	margin-bottom: 11px;	
}

#noticiaDestaque #noticiaSecundaria h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing:normal;
	font-size: 15px;
	line-height: 18px;
}

.noticiaSecGrupo {
	height:auto;
    min-height:100%;
	overflow:hidden;	
	padding-bottom: 15px;
	margin-right: auto;	
	margin-left: auto;
	margin-bottom: 15px;
	border-bottom: solid 1px #eee;
}


#noticiaSecundaria {
	position:relative;
	padding: 10px;
	margin-bottom:20px;
	margin-top: 1px;
	margin-right: auto;
	margin-left: auto;
		
}

#noticiaSecundaria img {
	float: left;
	padding-right:22px;
	padding-bottom:7px;
	padding-top:5px;
	width:176px;
	height:121px;
	border:0;	
}

.noticiaSecEsq {
	height:auto;
	float: left;
	width:47%;
	/* background-color: #F2F9F2; */
}

.noticiaSecDir {
	height:auto;
	float: right;
	width:47%;
	/* background-color: #F2F9F2; */	
}

#noticiaBase {
	font-size: 14px;
	clear: both;
	position:relative;
	margin-top: 4px;
	margin-bottom: 4px;
	width: 100%;
	line-height: 19px;
}


.noticiaConteudo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}


.dataNoticia {
	font-family:Geneva, sans-serif;
	font-size:10px;
	color:#999;
	font-weight: bold;
	margin-left:0;
	margin-top:0 auto;
	margin-left:0 auto;
}

.datanotbase {
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:bold;
	color:#999;
	font-weight: bold;
	margin-left:0;
	margin-top:0 auto;
	margin-left:0 auto;
}

/*
* Estilos para a transicao de noticias
*/
#noticias_destaque {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border-top-width: 8px;
	border-right-width: 8px;
	border-bottom-width: 8px;
	border-left-width: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #EFEFEF;
	margin-bottom: 16px;
}

#noticias_destaque .toolbar {
	height:16px;
	display:none;
}

#noticias_destaque .toolbar ul {
	float: left;
	list-style-type: none;
	margin: 5px 0 0 0;
	padding: 0;
	width: auto;
}

#noticias_destaque .toolbar  ul li {
	background: url("images/nd/op_inativo.png") no-repeat scroll 0 0 transparent;
	float: left;
	height: 12px;
	width: 11px;
	margin-left: 2px;
	margin-bottom: 15px;
	padding: 0;
	cursor: pointer;
	font-size: 10px;
	text-indent: -999em;
}

#noticias_destaque .toolbar  ul li.ativo {
	background: url("images/nd/op_ativo.png") no-repeat scroll 0 0 transparent;
}

#noticias_destaque .navegacao {
	background: url("images/nd/fundo_nav.png") no-repeat scroll 0 0 transparent;
	float: right;
	height: 18px;
	width: 44px;
}

#noticias_destaque .anterior {
	background: url("images/nd/anterior.png") no-repeat scroll 0 0 transparent;
	float: left;
	height: 8px;
	margin: 3px 0 0 11px;
	text-indent: -999em;
	width: 8px;
}

#noticias_destaque .anterior:hover {
	background: url("images/nd/anterior.png") no-repeat scroll -8px 0 transparent;
	cursor: pointer;
}

#noticias_destaque .proximo {
	background: url("images/nd/proximo.png") no-repeat scroll 0 0 transparent;
	float: right;
	height: 8px;
	margin: 3px 11px 0 0;
	text-indent: -999em;
	width: 8px;
}

#noticias_destaque .proximo:hover {
	background: url("images/nd/proximo.png") no-repeat scroll -8px 0 transparent;
	cursor: pointer;
}

#noticias_destaque #noticias {
	clear:both;
	margin-top:2px;
}

#noticias_destaque .noticia {}

