/* Novidades*/

.lateralnovidades {
	width:200px;
	height:auto;
	float:left;
	margin-left:10px;
	margin-top:15px;
}

.novidade {
	width:560px;
	height:auto;
	float:left;
	padding:5px;
	margin-top:15px;
	border:#99CC00 solid 3px;
	border-left:none;
	border-bottom:none;
	border-top:none;
}

.texto {
	width:550px;
	float:left;
	height:auto;
	text-align:left;
	margin-top:10px;
	padding-bottom:25px;
	font-size:1.1em;
}

.ferramentas {
	width:550px;
	height:32px;
	margin-top:10px;
	float:left;
	border:#CCCCCC solid 1px;
	border-right:none;
	border-top:none;
	border-left:none;
}

.titulo {
	color:#99CC00;
	font-size:1.1em;
	float:left;
	width:300px;
	text-align:left;
	margin-top:10px;
}

.link {
	width:450px;
	height:auto;
	float:left;
	font-size:0.8em;
}

.data {
	width:80px;
	height:auto;
	float:left;
	font-size:0.8em;
}

.acessolink {
	width:auto;
	height:auto;
	float:left;
	margin-top:10px;
}

.funcoes {
	width:auto;
	float:right;
	height:15px;
	margin-left:10px;
	margin-right:10px;
	margin-top:7px;
	color:#999999;
	padding-left:3px;
}

.funcoes2 {
	width:auto;
	float:right;
	height:20px;
	margin-left:10px;
	margin-right:10px;
	margin-top:7px;
	color:#999999;
	padding-left:5px;	
}

.funcoes2 a:link, .funcoes2 a:visited, .funcoes2 a:active {
	color:#999999;
}

.funcoes2 a:hover {
	color:#666666;
	text-decoration:underline;
}