/*
-- Global Reset
*/

* {
	margin: 0;
	padding: 0;
}

/*
-- Tipografia e Cores
*/

a img {
	border: 0;
	display: block;
}

a:link {
	
}

a:visited {

}

a:hover {
	
}

a:active {

}

body, html {
	height: 100%;
}

body, input, select, textarea {
	font-family: "Trebuchet MS", Arial, Tahoma, sans-serif;
}

body {
	background-color: #001A00;
	background-image: url(../imagens/lateral.jpg);
}

h1 {
	color:#009900;
	font-size: 18px;
	margin-bottom: 7px;
}

h2 {
	color:#009900;
	font-size: 14px;
	margin-bottom: 5px;
}

.legenda
{
	font-size: 10px;
}

span.data {
	font-size: 10px;
	display: block;
}

p {
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 12px;
}

ul {
	font-size:12px;
	}

/*
-- Estrutura
*/

body {
	text-align: center;
}

div#site {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFF7E7;
	overflow: hidden;
	min-height: 100%;
}

* html div#site {
	height: 100%;
}

div#cabecalho {
	position: relative;
	background-image: url(../images/home_figura.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

div#cabecalho img {
	display: block;
}

div#logo {
	
}

div#menu {
	width: 159px;
	float: left;
	background-color: #F1EDD5;
}

div#menu ul {
	list-style-type: none;
}

div#menu li {

}

div#menu a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	background-color: #3C853B;
	color: #FFFFFF;
	font-size: 14px;
	padding-left: 5px;
	background-image: url(../imagens/menu/canto_menu.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	border-top: 1px solid #72A369;
	padding-bottom: 3px;
	padding-top: 2px;
	line-height: 18px;
}

div#menu a:hover {
	background-color: #4AA649;
	background-image: url(../imagens/menu/h_canto_menu.gif);
	background-position: bottom right;
	border-top: 1px solid #3C853B;
}

div#menu li ul {

}

div#menu li ul li {

}

div#menu li ul a {
	background-image: none;
	border: 0;
	padding: 0;
	font-size: 12px;
	padding-left: 5px;
	background-color: transparent;
	color: #666666;
	border-bottom: 1px solid #999999;
	line-height: 18px;
}

div#menu li ul a:hover {
	background-image: none;
	border-top: none;
	background-color: #ECE7C5;
}

div#login {
	font-size: 11px;
	padding: 5px;
	overflow: hidden;
}

div#login label {
	font-size: 11px;
}

div#login .input {
	padding: 0;
	font-size: 11px;
}

div#login .submit {
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	border: 0;
	padding: 0;
	text-align: left;
	color: #3C853B;
	background-color: transparent;
	margin-top: 0;
}

div#corpo {
	width: 600px;
	float: right;
	overflow: hidden;
	padding: 10px;
	background-color: #FFF7E7;
}

div#rodape {
	
}

/*
-- Home
*/

div#banners {
	margin-top: 10px;
	width: 190px;
	float: right;
}

div#banners a {
	display: block;
	margin-bottom: 10px;
}

div#destaques, div#contribuicoes, div#noticias {
	float: left;
}

.noticiaHome {
	width: 350px;
}

.noticaPagina{
	width: 590px;
}

div#destaques {
	background-color: #000000;
	color: #FFFFFF;
	padding: 7px;
	margin-bottom: 15px;
	background-image: url(../imagens/rc_preto_te.gif);
	background-repeat: no-repeat;
}

div#noticias {
	background-color: #EFE7C6;
	padding: 7px;
	background-image: url(../imagens/rc_bege_te.gif);
	background-repeat: no-repeat;
}

div.noticia {
	padding: 5px;
	overflow: hidden;
}

div.noticia img {
	float: left;
	margin-right: 10px;
}

div.noticia a {
	font-size: 12px;
	text-decoration: none;
	color: #FF9900;
	display: block;
}

div.noticia a:hover {
	text-decoration: underline;
}

/*
-- Classes Complementares
*/

.padding {
	padding: 15px;
	overflow: hidden;
}

.padding-home {
	padding: 10px;
	overflow: hidden;
}

.clear {
	clear: both;
}

.f-esq {
	float: left;
}

.f-dir {
	float: right;
}

.a-center {
	text-align: center;
}

.a-left {
	text-align: left;
}

.a-right {
	text-align: right;
}

div.line {
	border-top: 1px solid #DCC9DE;
	font-size: 1px;
	height: 1px;
	display: block;
	margin: 10px 0;
	clear: both;
}

div.line hr {
	display: none;
}

/*
-- Form
*/

fieldset {
	border: 0
}

form {
	
}

label {
	display: block;
	font-size: 12px;
}

label span {
	
}

input, select, textarea {
	font-size: 12px;
}

.input {
	border: 1px solid #666666;
	display: block;
	margin-bottom: 5px;
}

input.input, textarea.input {
	padding: 2px 3px;
}

.submit {
	display: block;
	border: 0;
	font-size: 12px;
	background-color: #3C853B;
	color: #FFFFFF;
	margin-top: 10px;
	cursor: pointer;
	border: 1px solid #666666;
}

.submit:hover {
	background-color: #4AA649;
}

p.aviso {
	
}