/* CSS Document */



html, body {
	margin: 0;
	padding: 0;
	background:#DEEAE0 url(../imagens/layout/background2.jpg) repeat-x;
	font: 12px Arial, Helvetica, sans-serif;
	cursor:default;
	color: #2D422E;
}

/** DEFINIÇÕES DAS TAGS HTML **/

a {
	text-decoration: none;
	color: #2D422E;
}

a:hover {
	text-decoration: underline;
	color: #793131;
}

img {
	margin: 15px 12px 0 0;
	border: 0;
}

ul {
	margin: 0px;
	padding: 0px;
	text-align: left;
	list-style: none;
}

ul li {
	margin: 2px 0 0 0;
}

p {
	text-align: justify;
}


h3 {
	height: 22px;
	background:#236B43;
	color:#FFFFFF;
	padding-top:3px;
}

h4 {
	margin: 0;
}

hr {				
	margin: 24px auto 12px auto;
	width: 99%;
	color: #DBE9DC;
	border: 1px solid;
}

/** ESTILO BASE DOS FORMULARIOS **/
fieldset {
	padding: 20px;
	border: 1px solid #DBE9DC;
	width: 90%;
	margin: 48px auto;
}

legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #2D422E;
	padding: 2px 5px;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
	height: 22px;
}

form {
	font-family: Arial, Helvetica, sans-serif;
	color: #2D422E;
	font-size: 10pt;
}

label {
	display: block;
	width: 140px;
	float: left;
	color: #793131;
	border-bottom: 1px solid #f1f1f1;
	font-weight: 800;
}

input {
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 13px;
	margin-bottom: 10px;
	color: #793131;
}

select {
	border: 1px solid #333;
	font-size: 13px;
	margin-bottom: 10px;
	color: #793131;
}

textarea {
	background-color: #FFF;
	overflow: auto;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 2px;
	color: #793131;
	font-size: 11pt;
}

.botao {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	background-color: #2D422E;
	margin: 15px 0 0 0px;
	cursor: pointer;
}

.botao:active {
	margin: 16px 0px 0px 1px;
}


/** CAIXA CONTAINER DA PAGINA **/
#container {
	position: relative;
	width: 762px;
	margin: auto;
	padding: 0;
	background-color: #FFFFFF;
}


