@charset "utf-8";

body {
	font: 100% Arial, Helvetica, sans-serif;
	color: #333;
	background: #AAA9A9;
	text-align: center;
	margin: 0px auto;
	padding: 0px;
}

a:link, a:active, a:visited { text-decoration: none; }

a:hover { text-decoration: underline; }

a img { border: 0; }

/* #wrapper {
	width: 770px;
	margin: 0px auto;
	padding: 0px 0px 30px;
	float: left;
} */

#wrapper {
	width: 770px;
	margin: 0px 0px 30px -385px;
	padding: 0px;
	position: relative;
	left: 50%;
	float: left;
}

	#wrapper p {
		font-size: 55%;
		color: #666;
		margin: 8px 0px;
		padding: 0px;
	}
	
	#wrapper p a { color: #666; }
	
	#wrapper p a:hover { color: #333; }
	
	#wrapper h6#imgfooter {
		width: 88px;
		height: 31px;
		background-image: url(../images/cc.png);
		background-repeat: no-repeat;
		background-position: 0 0;
		display: block;
		margin: 0 auto;
		padding: 0;
	}
	
	#wrapper h6#imgfooter:hover { background-position: 0 -31px; }
	
	#wrapper h6#imgfooter span { display: none; }


#head {
	width: 730px;
	height: 180px;
	background: #EAEAEA url(../images/head2.jpg) no-repeat;
	text-align: left;
	margin: 0 0 -20px;
	padding: 10px 20px 0;
	float: left;
}
	
	#head h1 {
		width: 231px;
		height: 57px;
		background: url(../images/head_h1.jpg) no-repeat;
		margin: 92px 0 0 0;
		padding: 0;
		float: left;
	}
	
	#head h1 a {
		width: 231px;
		height: 57px;
		display: block;
	}
	
	#head h1 span {
		display: none;
	}
	
	#head ul, #head p {
		font-size: 70%;
		color: #FFF;
		font-weight: bold;
		margin: 0;
		padding: 0;
	}
	
	img.br {
		margin: 18px 0 15px 0;
	}

	img.en {
		margin: 18px 0 15px 0;
	}
	
	#head ul.info {
		width: 356px;
		height: 148px;
		margin: 0;
		padding: 2px 8px 0 0;
		float: left;
	}
	
		#head ul.info li {
			margin: 0;
			padding: 0;
			list-style-type: none;
			line-height: 2.322em;
			text-align: right;
		}
	
		#head ul.info li a {
			color: #FFF;
		}
	
		#head ul.info li a:hover {
			text-decoration: underline;
		}
	
		#head ul.info li.oab {
			color: #07377e;
			text-align: right;
			margin: 8px 0 37px 0;
			* HTML margin: 8px 0 50px 0;
		}

			* HTML #head ul.info li.oab {
				margin: 8px 0 38px 0;
			}
	
	
	#head ul.places {
		width: 125px;
		height: 150px;
		margin: 0;
		padding: 0 0 0 10px;
		float: right;
	}
	
		#head ul.places li {
			margin: 0;
			padding: 0;
			list-style-type: none;
			line-height: 2.322em;
		}

		#head ul.places li a {
			color: #CCE6FF;
		}

		#head ul.places li a:hover {
			text-decoration: underline;
		}
		
		#head ul.places li.lang-pt {
			font-size: 80%;
			list-style-image: url(../images/flag_en.gif);
			list-style-position: outside;
			margin: 11px 0 11px 27px;
		}
		
		#head ul.places li.lang-en {
			font-size: 80%;
			list-style-image: url(../images/flag_pt.gif);
			list-style-position: outside;
			margin: 11px 0 11px 27px;
		}
		
		#head ul.places li.lang-en a, #head ul.places li.lang-pt a {
			color: #CCE6FF;
		}
	
		#head ul.places li.lang-en a:hover, #head ul.places li.lang-pt a:hover {
			color: #FFF;
			text-decoration: underline;
			cursor: pointer;
		}



