@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}

img {
  border: 0px;
}

a {
	text-decoration: none;
	color: #cc3300;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

html, body {
  height: 100%;
  min-height: 100%;
}

h3 {
  color: #666666;
  margin: 15px 0 10px 0;
}

p {
  margin: 10px 0 10px 0;
}

th {
  color: #ffffff;
  font-size: 12px;
  padding: 3px;
  margin: 0;
  background-color: #888888;
}

td {
  font-size: 12px;
  padding: 3px;
  margin: 0;
  background-color: #efefef;
}

td.label {
	width: 150px;
}

td.campo {
	width: 550px;
	padding: 3px;
	margin: 0;
	background-color: #efefef;
}

#Layout {
	min-height: 100%;
	height: 100%;
}

.clear {
	padding-top: 20px;
	*padding-top: 0;
	clear: both;
	text-align: center;
}
/*======================================*\
|		  Topo, Corpo e Rodapé           |
\*======================================*/
#LogoPrint { display: none; }

#TopoLaranja {
	top: 0px;
	left: 0px;
	position: absolute;
	width: 100%;
	height: 28px;
	background-image: url(../images/topo.png);
	background-repeat: repeat-x;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 20px;
	z-index: 2;
}
/*#TopoLaranja div { text-align: right; width: 945px; }*/

#TopoLaranja a {
  font-size: 13px;
}

#Corpo {
	top: 20px;
	width: 945px;
	position: relative;
	z-index: 1;
	font-size: 13px;
	text-align: left;
	display: block;
}

#RodapeADS {
	width: 702px;
}

#Rodape {
	background-image: url(../images/rodape.png);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0 auto;
	height: 28px;
}

#RodapeConteudo {
  	color: #ffffff;
  	font-size: 13px;
  	font-weight: bold;
	height: 28px;
	margin: 0 auto;
	padding-top: 1px;
	text-align: right;
	width: 945px;
	position: relative;
}

#RodapeEnvelope {
	width: 705px;
	position: absolute;
	right: 0;
	margin-top: 2px;
}

#RodapeShare {
	float: left;
}

#RodapeConteudo a {
  color: #ffffff;
  font-size: 12px;
}

#RodapeEndereco {
	width: 945px;
	margin: 0 auto;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #909864;
}

#RodapePrint { display: none; }

/*======================================*\
|				   Menu                  |
\*======================================*/

#Menu {
	float: left;
	position: relative;
	left: 0px;
	width: 220px;
	z-index: 3;
}

#Menu * { clear: both; }
#Menu a { color: #EDEBAB; }

#Menu ul {
	list-style: none;
	padding-left: 1px;
}

#MenuCorpo {
	background-image: url(../images/fundomenu.png);
	background-repeat: repeat-y;
	font-size: 11px;
	color: #FFFFFF;
}

#MenuCorpo li#logo {
	margin-bottom: 10px;
}



#MenuItens li {
	height: 61px;
	width: 210px;
	color: #EDEBAB;
	background-color: #17161a;
	/*background: url(../images/menu.png) no-repeat;*/
	float: left;
	margin-left: 3px;
	_margin-left: 1px;
	cursor: pointer;
}

#MenuItens li div {
	padding: 5px;
	padding-left: 15px;
	font-size: 12px;
}

#MenuItens li ul {
	z-index: 10000;
	position: absolute;
	width: 220px;
	float: left;
	display: none;
	padding-top: 5px;
	margin-left: -5px;
}

#SubMenuItens li {
	height: 40px;
	width: 210px;
	font-size: 12px;
	color: #EDEBAB;
	/*background: #1E1D22 url(../images/menu.png) no-repeat scroll 0 0;*/
	float: left;
}

#SubMenuItens li strong {
	font-size: 12px;
	font-weight: normal;
	color: #EDEBAB;
}

#MenuFooter {
	padding-left: 2px;
	width: 210px;
}
#MenuFooter ul {
	background-color: #A3B276;
	padding: 5px;
}
#MenuFooter li {
	font-size: 12px;
	color: #FFFFFF;
	line-height: 20px;
	padding-left: 5px;
}
#MenuFooterIMG {
	width: 220px;
	height: 14px;
	position: relative;
	background: transparent url(../images/footermenu.png) no-repeat scroll 0 0;
}

#ADS_Menu {
	padding: 0px;
}

/*======================================*\
|			 Area do Conteudo            |
\*======================================*/
#Conteudo {
	float: right;
	position: relative;
	width: 723px;
	top: 8px;
	display: block;
}

#Conteudo ul {
	list-style: disc;
	padding-left: 15px;
	padding-bottom: 20px;
}

#Destaque {
	position: relative;
	top: 10px;
	float: left;
	width: 100%;
	display: block;
	background-color: #A3B276;
	overflow: hidden;
}

#Capa_LateralEsquerda {
	float: left;
	width: 339px;
	overflow: hidden;
	display: block;
}