/** DEFINIÇÕES DA CAIXA #HEADER **/
#header {
	height: 140px;
	margin: 0;
	background: url(../imagens/layout/olhar_vital.jpg) bottom no-repeat;
}
	
	#barraMenu {
	height: 30px;
	margin: 5px 0 5px 0;
	background:#104227;
}

	
/** DEFINIÇÕES DA CAIXA #pageBody **/
#pageBody {
	background: url(../imagens/layout/body.jpg) repeat-y;
	padding: 0;
	margin: 0;
	min-height: 620px;
	_height: 640px;
}
	
	/** CAIXA DO CONTEUDO **/
	#caixa_conteudo {
		width: 539px;
		margin: 0 0 0 211px;
		min-height: 500px;
		_height: 500px;
	}
	
		#caixa_conteudo a {
			color: #2D422E;
			font-weight: 600;
		}
		
		#caixa_conteudo h3 {
			margin: 0;
			padding-left: 12px;
			font-size: 14px;
		}

		#caixa_conteudo p {
			margin: 12px 0 0 0;
			text-align: justify;
		}
		
			#conteudo {
				margin: auto;
				padding: 0;
				min-height: 326px;
				_height: 350px;
			}
			
			#conteudo #links_imprmir_email {
				margin: -35px 0 0 0;
				text-align: right;
			}
			
			#conteudo h3.titulo_da_noticia {
				background-image: none;
				background:none;
				margin: 15px 0 20px 0;
				font-size: 20px;
				display:inline-table;
				line-height: 28px;
				color:#236B43;
			}
			
			#conteudo h4.autoria_da_noticia {
				font-weight: normal;
				font-style: italic;
				margin: -20px 0 0 13px;
				padding-bottom: 20px;
				font-size: 12px;
			}
			#conteudo h4.subtitulo {
				margin: -20px 0 28px 13px;
				
			}
			
			#conteudo h5.titulo_do_estagio {
				background-image: none;
				background:none;
				margin: 20px 0 0 12px;;
				font-size: 12px;
				color:#236B43;
			}
			
			#noticia_principal {
				height: 370px;
			}
			
			#noticia_principal h3.titulo_da_noticia {
				background-image: none;
				background:none;
				color:#236B43;
				margin-top: 20px;
				margin-bottom: 0;
				font-size: 18px;
			}
			
			#noticia_principal a {
				color: #2D422E;
				text-decoration: none;
				font-weight: normal;
			}
			
			#noticia_principal a p {
				text-align: justify;
				
				padding-bottom: 30px;
			}
		
			#caixa_editorias {
				height: 200px;
			}
			
			#caixa_editorias ul li {
				font-weight: bold;
			}
			#caixa_editorias ul li a {
				font-weight: normal;
				color: #2D422E;
			}
			#caixa_editorias ul li a:hover {
				color: #793131;
			}
			
			#caixa_editorias h3{
				text-align: left;
				margin-bottom: 20px;
			}		
		
					
			/** CAIXA OLHO NO OLHO **/	
			#caixa_olho_no_olho {
				float: left;
				margin: 24px 0 24px 0;					
			}
		
			div.olho_no_olho {
				width: 260px;
				margin: 0;
				padding: 0;
			}
			
			#olho_1 {
				float: left;
			}
			
			#olho_2 {
				margin-left: 17px;
				float: right;		
			}
			
				#caixa_olho_no_olho h4 {
					margin-left: 12px;
				}
			
				.titulo_do_professor {
					font-weight: normal;
					font-style: italic
				}
				
			#lista_edicoes_anteriores, #lista_paginas_anos_anteriores {
				margin: 24px 0 0 0;
			}
				#lista_edicoes_anteriores li {
					margin: 24px 0 0 0;
				}
				
				#lista_paginas_anos_anteriores li {
					margin: 12px 0 0 0;
				}
				
		
		/** NOTICIAS ANTERIORES **/
		#caixa_noticias_anteriores {
			clear: both;
			margin-top: 24px;			
		}
		
			#caixa_noticias_anteriores ul {
				list-style: disc;
				margin: 24px 0 0 24px;
			}
			
			#caixa_noticias_anteriores a {
				color:#2D422E;
			}
			
			#caixa_noticias_anteriores a:visited {
				color: #793131;
			}
		

/** DEFINIÇÕES DA CAIXA #FOOTER **/
#footer {
	background: url(../imagens/layout/footer.gif) no-repeat;
	height: 100px;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
}

		#voltar {
			text-align: center;
			margin: 0 0 0 10px;
			padding-top: 2px;
			height: 18px;
			width: 90px;
		}
		
		#ir_topo {
			text-align: center;
			margin: -22px 0 0 102px;
			padding-top: 2px;
			height: 18px;
			width: 90px;
			border-left: 1px solid;
		}
		
		#ir_topo a, #voltar a{
			font-weight: bold;
			color: #2D422E;
		}
		
		#ir_topo a:hover, #voltar a:hover{
			text-decoration: underline;
		}
			
		#direitos_reservados {
			position: relative;
			text-align: center;
			font-size: 11px;
			width: 430px;
			height: 14px;
			left: 170px;
			top: 40px;
		}
		
		#direitos_reservados a{
			color: #2D422E;
			width: 430px;
			height: 14px;
			display: block;
		}
		
		
		#painel_argumentos {
			position: relative;
			text-align: center;
			font-size: 12px;
			width: 155px;
			height: 14px;
			left: 308px;
			top: 6px;
		}
		
		#painel_argumentos a{
			width: 155px;
			height: 14px;
			display: block;
		}
		
		
		#banner_brasil {
			position: relative;
			text-align: center;
			font-size: 18px;
			width: 84px;
			height: 24px;
			left: 662px;
			top:-2px;
		}
		
		#banner_brasil a{
			width: 90px;
			height: 20px;
			display: block;
		}
		
		#banner_brasil span {
			display: none;
		}
		