#menu {
	width: 750px;
	height: 51px;
	background: #EAEAEA url(../images/content_bg.gif) repeat-y;
	margin: 0 0 10px;
	padding: 0 10px;
	float: left;
}

	ul#globalnav {
		width: 750px;
		height: 41px;
		font-size: 75%;
		font-weight: bold;
		background: url(../images/shadow_bottom_globalnav.jpg) no-repeat 0 bottom;
		margin: 0;
		padding: 0;
	}
	
	ul#globalnav li {
		height: 1%;
		list-style-type: none;
		margin: 0;
		padding: 0;
		display: inline;
	}
	
	ul#globalnav li a {
		color: #FFF;
		background: #6087BF url(../images/bg_globalnav.jpg) repeat-x;
		text-decoration: none;
		border-right: 0.075em solid #6087BF;
		margin: 0;
		padding: 8px 20px 8px 10px;
		float: left;
	}

	ul#globalnav li a:hover {
		color: #036;
		background: #EAEAEA url(../images/bg_globalnav_hover.jpg) repeat-x;
		border-right: 0.075em solid #40669F;
		margin: 0;
		padding: 0;
	}

		ul#globalnav li a.faleconosco {
			width: 118px;
			background: #6087BF url(../images/bg_globalnav.jpg) repeat-x;
			border-right: 0.075em solid #6087BF;
			border-left: 0.075em solid #6087BF;
			margin-right: 10px;
			padding: 8px 0;
			float: right;
		}

		ul#globalnav li a.faleconosco:hover {
			color: #D85201;
			background: #EAEAEA url(../images/bg_globalnav_hover.jpg) repeat-x;
			border-right: 0.075em solid #40669F;
			border-left: 0.075em solid #40669F;
		}


