

body  {
	font: 100%	Georgia, "Times New Roman", Times, serif;
	/* font-family: Georgia, "Times New Roman", Times, serif; */
	background: white;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../img3/back.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.thrColFixHdr #container {
	width: 890px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #E2E2E2;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

a {	text-decoration:none; color:#666; }
/* a:hover { text-decoration:underline; } */
h1,h2,h3,h4,h5,h6 {	font-weight:normal; }
/* http://www.w3schools.com/CSS/css_pseudo_classes.asp */






/* HEADER */

.thrColFixHdr #header {
	/* height: 160px; */
	width:100%;
	font: 100% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


#header_top {
	height: 8px;
	width: 100%;
}
#header_bg {
	height: 137px;
		background-image: url(../img3/tc_barra_estatica_v2014bpt.png);
	background-repeat: no-repeat;
	padding-right: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#header_logo {
	height: 104px;
}



#header_menu {
	height: 24px;
	font-size: 70%;
	color: #C1BF95;
	list-style: none;
	overflow: hidden;
	vertical-align: baseline;
	margin: 0 auto;
	padding-top: 4px;
}
#header_menu ul {
	margin-top: 8px;
	padding: 0px;
	padding-left: 0px;
}
#header_menu li {
	display: inline;
	outline: 0;
	padding-left: 15px;
}
#header_menu li a { color:#C1BF95; }
#header_menu li a.here { color:white; }
#header_menu_bottom { height:8px; }


#header_menub {
	height: 24px;
	font-size: 70%;
	color: #C1BF95;
	padding-top: 4px;
}
#header_menub ul {
	margin-top: 8px;
	padding: 0px;
	padding-left: 0px;
}

#header_menub ul li a { padding-left:3px; margin-top:3px; padding-right:2px; }
#header_menub ul { height:29px; }

#header_menubb li {
	display: inline;
	outline: 0;
	padding-left: 15px;
}
#header_menub li a { color:#C1BF95; }
#header_menub li a.here { color:white; }





#header_submenu {
	height: 23px;
	font-size: 70%;
	color: #D5C483;
}


#header_anim {
	height: 100px;
	z-index:-9;
}

#header_whereami {
	background-image: url(../img3/fundo_riscas.gif);
	font-size: 70%; /* 11px */
	color: #AF8951;
	font-family: 'Trebuchet MS', Tahoma, Geneva;
	padding-left:20px;
	height: 15px;
	padding-top: 4px;
}
#header_whereami a { color:#AF8951; }
#header_whereami a:hover { color:#990000; }

#header_space {
	background: white;
	height: 30px;
	padding:0px;
	margin:0px;
}







/* SIDEBAR 1 - LEFT */

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 137px; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 0 5px 0 15px;
	/* font: 100% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; */
	font-family: 'Trebuchet MS', Tahoma, Geneva;
	font-size: 70%;
	color: #AF8951;
}

#sidebar1 .submenu {
	overflow: visible;
	vertical-align: baseline;
	margin: 0 auto;
}
#sidebar1 .submenu ul {
	margin-top: 0px;
	margin-left:0px;
	padding: 0px;
	padding-left: 0px;
	list-style-type: none;
}
#sidebar1 .submenu li {
	margin-bottom: 3px;
	border-bottom: 1px solid #ccc;
/*	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC; */
	padding-left: 4px;
}
#sidebar1 .submenu li a { color:#AF8951; }
#sidebar1 .submenu li a:hover { color:#990000; }
#sidebar1 .submenu li a.here { color: #990000; }
#sidebar1 .submenu li.pesquisa { border-bottom-style:none; }

#sidebar1_confs { margin-top:16px; }
#sidebar1_confs p { margin-top:0px; margin-bottom:2px; }
#sidebar1_confs .conferencia { margin-top:0px; padding-bottom:6px; }

#sidebar1 #sidebar2_lang { margin-top:32px; }
#sidebar1 #sidebar2_rapido a { margin-bottom:32px;}







