.nav {
	margin-bottom: 20px;
	height: 17px;
}

.nav a {
	color: #5b5c50;
}

.deactivate {
	color: #191b1b;
}

#contentbody li {
	list-style: square;
}

h3.arquivo {
	font-weight: normal;
	font-size: 10px;
}

#noticias {
	width: 330px;
	float: left;
}

#noticias h3, #satelites h3 {
	color: #e31f27;
	margin: 0px 0px 5px 0px;
	font-size: 11px;
}

#noticias h3 a {
	color: #e31f27;
}

#noticias p {
	margin-top: 0px;
}

#noticias li p {
	text-align: justify;
	padding: 0px 10px;
}

#noticias li strong {
}

#noticias a.input {
	border: 1px solid #393933;
	background: #191b1b;
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #eee;
	padding: 5px 8px;
}

#noticias .news {
	min-height: 72px;
	padding: 0px;
	text-align: justify;
	margin-bottom: 30px;
}

#noticias .news div.date {
	color: #eee;
}

#noticias .news a.input {
	margin-left: 85px;
}

#noticias .news p {
	padding-left: 85px;
}

#noticias .newsimg {
	float: left;
	width: 70px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 3px solid #191b1b;
}

#noticia .newsimgbig {
	float: left;
	width: 133px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 3px solid #191b1b;
}

#noticia .newsbody * {
	font-size: 11px !important;
}

#noticia .newsbody {
	color: #5b5c50 !important;
	margin-left: 160px;
	margin-right: 30px;
}

#noticia .newsbody a, #noticia .newsbody a * {
	color: #e31d25 !important;
	text-decoration: none !important;
	font-weight: normal;
}

#noticia h3 {
	color: #e31d25;
 	font-size: 12px;
}

#noticia table {
	background: #191b1b;
	border-collapse: collapse;
	border: 1px solid #333;
	width: 100%;
}

#noticia table tr {
	border: none !important;
}

#noticia table th {
	font-weight: normal;
	background: url(/img/table_th.gif) repeat-x top;
	height: 22px;
	color: #eee;
	padding: 2px 4px;
}

#noticia table td {
	text-align: center;
	padding: 5px 0px;
}

#noticia table tr:hover {
	background: #222;
}





#satelites {
	margin-left: 15px;
	width: 330px;
	float: left;
	color: #5b5c50;
}

#satelites #topsatelite {
	width: 322px;
	height: 90px;
	background: url(/img/top_satelite.png) top left no-repeat;
}

#satelites table {
	border-collapse: collapse;
	width: 100%;
}

#satelites table td {
	text-align: left;
	padding: 5px 0px;
}

#slide_cnt {
	margin-left: 15px;
	width: 330px;
	float: left;
}

#slide_cnt h3 {
	color: #e31d25;
 	font-size: 11px;
}

#slideshow {
	position: relative;
	height: 320px;
}

#slideshow img {
	position: absolute;
	z-index: 10;
	max-height: 320px;
	max-width: 320px;
	border: 3px solid #191b1b;
}



