@charset "utf-8";
/* CSS Document */

#noticias{
	width: 725px;
	margin-right:15px;
	height:520px;
	float:left;
	text-align:justify;
}

#conteudoNoticias{
	width: 712px; 
	margin-left:13px; 
	float:left;
}

.link { 
	font-family: Tahoma; 
	font-size: 11px; 
	color: #7c7b7b; 
	text-decoration: none;
	font-weight: bold;
}

.link:hover { 
	font-family: Tahoma; 
	font-size: 11px; 
	color: #7c7b7b;
	text-decoration: underline;
	font-weight: bold;
}

.titulo {
	font-family: Tahoma;
	font-size: 11px;
	color: #7c7b7b;
	text-decoration: none;
	font-weight: bold;
}

#navegacao{
	float:left;
	margin-right:10px;
	height:20px;
	width:702px;	
}

.btNavegacao{
	background:none;
	border:none;
	font-size:14px;
	color:#666666;
	height:18px;
}

.btNavegacaoAtual{
	background:none;
	border:none;
	font-size:14px;
	color:#666666;
	font-weight:bold;
	height:18px;
}

.cxNoticia{ 
	clear:both;	
	margin-top:0;	
	width:712px;
}

.cxNoticia2{ 
	clear:both;	
	margin-top:0;	
	width:222px;
	float:left;
}

.chamada{
	margin-top:17px;
	margin-bottom:3px;	
	margin-left:79px;
	color:#b1af8c;
	font-family:Tahoma;
	font-size:12px;
}

#linhaHorizontal2{
	background-color:#999999;
	height:1px;
	width:712px;
	margin-top:12px;
	margin-bottom:5px;		
}

.dataNoticia{
	width: 712px;
	height:12px;
	float:left;	
	text-align:left;
	color:#999999;
	font-family:Tahoma;
	font-size:12px;	
}

#dataNoticia{
	width: 490px;
	height:12px;
	float:left;	
	text-align:left;
	color:#999999;
	font-family:Tahoma;
	font-size:12px;	
}

.dataNoticia2{
	width: 222px;
	height:11px;
	float:left;	
	text-align:left;
	color:#999999;
	font-family:Tahoma;
	font-size:12px;	
}

#tituloNoticia{
	width: 490px;
	height:auto;
	float:left;	
	text-align:left;
	color:#666666;
	font-family:Tahoma;
	font-size:14px;
	font-weight:bold;
}

.tituloNoticia2{
	width: 222px;
	height:auto;
	float:left;	
	text-align:left;
	color:#666666;
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
}

#imagemNoticia{
	width:auto;
	height:auto;	
	float:left;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
	background-color:#999999;
}

#textoNoticia{	
	margin-right:10px;
	width: 480px;
	color:#666666;
	font-family:Tahoma;
	font-size:12px;
	text-align:justify;	
}