#Capa_LateralDireita {
	float: right;
	width: 339px;
	padding-right: 10px;
	overflow: hidden;
	display: block;
}

#Artigo_LateralEsquerda {
	position: relative;
	top: 50px;
	left: 25px;
	float: left;
	width: 60%;
	padding-left: 5px;
	overflow: hidden;
	display: block;
	padding-bottom: 50px;
}

#Artigo_LateralDireita {
	position: relative;
	top: 50px;
	float: right;
	width: 32%;
	padding-right: 5px;
	overflow: hidden;
	display: block;
	padding-bottom: 50px;
}

#Secao_Centro {
	position: relative;
	top: 50px;
	left: 25px;
	float: left;
	/*width: 100%;*/
	padding-left: 5px;
	overflow: hidden;
	display: block;
	padding-bottom: 50px;
}

.SecaoList {
	position: relative;
	float: left;
	width: 50%;
	overflow: hidden;
	display: block;
	margin-bottom: 30px;
}

#Agenda {
	/*height: 200px;*/
	display: block;
	overflow: auto;
	width: 350px;
	padding: 0px;
}

#EventosMesAnterior {
	cursor: pointer;
}
#EventosMesSeguinte {
	cursor: pointer;
}

.evento {
	margin-top: 15px;
}

.EventosData {
	/*position: relative;*/
	float: left;
	width: 15%;
	font-size: 25px;
	color: #F09E37;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
	display: inline;
}

.EventosData h1 {
  font-size: 16px;
}

.EventosData h4 {
	font-size: 13px;
}

.EventosNoticia {
	width: 80%;
	/*position: relative;*/
	float: left;
	display: inline;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	margin-top: -15px;
}

/*======================================*\
|				  Fontes                 |
\*======================================*/
#FraseDoTopo p {
	font-size: 13px;
	color: #A3B276;
	line-height: 16px;
	font-style: italic;
}

.Migalha {
	font-size: 11px;
	color: #F09E37;
	font-weight: bold;
	margin: 54px 0 0 30px;
	height: 14px;
}

.Migalha a {
	color: #F09E37;
	font-weight: bold;
}

.LeiaMais * {
	bottom: 0px;
	left: 260px;
	position: relative;
	font-size: 12px;
	color: #FFFFFF;
}

.DataDaNoticia p {
  margin-top: -10px;
  font-size: 10px;
	color: #AAAAAA;
}

.DataDaNoticia a {
  margin-top: -10px;
  font-size: 10px;
	color: #AAAAAA;
}

.Noticia {
	font-size: 12px;
	color: #000000;
}

h2 {
	font-size: 12px;
	color: #A0A0A0;
	font-weight: bold;
	padding-left: 10px;
}

.MesEventos {
	font-size: 11px;
	color: #000000;
}

.MaisNoticias {
	bottom: 0px;
	float: right;
	position: relative;
	font-size: 11px;
	color: #F09E37;
	font-weight: bold;
	padding-right: 10px;
}

.LinkBranco {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

#Rubrique {
	position: relative;
	top: 50px;
	left: 15px;
	float: left;
	width: 100%;
	overflow: hidden;
	display: block;
	padding-bottom: 50px;
}

.NoticiaFio{
  font-weight: bold;
  font-size: 13px;
  color: #959393;
}

.separadorRubrique{
float:left;
  width:47%;
  margin:5px;
  height:150px;
}

#TesteiraCapa {
	position: relative;
}

#destaque_links {
	position: absolute;
	bottom: 5px;
	left: 387px;
}

img#carregador {
	position: absolute;
	top: 50%;
	left: 23%;
}

a.link_destaque {
	color: white;
	padding-left: 6px;
	padding-right: 5px;
	padding-top: 2px;
	font-size: 12px;
	background-image: url("public/images/fundoLink.png") center no-repeat;
}

ul#lista_posicoes{
	padding-left: 20px;
	font-size: 12px;
	list-style: none;
	padding-left: 1px;
}
ul#lista_premios{
	padding-left: 20px;
	font-size: 12px;
	list-style: none;
	padding-left: 1px;
}
ul#lista_publicacoes{
	padding-left: 20px;
	font-size: 12px;
	list-style: none;
	padding-left: 1px;
}

ul#lista_livros{
	padding-left: 20px;
	font-size: 12px;
	list-style: none;
	padding-left: 1px;
}

#agenda_erro {
	margin-top:100px;
	height:100px;
	text-align: center;
}

#agenda_erro h1 {
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #F09E37;

}

#logoff_link {
	padding-top: 10px;
}

#logoff_link a {
	padding-left: 10px;
	font: bold 11px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
}

/* FORMULÁRIO DE INSCRIÇÃO DA NEWSLETTER */
#FormularioInscricao {
	float: right;
	width: 290px;
	padding-top: 100px;
}