/* SIDEBAR 2 - RIGHT */

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 0 4px 0 5px; /* padding keeps the content of the div away from the edges */
	font-family: 'Trebuchet MS', Tahoma, Geneva;
}


#sidebar2_lang {
	text-align:right;
	padding-right:8px;
	background-image: url(../img3/fundo_riscas.gif);
	font-size: 70%; /* era 70%  11px */
	color: #AF8951;
	height: 19px;
	line-height: 16px;
	border-bottom: 1px dotted #809D9F;
/*	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #809D9F; */
}
#sidebar2_lang a { color: #AF8951; }
#sidebar2_lang .here { color: #990000; }


.sidebar2_menu { 
	margin-top:6px;
	padding-top:4px;
	color:white;
}
.sidebar2_menu p { 
	margin-top:4px;
	margin-bottom:8px;
	margin-left:4px;
	margin-right:2px;
	font-size:65%;
}
/* .sidebar2_menu img {  } */
.sidebar2_menu p span.titulo { font-size:120%; }
.sidebar2_menu a { color:white; }


#sidebar2_rapido {
	margin-top:30px;
	text-align:right;
	padding-right:8px;
	background-image: url(../img3/fundo_riscas.gif);
	font-size: 70%; /* 11px */
	color: #AF8951;
	height: 19px;
	line-height: 16px;
	border-bottom: 1px dotted #809D9F;
/*	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #809D9F; */
}
#sidebar2_rapido a { color: #AF8951; }

#sidebar1 #sidebar2_lang, #sidebar1 #sidebar2_rapido { font-size:76%; }
#sidebar1 .sidebar2_menu p { font-size:80%; }
#sidebar1 .sidebar2_menu p span.titulo { font-size:120%; }





/* MAIN CONTENT */

#mainContent,
.thrColFixHdr #mainContent {
	width: 500px;
	max-width: 500px;
	margin:	0 209px 0 167px;
	padding-left: 10px;
	padding-right: 10px;
	min-height: 470px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #4F636C;
	text-align: left;
}

#mainContent p { font-family: Arial, Helvetica, sans-serif; }
#mainContent .destaques h1 {
	color: #9A000A;
	font-size: 120%;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 8px;
}



#mainContent .destaques h3 {
	color: #795D2E;
	font-size: 110%;
	margin-top: 0px;
	margin-bottom: 0px;
}












#mainContent .acordaos { margin-top:30px; }
#mainContent .acordao {
	margin-top: 16px;
	border-bottom: 1px dotted #809D9F;
/*	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #809D9F; */
}
#mainContent .destaques .small, #mainContent .destaques .small a, 
#mainContent .acordao .small, #mainContent .acordao .small a, 
#mainContent .acordao p small, #mainContent .acordao p small {
	color: #4F636C;
	font-size: 70%;
	text-decoration: none;
} 
#mainContent .destaques p, #mainContent .acordaos p { margin: 0px; }

#mainContent .linha {
	border-bottom: 1px dotted #809D9F;
/*	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #809D9F; */
}

#mainContent .listalinha { border-bottom: 1px dotted #809D9F; margin-bottom:5px; margin-top:5px; padding-bottom:15px; }

#mainContent .linhab {
	background-image: url(../img3/fundo_riscas.gif);
	height: 15px;
	padding-top: 4px;
}

#mainContent .ligacoes a {
	font-size: 11px;
	color: #AF8951;
}




#mainContent #subsubmenu h3 a {
	color:#795D2E;
	margin: 0px;
}
#mainContent #subsubmenu a { color:#AF8951; }
#mainContent #subsubmenu a:hover { color:#990000; }
#mainContent #subsubmenu a.here { color:#990000; }
#mainContent #subsubmenu {
	padding-bottom: 4px;
	border-bottom: 1px dotted #809D9F;
/*	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #809D9F; */
}








/* FOOTER */

