/* ================================================================= */
/*                                 GERAL                             */
/* ================================================================= */
body {
	margin:0px;
	background:#FDFCFA url(../images/fundo_degrade.jpg) top left repeat-x;
}

#conteudo {
	background:#FFFFFF;
	width: 778px;
	margin:0px auto;
	padding:10px;
	border: 2px solid #F99500;
}


/* ================================================================= */
/*                           TOPO DA PAGINA                          */
/* ================================================================= */
#cabecalho {
	background:url(../images/topo.jpg);
	height:150px;
	text-align:right;
}

#idiomas {
	padding:5px;
}

#idiomas a img {
	border: 1px solid #FFD9B8;
}

#contador {
	text-align:right;
	padding-top:95px;
	padding-right:5px;
	font: 11px Verdana;
	color:#FFF4EC;
}

#texto_contador {
	font-weight:bold;
}

/* ================================================================= */
/*                               MENUS                               */
/* ================================================================= */
#menu_superior {
	background:url(../images/barra_laranja.gif) repeat-x;
	border:1px #F99500 solid;
	text-align:center;
	height:25px;
}

#menu_superior ul {
	border-spacing:0;
	padding:0;
	margin:0;
	list-style:none;
}

#menu_superior ul li {
	display:inline;
	height:25px;
	line-height:25px;
}

#menu_superior ul li a {
	padding:0px 8px 0px 8px;;
	color:#660000;
	text-decoration:none;
	font: 10px Verdana;
	font-weight:bold;
}

#menu_superior ul li a:hover {
	text-decoration:underline;
	color:#000000;
}



/* ================================================================= */
/*                              DIVISAO                              */
/* ================================================================= */
#meio {
	padding:5px 0px 5px 0px;
}



/* ================================================================= */
/*                              RODAPÉ                               */
/* ================================================================= */
#rodape {
	background-color:#BE6A3B;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	color:#FFD9B8;
	height:35px;
	line-height:17px;
	border: 1px solid #003366;
}



#menu_inferior {
	text-align:center;
}

#menu_inferior ul {
	height:100%;
	border-spacing:0;
	padding:0;
	margin:0;
	list-style:none;
}

#menu_inferior ul li {
	display:inline;
}

#menu_inferior ul li a {
	text-decoration:none;
	font-family:Verdana;
	padding:8px;
	color:#FFD9B8;
	font-weight:bold;
}

#menu_inferior ul li a:hover {
	text-decoration:underline;
}



/* ================================================================= */
/*                             JANELAS                               */
/* ================================================================= */
.janela {
	border: 1px solid #003366;
	margin: 5px 0px 5px 0px;
	background:#FFF4EC;
}

.janela_titulo {
	font: 10px verdana;
	background: #FFD9B8;
	color:#660000;
	font-weight:bold;
	height:20px;
	line-height:20px;
	text-align:center;
}

.janela_corpo {
	font:11px verdana;
	color:#660000;
	margin: 5px;
	text-align:justify;
}

.janela_rodape {
	height: 10px;
	background: #FFD9B8;
}


/* ================================================================= */
/*                             OBJETOS                               */
/* ================================================================= */
.lista {
	list-style:none;
}

#resumo_log {
	clear: both;
	position:relative;
}

#resumo_log_corpo {
	height: 90px;
	margin-right:0px;
	overflow:auto;
}



#resumo_documentos { width: 382px; float:left;  }
#resumo_projetos   { width: 382px; float:right; }
#resumo_codigos    { width: 382px; float:left;  }
#resumo_desafios   { width: 382px; float:right; }
#resumo_fotos      { width: 382px; float:left; }
#resumo_links      { width: 382px; float:right;  }
.corpo_resumo      { height:65px;  }


.linha {
}

.link {
	font-family:Verdana;
	color:#BE6A3B;
}

.download {
	text-align:right;
}

.download_item a {
	font-weight:bold;
	text-decoration:none;
	font-family:Verdana;
	color:#BE6A3B;
	font-weight:bold;
}

.download_item a:hover {
	text-decoration:underline;
}

/*
div {
	border:1px solid;
}

*/