﻿/* Noticias começa aqui */
/* Noticias 2 começa aqui - Manchete */
.not2 {
	float: left;
	position: static;
	width: 300px;
	margin-left: 10px;
	background: #fbfbfb;
	background-image: url('1/not2.gif');
	background-repeat: repeat-y;
	border-right: 1px #f2f6e6 solid;
	border-top: 1px #f2f6e6 solid;
	border-bottom: 1px #f2f6e6 solid;

}
.not2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 0px;
	padding: 0px;
	display: block;
	width: 100%;
	position: static;
	float: left;
	border-bottom: 1px #FFFFFF solid;
}
.not2 a:hover {
	background: #e2efbc;
}
.not2 a div {
	padding: 2px;
	padding-bottom:5px;
	margin:0px;
	text-align:left;
}
.not2 a img {
	float: left;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-top: 2px;
	border: 1px #FFFFFF solid;
}
.notdata2 {
float:left;
	margin: 10px;
	position: static;
	text-align: left;
	color: #99cc00;
	font-weight: bold;
	font-size: 12px; /*	background:#c8e27c; */;
	font-family: Arial, Helvetica, sans-serif;
}
/* Noticias 1 começa aqui - Destaques */
.not1 {
	float: left;
	position: static;
	width: 200px;
	margin-left: 10px;
	background: #f8f8f8;
}
.not1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 0px;
	padding: 0px;
	display: block;
	width: 200px;
	position: static;
	float: left;
	border-bottom: 1px #FFFFFF solid;
}
.not1 a:hover {
	background: #e2efbc;
}
.not1 div {
	padding: 10px;
	padding-bottom: 15px;
}
.not1 a img {
	float: left;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-top: 2px;
	border: 1px #FFFFFF solid;
}
.notdata1 {
	margin-left: 20px;
	position: static;
	text-align: left;
	color: #99cc00;
	font-weight: bold;
	font-size: 12px; /*	background:#c8e27c; */;
	font-family: Arial, Helvetica, sans-serif;
}