.thrColFixHdr #footer { 
	/* padding: 0 10px 0 20px;  this padding matches the left alignment of the elements in the divs that appear above it. */
	background:white;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}



#footer_top {
	background-image: url(../img3/fundo_riscas.gif);
	margin-top:16px;
	height:15px;
}

#footer_whereami {
	padding: 0 10px 0 20px;
	color: #AF8951;
	font-family: 'Trebuchet MS', Tahoma, Geneva;
	margin-top:20px;
}
#footer_whereami a { color:#AF8951; }
#footer_whereami a:hover { color:#990000; }



#footer {
	padding: 0 10px 0 20px;
	font-size: 70%;
	color: #AF8951;
	font-family: 'Trebuchet MS', Tahoma, Geneva;
	margin-top:8px;
}

#footer_mapa div.menus {
	color: #AF8951;
	width: 172px;
	max-width: 172px;
	min-width: 172px;
	/* padding-right: 10px;*/
	min-height: 170px;
	/* background:#FFDDDD; */
	float:left;
	margin-top:0px;
	margin-bottom:0px;
	border-bottom: 1px solid #ccc;
/*	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: rgb(179,179,179); */
	padding-bottom:0px;
	padding-top:0px;
}
#footer_mapa div.menus h3 {
	font-family: 'Trebuchet MS', Tahoma, Geneva;
	font-size: 130%;
	color: #795D2E;
	padding-top: 0px;
	padding-right: 4px;
	margin-bottom: 0px;
}
#footer_mapa div.menus ul {
	margin-left:0px;
	margin-top:2px;
	margin-bottom:0px;
	padding:0px;
	padding-left:0px;
	padding-top:0px;
	padding-bottom:0px;
	list-style: none;
	max-width: 170px;
	padding-right:4px;
}
#footer_mapa div.menus ul li, #footer_map div.menus ul li a {
	color: #AF8951;
}
#footer_mapa div.menus h3.here { color:#990000; }
#footer_mapa div.menus ul li a.here { color:#990000; }
#footer_mapa div.menus ul li a:hover { color:#990000; }



#footer_mapa div.menu_secundario {
	color: #AF8951;
	clear: both;
	overflow: hidden;
	width: 860px;
	/* vertical-align: baseline; */
	/* margin: 0 auto; */
}
#footer_mapa div.menu_secundario h3 {
	color: #795D2E;
	margin-bottom: 0px;
	/* border-top-width: thin; border-top-style: solid; border-top-color: rgb(179,179,179); */
	padding-top: 8px;
}
#footer_mapa div.menu_secundario ul {
	margin-left: 0px;
	margin-top: 2px;
	padding: 0px;
	padding-left: 0px;
	list-style: none;
}
#footer_mapa div.menu_secundario ul li, #footer_mapa div.menu_secundario ul li a {
	color: #AF8951;
	display: inline;
	outline: 0;
}
#footer_mapa div.menu_secundario ul li a.here { color:#990000; }
#footer_mapa div.menu_secundario ul li a:hover { color:#990000; }


#footer #acessibilidade {
	margin-top: 16px;
	float: right;
	font-size: 50%;
	color: #666;
}
#footer #acessibilidade a {
	float: left;
}
#footer #acessibilidade a.list {
	position: relative;
	top: 15px;
}


#footer_bottom {
	background-image: url(../img3/fundo_riscas.gif);
	margin-top: 8px;
	height: 15px;
}

#footer div.menus { min-height: 180px; }



/* FOOTER BASICO */

#footer #footer_mapa div.footer_basico {
	color: #AF8951;
	clear: both;
	overflow: hidden;
	width: 860px;
}
#footer #footer_mapa div.footer_basico ul {
	margin-left: 0px;
	margin-top: 2px;
	padding: 0px;
	padding-left: 0px;
	list-style: none;
}
#footer #footer_mapa div.footer_basico ul li, #footer #footer_mapa div.footer_basico ul li a {
	color: #AF8951;
	display: inline;
	outline: 0;
}