#content {
	width: 730px;
	background: #EAEAEA url(../images/content_bg.gif) repeat-y;
	text-align: left;
	margin: -10px 0 0;
	padding: 0px 20px;
	float: left;
}


	#panel {
		width: 730px;
		height: 150px;
		background: url(../images/shadow_bottom_texto_index.jpg) no-repeat 0px bottom;
		margin: 15px 0;
		padding: 0 0 10px;
		float: left;
	}
	
	#cu3er-container {
		width:730px;
		height: 150px;
		outline:0;
	}
	
	
	/* COLUNA LEFT DAS PAGINAS INTERNAS */
	#left {
		width: 160px;
		margin: 15px 10px 10px 0;
		padding: 0;
		float: left;
	}
	
		#left a {
			text-decoration: none;
		}
		
		#left ul.titulo {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 70%;
			height: 1%;
			font-weight: bold;
			color: #FFF;
			list-style-type: none;
			background-color: #004779;
			margin: 0;
			padding: 5px 10px;
		}
		
		#left p {
			font-size: 75%;
			margin: 0 0 10px;
		}
		#left p a { color: #0065B0; }
		#left p a:hover { color: #0F99FF; }
		#left p img {
			margin: 0 0 10px;
			float: left;
		}
		
		
		/* COLUNA LEFT DA INDEX */
		#left_index {
			width: 160px;
			background: #EAEAEA url(../images/shadow_bottom_leftnav.jpg) no-repeat 0px bottom;
			margin: 15px 0 0;
			padding: 0 0 20px;
			float: left;
		}
		
			#left_index a {
				text-decoration: none;
			}
			
			#left_index ul.titulo {
				width: 140px;
				/* height: 20px; */
				font-family: Arial, Helvetica, sans-serif;
				font-size: 70%;
				font-weight: bold;
				color: #FFF;
				list-style-type: none;
				background-color: #666;
				margin: 0 0 10px;
				padding: 5px 10px;
				float: left;
			}
			
			#content #left_index p {
				font-size: 70%;
				margin: 0 0 15px;
				padding: 0;
			}
			#content #left_index p a { color: #0065B0; }
			#content #left_index p a:hover { color: #0F99FF; }
			#content #left_index p img { margin: 0; }
	
	
	/* TWITTER INDEX */
	#twitterbox, #twitterbox_index {
		width: 560px;
		height: 100%;
		background: #EAEAEA url(../images/shadow_bottom_texto.jpg) no-repeat 0px bottom;
		margin: 15px 0 5px;
		padding: 0 0 10px;
		float: right;
	}
	
		#twitter, #twitter3, #twitter4, #twitter5, #twitter6 {
			margin: 20px 0 0 0;
			border-top: 1px solid #294765;
			border-bottom: 1px solid #294765;
			color: #333;
			margin: 0;
			padding: 0;
		}
			
		#twitter a, #twitter3 a, #twitter4 a, #twitter5 a, #twitter6 a {
			color: #003366;
		}
			
		#twitter_div, #twitter_div3, #twitter_div4, #twitter_div5, #twitter_div6 {
			border-top: 2px solid #003366;
			margin: 0;
			padding: 0;
		}
		
		#twitter h3, #twitter3 h3, #twitter4 h3, #twitter5 h3, #twitter6 h3 {
			background: #f2f7fa url(../images/07_twitter_header.png) 2px 1px no-repeat;
			height: 55px;
			border: 1px solid #003366;
			border-bottom: none;
			text-indent: -5000em;
			margin: 0;
			padding: 0;
		}
			
			#twitter h3.twitter_ob, , #twitter3 h3.twitter_ob {
				background: #f2f7fa url(../images/07_twitter_ob.jpg) 10px 10px no-repeat;
				height: 55px;
			border: 1px solid #003366;
			border-bottom: none;
			text-indent: -5000em;
				margin: 0;
				padding: 0 0 20px;
			}
			
			#twitter h3.twitter_ja, #twitter4 h3.twitter_ja {
				background: #f2f7fa url(../images/07_twitter_ja.jpg) 10px 10px no-repeat;
				height: 55px;
			border: 1px solid #003366;
			border-bottom: none;
			text-indent: -5000em;
				margin: 0;
				padding: 0 0 20px;
			}
			
			#twitter h3.twitter_rv, #twitter6 h3.twitter_rv {
				background: #f2f7fa url(../images/07_twitter_rv.jpg) 10px 10px no-repeat;
				height: 55px;
			border: 1px solid #003366;
			border-bottom: none;
			text-indent: -5000em;
				margin: 0;
				padding: 0 0 20px;
			}
			
			#twitter h3.twitter_mgsbruno, #twitter5 h3.twitter_mgsbruno {
				background: #f2f7fa url(../images/07_twitter_mgsbruno.jpg) 10px 10px no-repeat;
				height: 55px;
			border: 1px solid #003366;
			border-bottom: none;
			text-indent: -5000em;
				margin: 0;
				padding: 0 0 20px;
			}
			
		#twitter ul, #twitter3 ul, #twitter4 ul, #twitter5 ul, #twitter6 ul {
			height: 99px;
			font-size: 70%;
			overflow: scroll;
			overflow-x: hidden;
			background: #f2f7fa;
			border-left: 1px solid #003366;
			border-right: 1px solid #003366;
			margin: 0;
			padding: 10px;
		}
			
		#twitter ul li, #twitter3 ul li, #twitter4 ul li, #twitter5 ul li, #twitter6 ul li {
			margin: 0;
			padding: 5px 0;
			border-bottom: 1px dotted #a9c5df;
			list-style-type: none;
		}
		
		#twitter p.follow, #twitter3 p.follow, #twitter4 p.follow, #twitter5 p.follow, #twitter6 p.follow {
			height: 15px;
			text-align: right;
			display: block;
			border-left: 1px solid #036;
			border-right: 1px solid #036;
			border-bottom: 4px solid #036;
			margin: 0;
			padding: 12px 3px 4px 35px;
			background: #f2f7fa /* url(../images/07_twitter_icon.png) 365px 9px no-repeat; */
		}
		
		#twitter p.follow span, #twitter3 p.follow span, #twitter4 p.follow span, #twitter5 p.follow span, #twitter6 p.follow span {
			background: url(../images/07_twitter_arrow.gif) right 1px no-repeat;
			margin: 0;
			padding-right: 15px;
		}
		
	
	
	/* CAIXA DAS COLUNAS INDEX */
	#colunas {
		width: 730px;
		font-family: Arial, Helvetica, sans-serif;
		margin: 15px 0 10px;
		padding: 0;
		float: left;
	}
	
		#news, #eventos {
			width: 227px;
			height: 100%;
			background: #F4F4F4 url(../images/shadow_bottom_newsEeventos.jpg) bottom no-repeat;
			margin: 0 10px 0 0;
			padding: 5px 5px 10px;
			float: left;
		}
	
		#artigos {
			width: 226px;
			height: 100%;
			background: #F4F4F4 url(../images/shadow_bottom_artigos.jpg) bottom no-repeat;
			margin: 0;
			padding: 5px 5px 10px;
			float: right;
		}
		
			#news:hover, #eventos:hover {
				background: #FFF url(../images/shadow_bottom_newsEeventos.jpg) bottom no-repeat;
			}
			
			#artigos:hover {
				background: #FFF url(../images/shadow_bottom_artigos.jpg) bottom no-repeat;
			}
		
		#news h2, #eventos h2 {
			width: 217px;
			height: 10px;
			font-size: 90%;
			color: #F0F0F0;
			background-color: #333;
			margin: 0 0 10px;
			padding: 10px 5px;
			display: block;
		}
		
		#artigos h2 {
			width: 216px;
			height: 10px;
			font-size: 90%;
			color: #F0F0F0;
			background-color: #333;
			margin: 0 0 10px;
			padding: 10px 5px;
			display: block;
		}
		
			#news:hover h2, #eventos:hover h2, #artigos:hover h2 {
				color: #D2E9FF;
				background-color: #036;
			}
		
		#news h3, #eventos h3, #artigos h3 {
			font-size: 80%;
			color: #000;
			margin: 0 0 5px;
			padding: 0;
		}
		
		#news h4, #eventos h4, #artigos h4 {
			font-size: 70%;
			color: #000;
			margin: 15px 0 5px;
			padding: 0;
		}
	
		#news p, #eventos p, #artigos p {
			font-size: 70%;
			color: #333;
			margin: 5px 0;
			padding: 0;
		}
		
		#news ul, #eventos ul, #artigos ul {
			margin: 0;
			padding: 0;
		}

		#news ul li, #eventos ul li, #artigos ul li {
			font-size: 70%;
			list-style-position: outside;
			margin: 0 0 5px 15px;
			padding: 0;
		}
		
		#news p a, #eventos p a, #artigos p a,
		#news ul li a, #eventos ul li a, #artigos ul li a {
			color: #000;
			text-decoration: none;
			display: block;
			margin: 0;
			padding: 0;
		}
		
		#news p a:hover, #eventos p a:hover, #artigos p a:hover,
		#news ul li a:hover, #eventos ul li a:hover, #artigos ul li a:hover {
			color: #FFF;
			background-color: #666;
		}



	#texto {
		width: 560px;
		background: #FFF url(../images/shadow_bottom_texto.jpg) no-repeat 0px bottom;
		margin: 15px 0 10px;
		padding: 0 0 20px;
		float: right;
	}

	#texto h2, #texto_index h2 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 160%;
		color: #FFF;
		background: #036 url(../images/shadow_h2.jpg) no-repeat 0px bottom;
		display: block;
		margin: 0 0 10px;
		padding: 11px 10px 21px;
	}
	
	#texto_index h2 {
		background: #036 url(../images/shadow_h2.jpg) no-repeat 0px bottom;
	}

	#texto h3, #texto_index h3 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 130%;
		color: #28166F;
		margin: 40px 10px 0;
		padding: 0;
	}
		#texto h3.first, #texto_index h3.first {
			margin-top: 0;
		}

		#texto h3 a, #texto_index h3 a {
			color: #28166F;
		}

	#texto h4, #texto_index h4 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 100%;
		color: #495677;
		margin: 40px 10px 0;
		padding: 0;
	}
	
	#texto #blocoCv {
		width: 560px;
		display: block;
		float: left;
	}
	
		#texto #blocoCv.nophoto { margin-bottom: 20px; }
	
	#texto #blocoTexto {
		width: 560px;
		float: left;
	}
	
	#texto h4.cv {
		font-size: 80%;
		color: #495677;
		font-weight: normal;
		margin: 10px 0 0;
	}
	
	#texto h4.cv span {
		width: 70px;
		float: left;
	}
	
		#texto #blocoCv.nophoto span { margin-left: 25px; }
	
	#texto h4.cv a {
		color: #495677;
	}
	
		#texto h4.first {
			margin-top: 10px;
		}
		#texto h4.first2 {
			margin-top: 10px;
		}

	#texto p, #texto_index p {
		font-size: 75%;
		color: #333;
		text-align: justify;
		line-height: 140%;
		margin: 15px 10px 0;
		padding: 0;
	}
	#texto p.textleft, #texto blockquote p, #texto_index p.textleft, #texto_index blockquote p {
		text-align: left;
	}
	
	#texto ul, #texto ol, #texto ul ul, #texto_index ul, #texto_index ol, #texto_index ul ul {
		font-size: 75%;
		text-align: left;
		margin: 10px 10px 0 35px;
		padding: 0;
	}
	
		#texto ul ul, #texto_index ul ul {
			font-size: 100%;
		}
	
	#texto ul li, #texto ol li, #texto_index ul li, #texto_index ol li {
		margin: 7px 0 0;
		padding: 0;
	}
		#texto ul li.last, #texto ol li.last, #texto_index ul li.last, #texto_index ol li.last {
			margin-bottom: 20px;
		}

	#texto p a, #texto ul li a, #texto ol li a, #texto_index p a, #texto_index ul li a, #texto_index ol li a { color: #6393B6; }
	
	#texto p a:hover, #texto ul li a:hover, #texto ol li a:hover, #texto_index p a:hover, #texto_index ul li a:hover, #texto_index ol li a:hover { color: #416B8B; }
	
	#texto select#selectpesquisa {
		width: 300px;
		font-size: 75%;
		border: solid 1px #6393B6;
		margin: 15px 10px 20px;
		padding: 2px 1px;
	}

	#texto th {
		font-size: 75%;
		color: #FFF;
		text-align: left;
		background-color: #069;
		margin: 0;
		padding: 4px 7px;
		border-top: solid 0.08em #036;
		border-left: solid 0.08em #036;
	}
	
	#texto td {
		font-size: 75%;
		color: #333;
		text-align: left;
		line-height: 140%;
		border-top: solid 0.08em #036;
		border-left: solid 0.08em #036;
		margin: 0;
		padding: 4px 7px;
	}
	
	#texto td p {
		font-size: 100%;
		text-align: left;
		margin: 5px 0;
		padding: 0;
	}
	
	#texto td.zebrado { background: #EBEBF1; }
	
	table {
		width: 540px;
		border-right: solid 0.08em #036;
		border-bottom: solid 0.08em #036;
		margin: 15px 10px 0;
		padding: 0;
	}
	
		/* * HTML #texto table {
			border-bottom: solid .01em #036;
		} */

	

/* BOTTOM */
#bottom {
	width: 730px;
	height: 40px;
	background: #333 url(../images/bottom_bg.gif) no-repeat;
	text-align: left;
	margin: 0px 0px 40px;
	padding: 0px 20px 20px;
	float: left;
}

#bottom h6 {
	width: 243px;
	height: 15px;
	background: url(../images/bottom_logo.jpg) no-repeat bottom;
	margin: 23px 0px 0px;
	padding: 0;
	float: left;
}

#bottom h6 span {
	display: none;
}

#bottom p {
	font-size: 55%;
	color: #fff;
	margin: 27px 0 0;
	padding: 0;
	float: right;
}

#creditos {
	width: 710px;
	margin: 0;
	padding: 0 30px;
	float: left;
}



/* CLASSES ESPECIAIS */
.right {
	margin: 0 0 0 20px;
	padding: 0;
	text-align: right;
	float: right;
}

.left {
	margin: 0 15px 0 0;
	padding: 0;
	text-align: left;
	float: left;
}

.center {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	text-align: center;
}
