@charset "utf-8";
/* CSS Document */

/*** NOTÍCIAS - CONTEÚDO ***/
.news_content {
	width: 550px;
	padding-top: 115px;
	float: right;
	min-height: 950px;;
	_width: 545px;
	_height: 720px;
}
.news_content img{
	border: 2px solid #E2E2E2;
	float: left;
	margin: 15px;
}
.news_content h2 {
	color: #231F20;
	font-family: Arial Narrow;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	background-image: url(images/tit_noticias.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	padding: 0;
	border-bottom: 1px dotted #00A651;
	letter-spacing: 5px;
	line-height: 100px;
}
.news_content h3 {
	color: #00A651;
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	padding: 10px 15px 0 0;
}
.news_content h3 a{
	color: #00A651;
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}
.news_content h3 a:hover{
	text-decoration: none;
}
.resultado{
	color: #00A651;
	font-family: Arial;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	height: 25px;
	border-bottom: 1px dotted #231F20;
}
.news_content h4 {
	color: #00A651;
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	height: auto;
	padding: 10px 0 10px 0;
	margin-bottom: 10px;
	border-bottom: 1px dotted #231F20;
}
.news_content h5 {
	color: #999999;
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	height: 17px;
	border-bottom: 1px dotted #231F20;
}

.news_content p {
	padding: 15px 15px 0 0;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 20px;
	color:#231F20;
	text-align: justify;
}
.news_content p a {
	color:#231F20;
	text-decoration: underline;
}
.news_content p a:hover {
	text-decoration: none;
}
.news_content ul li a{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color:#231F20;
	margin: 15px;
	text-decoration: underline;
}
.news_content ul li a:hover{
	text-decoration: none;
}
.news_content h5{
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color:#231F20;
	margin: 5px 0px 5px 0px;
	padding: 0 15px 0 0;
}
.news_content hr{
	clear: both;
	border: 1.5px solid #CDCDCD;
	margin: 15px 0;
}

/*** NOTÍCIAS TOP 10 ***/
.news_top10 {
	width: 550px;
	height: auto;
/*	position: absolute;*/
	right: 0px;
	padding: 0;
	text-align: left;
}
.news_top10 h3 {
	color: #00A651;
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	height: 25px;
	padding: 0;
	border-bottom: 1px dotted #231F20;
}
.news_top10 .vertodas a{
	color: #231F20;
	font-family: Arial;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	margin-left: 350px;
}
.news_top10 .vertodas a:hover{
	text-decoration: none;
}
.news_top10 ul {
	padding: 0;
}
.news_top10 ul li a{
	color: #231F20;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	margin: 0 15px;
}
.news_top10 ul li a:hover{
	font-weight: bold;
	text-decoration: none;
}

/*** PESQUISA DE TEXTOS ***/
.pesquisaNoticias fieldset{
	border: 1px solid #CCCCCC;
	padding: 0px 10px 5px 10px;;
	width: auto;
	background: #FFFFFF;
	text-align: center;
}
.pesquisaNoticias legend{
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	padding: 2px 5px;
	color:#999999;
}

.pesquisaNoticias fieldset input{
	border:1px solid #231F20;
	padding: 2px;
	vertical-align: middle;
	width: 220px;
	height: 14px;
	color: #231F20;
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}
.pesquisaNoticias fieldset select{
	border:1px solid #231F20;
	padding: 2px;
	vertical-align: middle;
	width: 200px;
	height: 17px;
	color: #231F20;
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}

.pesquisaNoticias fieldset input.btncadastrar{
	width: auto;
	height: auto;
	vertical-align: middle;
	margin: 2px;
	border:0;
	cursor: pointer;
	background: #231F20;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	padding: 3px 2px 0 2px;
}