/* MAPA NO CORPO */
#texto #footer_mapa {
	padding: 0 10px 0 20px;
	font-size: 87%; /* 70%; */
	color: #AF8951;
	font-family: 'Trebuchet MS', Tahoma, Geneva;
	margin-top: 8px;
}
#texto #footer_mapa div.menus {
	color: #AF8951;
	width: 160px; max-width: 160px; min-width: 160px;
	min-height: 170px;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 0px;
	padding-top: 0px;
}
#texto #footer_mapa div.menus h3 {
	font-family: 'Trebuchet MS', Tahoma, Geneva;
	font-size: 130%;
	color: #795D2E;
	padding-top: 0px;
	padding-right: 4px;
	margin-bottom: 0px;
}

#texto #footer_mapa div.menu_secundario {
  visibility: hidden;
}

#texto #footer_mapa div.menus { min-height: 140px; }












.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#imenua	{ cursor:pointer; }






/* CONTEUDOS ESPECIFICOS */

#texto #acordaosi, .acordaose { white-space:nowrap; }
#acordaosi .line { clear:left; width:660px; padding-top:5px; border-top: 1px solid #EEE; }
#acordaosi .cell { float:left; width:80px; text-align:center; height:60px; }












#mainContent #texto h3 { color: #4F636C; }

/* EQUIV. PARA CONTEUDOS ANTERIORES */


#mainContent, #texto, .links, .textojustificado { text-align:left; }




/* PARTE DO ANTIGO estilo.css */

.antetituloscor01, .antetituloscor02, .antetituloscor03, .antetituloscor04, 
.antetituloscor05, .antetituloscor06, .antetituloscor07, .antetituloscor08, 
.antetituloscor09, .antetituloscor10 {
	font-size: 110%;
	color: #AF8951;
/*	color: #9999CC; */
}

.tituloscor01, .tituloscor02, .tituloscor03, .tituloscor04, .tituloscor05, .tituloscor06, 
.tituloscor07, .tituloscor08, .tituloscor09, .tituloscor10 {
	font-size: 110%;
	color: #AF8951;
}

.titulos {
	font-size: 14px;
	color: #000000;
}

.subtituloscor01, .subtituloscor02, .subtituloscor03, .subtituloscor04, .subtituloscor05, 
.subtituloscor06, .subtituloscor07, .subtituloscor08, .subtituloscor09, .subtituloscor10 {
	font-size: 11px;
	color: #AF8951;
	/* color: #9999CC; */
}

.textojustificadoitalico {
	font-size: 13px;
	font-style: italic;
}

.mapa {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.txnotas {
  font-size: 11px;
  color: #CC3300;
  background-position: 5px;
  font-weight: normal;
}

.linkslinha {
	font-size: 11px;
	line-height: 30px;
}


#inavegador #ipagina #icorpod #texto blockquote {margin-left: 15px;}


.newstitulo { color:#AF8951; }
.newssubtitulo { font-size:94%; font-weight:bold; }
.newsdate { font-style:italic; font-weight:normal; font-size:80%; }
.newsseta {}
.newstexto { text-align:left; font-size:96%; }


.links { font-size:84%; }




/* NOVOS CONTEUDOS... (competencia001.html) */
#mainContent #texto h3 { color: #AF8951; }
#mainContent #texto strong, #mainContent #texto strong a { color: #AF8951; font-weight:normal; }
#mainContent #texto a:hover { text-decoration: underline; }

#mainContent #texto h3, #mainContent #texto h2, #mainContent #texto h4 { color: #AF8951; }

.relatores { font-size:88%; }



/* header whereami */
#headerwhereamiandlang { background-image:url(../img3/fundo_riscas.gif); color:#535353; height:19px; }
#header_whereami { background-image:none; text-align:left; float:left; }
#header_lang { float:right; }













































































































































































































































































