#navigation {
	position: absolute;
	left: 4px;
	top: 180px;
	width: 195px;
	padding: 0;
	margin: auto;
	text-align: center;	

}

	#navigation h3 {
		height: 22px;

	}

	#dados_edicao {
		position: absolute;
		top:190px;
		left:55px;
		/*margin-bottom: 20px;
		margin-left: 55px;
		margin-top: 23px;*/
	}
	
		#dados_edicao ul li {
			color: #2D422E;
			text-align: center;
			margin: auto;
		}
		
			#dados_edicao ul li #numero_edicao {
				font-size: 14px;
				font-weight: bold;
			}
			
			#dados_edicao ul li #data_edicao {
				font-size: 10px;
			}
	#menu_links_institucionais{
		position: relative;
		margin-top: 10px;
		
	}
		#menu_links_institucionais ul li{
			text-align: center;
			color: #315179;
		}
		#menu_links_institucionais ul li a{
			display: block;
			height: 18px;
			background-color: #DBE9DC;
			text-decoration: none;
			text-align: center;
			font-weight: bold;
			color: #2D422E;
			margin: auto;
			padding-top: 2px;
			border-bottom: 1px solid #C2CAD1;
		}
		#menu_links_institucionais ul li a:hover{
		background-color: #F5F9F5;
		color: #793131;

		}	
	#menu_editorias {
		padding: 2px;
		margin: 52px 0 20px 0;
	}

		#menu_editorias h3 {
			margin: 0;
			margin-bottom: 6px;
			color: #FFFFFF;
		}

		#menu_editorias ul li a {
			display: block;
			height: 18px;
			background-color: #DBE9DC;
			text-decoration: none;
			text-align: center;
			font-weight: bold;
			color: #2D422E;
			margin: auto;
			padding-top: 2px;
			border-bottom: 1px solid #C4DAC5;
		}
		

		
		#menu_editorias ul li a:hover {
			background-color: #F5F9F5;
			color: #793131;		
		}
		
	/** FORMULARIO DE BUSCA **/
	
	#caixa_busca_index {
		padding: 0;
		margin: 0;
		text-align: center;
		color:#FFFFFF;

	}
		
		#caixa_busca_index h3 {
			margin: 0;
			margin-bottom: 8px;
			
			color: #FFFFFF;
		}


		#formBusca {
			padding: 2px;
		}
		
		#formBusca input {
			margin: 0 0 10px 0;
		}

	
		#formBusca input.botao {
			margin: -20px 0 10px 0;
		}
		
		#formBusca input.botao:active {
			margin: -19px 0 10px 1px;
		}
		
	/** MENU DO HEADER **/
	#menu_header {
		position: absolute;
		padding-right: 12px;
		top: -25px;
		left:140px;
		width: 610px;
	}
		
		#menu_header ul {
			text-align: right;
		}
	
		#menu_header ul li {
			display: inline;
		}
		
		#menu_header ul li a {
			margin-left: 12px;
			color: #FFFFFF;
			font: 12px Arial, Helvetica, sans-serif;
			font-weight: bold;
		}
		
		#menu_header ul li a:hover {
			color: #793131;
			text-decoration:none;	
		}
		
/** EQUIPE **/
h4.titulo_cargo_equipe {
	width: 90%;
	margin: 30px 0 20px 0;
	border-bottom: 1px solid;
}

img.imagem_equipe {
	margin: 2px 10px 0 2px;
	border: 0;
}

#conteudo p.equipe_dados {
	margin: 10px 0 0 0;
	text-indent: 0;
}

div.caixa_pessoa_col_esq {
	font-size:11px;
}

div.caixa_pessoa_col_dir {
	width: 265px;
	height: 84px;
	margin: -86px 0 0 280px;
	border: 1px solid #CECECE;
}

span.observacao { font-weight:bold; font-size:8pt; }

#ilustra {
width:200px;
float:left;
margin: 0 15px 10px 0;
}
#ilustra img {
	margin-top: 0;
	margin-bottom: 0;
}
table.IlustraArtigo { margin: 0; border-collapse: collapse; border-spacing: 0 0; width: 100%; clear: both;  border:0; padding: 0;}
.IlustraArtigoCredito { font: 9px Verdana, Arial, Helvetica, sans-serif; text-align: left; padding-top: 10px;}
.IlustraArtigoLegenda { font: 10px Verdana, Arial, Helvetica, sans-serif; font-weight: bold; line-height: 12px; padding: 0; }
