/* CSS Document */
body {
/*	background:#ffffff url(images/back2.png) repeat-x top left; */
/*	background: #F5F5DC;	/*opçao1*/
/*	background-color: #B0C4DE;	/*opcao2 */
/*	background-color: #FAF0E6;	/*opção3*/
/*	background-color:#FFF8DC; 	/*opção4*/
/*	background-color:#F5FFFA;	/*opção5 BOA PRO TPU*/
/*	background-color:#FDF5E6; /*opção6*/
/*	background-color:#FFFAF0;	/*opção7*/
/*	background-color:#f4f3f3;	/*opção8 BOA PRO TPU*/ 
/*	background-color:#F8F8FF;	/*opção9 BOA PRO TPU*/
/*	background-color:#E6E6FA;	/*opção10*/
/*	background-color:#F5F5F5;	opção11*/
/*	background-color:#f6f0e6; /*sugestão */
/*	background-color: #f5f9f1;*/
	background-color: #f6eded;	/* TP RIO TESTE */

	margin:0;
	color:#333333;
	font:x-small Georgia Serif;
	font-size: small;
	text-align: center;
	color:#CCCCCC;
}
#cabec {
	width: 1000px;
	height: 228px;
}
.intro {
/*	width: 550px;	
	margin:auto;	*/
	font-family: "Trebuchet MS";
	font-size: 12pt;
	color:#666666;
	text-align:justify;	
/*	border: #666666 outset;	*/
	padding: 10px;
}
a:link {
/*  color:#003366; bkp*/
/*	color:#000000; bkp*/
	color:#008000;
	text-decoration:none;
}
a:visited {
/*	color:#0066CC; bkp*/
/*	color:#000000; bkp*/
	color:#008000;
	text-decoration:none;
}
a:hover {
/*	color:#191919;  bkp*/
/*	color:#333333; meu*/
	color:#008000;
	text-decoration:underline;
/*	color:#FFFFFF;	*/
}
a.link_titulo {
	color:#FFFFFF;
}
a.link_titulo:hover {
	color: #CCCCCC;
	text-decoration:underline;
}
a.link_green:hover {
/*	color:#191919; original */
/*	color: #738c7d;	Marcos*/
	color:#006600;
	text-decoration:underline;
}
a.link_blue:hover {
/*	color:#191919; original */
/*	color: #5e98b4;	Marcos*/
	color: #000099;
	text-decoration:underline;
}
a.link_red:hover {
/*	color:#191919; original */
/*	color: #fd5656;		Marcos*/
	color:#FF0000;
	text-decoration:underline;
}
a img {
	border-width:0;
}
.pointer {
	cursor: pointer;
}
#campo_form {
	height:20px;
	font-size:14px;
	color:#000000;
/*	width: 200px;	*/
}
p {
	color:#000000;
}

/* -----Header----- */
#conteudo_header {
	width: 100%;
/*	height: 143px;	*/
/*	height: 250px; meu*/
	height: 228px;
/*	height: 350px; banner maior */
/*	background: url(images/h1.png) no-repeat bottom center;	bkp*/
/*	background:url(images/banner_verde.png) no-repeat;	ver tp11_cabec*/
	margin: 0 auto 0px;
}
#header {
	width: 1000px;
	margin: 0px auto;
/*	color:#ffffff;	original*/
	color: #000000;	
}
#header h1 {
	margin: -230px auto auto;
/*	padding:40px 0 0 0;	bkp */
/*	padding: 138px 170px 0 0; banner maior*/
	padding: 70px 15px 0 0;
/*	padding: 85px 0 0 0; bkp2*/
	line-height:0.5em;
	/*	line-height:1.2em;*/
	letter-spacing:.2em;
/*	font: normal normal 293% Arial, sans-serif;	bkp*/
/*	font: 220% Arial, sans-serif; bkp tp11 */
	font: 180% Arial, sans-serif;
/*	text-align:center;	bkp*/
	text-align:right;
	letter-spacing: 0px;
}
#header a {
	color:#ffffff;
	text-decoration:none;
}
#header a:hover {
	color:#ffffff;
}
#header .description {
	margin:0 auto;
	padding:10px 0 0 0;
	max-width:600px;
	text-transform:uppercase;
	letter-spacing:.2em;
	line-height: 1.4em;
	font: normal normal 78% Arial, sans-serif;
/*	color: #e6e6e6;	bkp*/
	color:#333333;
	text-align:center;
}
#navigation {
	height:30px;	
/*	width: 990px;	bkp*/
	width: 1000px;
/*	line-height:2.6em;	bkp*/
	line-height: 1.5em;
	margin:0px auto 35px;
	_margin:0px auto 15px;
/*	background:url(images/destaque2.png) repeat-x top left;	 */
/*	background-color: #b7ddac;	*/
/*	background-color: #949996;	*/
/*	background-color: #780808;	*/
	background-color: #f4a1a1;
	

	padding: 7px 0 0 0;
	text-align:center;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
/*	font-size:0.9em;*/
	text-transform:uppercase;
/*	background-color:inherit;	bkp*/
/*	color: #000000;	bkp*/
	color: #780808;
	letter-spacing: 4px;
}
#navigation ul {
	margin: 0px 0 0 0px;
	padding:0px;
}
#navigation li {
	float:left;
	list-style-type:none;
	white-space:nowrap;
}
#navigation li a {
	display:block;
	padding:4px 25px 0px 25px;
	font-size:0.9em;
	font-weight:normal;
	text-transform:uppercase;
	text-decoration:none;
	background-color:inherit;
	color: #000000;
	border-right:1px solid #efeeee;
	border-left:1px solid transparent;
}
#navigation .selected,#navigation a:hover {
	background: url(images/menu-hover.png) repeat-x;
	color:#000000;
	border-left: 1px solid #a5a5a5;
	border-right: 1px solid #a5a5a5;
	text-decoration:none;
}
body#layout #navigation {
	padding-bottom: 50px
}
/* -----Geral----- */
#geral {
	width: 1000px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	font: normal normal 100% Arial, sans-serif;
	background-color: #FFFFFF;
}
#coluna_central {
/*	width: 540px;	bkp*/
	width: 380px;
/*	margin-left: 10px;	bkp*/
/*	margin-left: 50px;	meu*/
	margin-left: 30px;
	_margin-left: 5px;
	float: left;
/*	word-wrap: break-word;	bkp*/
	overflow: hidden;
}
#coluna_esquerda {
/*	width: 220px;	bkp*/
	width: 250px;
	float: left;
	word-wrap: break-word;
	overflow: hidden;
	margin-left: 30px;	
}
#coluna_direita {
/*	width: 220px;	bkp*/
	width: 250px;
	float: right;
	word-wrap: break-word;
	overflow: hidden;
	margin-right: 30px;	
}
/* -----Headings----- */
h2 {
/*	margin: 1.5em 0 .75em;	bkp*/
	font: normal normal 78% Verdana, sans-serif;
	line-height: 1.4em;
	letter-spacing: .2em;
	color: #999999;
	text-align:center;
}
/* -----Destaques----- */
.destaque {
/*	width: 300px;	meu*/
	width: 350px;
	margin: 0 auto 30px;
/*	margin: 0 0 14px;	bkp*/
	padding: 0.6em 1.0em;
/*	border:1px solid #DEDBD1;	bkp*/
	border:1px solid #6495ED;
}
#noticia {
	background: #fff url(images/destaque-color-green2.png) repeat-x;
}
#noticia2 {
	background: #fff url(images/destaque-color-blue2.png) repeat-x;
}
#noticia3 {
	background: #fff url(images/destaque-color-red2.png) repeat-x;
}
.title_centro {
/*	margin: 0;	*/
	padding: 10px 0px 0px 0px;	
	height: 32px;
/*	color: #fff;	*/
/*	color:#000000;	bkp*/
	color:#00008B;
	font-size: 115%;
	letter-spacing: 0px;
/*	background: url(images/menu_titulo.png) no-repeat;	*/
	text-align:center;
	text-transform: uppercase;
/*	border-top: #999999 solid 8px;	bkp*/
	border-top: #00008B solid 8px;	
/*	width: 330px; meu*/
	width: 400px;
	margin:auto;
	letter-spacing: 2px;
	font-weight:bold;
}
.destaque h3 {
/*	margin: 0 0;	*/
	margin: 13px 0;
	padding: 0 0 6px 5px;
	font-size: 140%;
	font-weight: normal;
	line-height: 1.4em;
	color: #191919;
}
#noticia_linha {
	background: url(images/destaque-line-green.png) no-repeat bottom left;	
}
#noticia_linha2 {
	background: url(images/destaque-line-blue.png) no-repeat bottom left;	
}
#noticia_linha3 {
	background: url(images/destaque-line-red.png) no-repeat bottom left;	
}
.destaque_body {
	margin: 0 0 0;
	line-height: 1.6em;
	padding: 0px 10px;
	text-align: justify;
	color:#000000;
}
/* -----Sidebar Content----- */
.sidebar {
	color: #333333;
	line-height: 1.5em;
}
.title_esquerda {
/*	margin: 0;	*/
	padding: 10px 0px 0px 0px;	
	height: 32px;
/*	color: #fff;	*/
/*	color:#000000;	*/
	color: #006600;
	font-size: 115%;
	letter-spacing: 0px;
/*	background: url(images/menu_titulo.png) no-repeat;	*/
	text-align:center;
	text-transform: uppercase;
/*	border-top: #999999 solid 8px;	*/
	border-top: #009900 solid 8px;
	letter-spacing: 2px;
	font-weight:bold;
}
.title_direita {
/*	margin: 0;	*/
	padding: 10px 0px 0px 0px;	
	height: 32px;
/*	color: #fff;	*/
/*	color:#000000;	bkp*/
	color: #FF0000; 
	font-size: 115%;
	letter-spacing: 0px;
/*	background: url(images/menu_titulo.png) no-repeat;	*/
	text-align:center;
	text-transform: uppercase;
/*	border-top: #999999 solid 8px;	bkp*/
	border-top: #FF0000 solid 8px;  
	letter-spacing: 2px;
	font-weight:bold;
}
.sidebar h2 {
	margin: 0;
	padding: 8px 0px 0px 14px;
	height: 32px;
	color: #fff;
	font-size: 130%;
	letter-spacing: 0px;
	background: url(images/menu_titulo4.png) no-repeat;
}
.sidebar ul {
	list-style: none;
	margin: 0 0 0;
	padding: 0 0 0;
}
.sidebar li {
	margin: 0;
	line-height: 1.5em;
/*	background: transparent url() no-repeat left center; bkp	*/
	padding: 3px 0 5px 15px;
	text-indent: 0px;
/*	list-style-image:url(images/marcador.png);	*/
}
.sidebar .conteudo_box_esquerda {
	margin: -6px 0 0 2px;
/*	width: 205px;	bkp*/
	width: 235px;	
/*	width: 220px;	SUGESTÃO*/
/*	padding: 5px;	bkp*/
	padding: 0 5px 0;
/*	background: #fff url(images/conteudo_box.png) repeat-x top left;	*/
	background: #FFFFFF; 
/*	background: #fafafa; meu*/
/*	border: 1px solid #d3d3d3;	bkp*/
/*	border: 1px solid #009900 #00BF00;	meu*/
	border: 1px solid #008000;
	font: #000000 12px;
	text-align:justify; 
}
.sidebar .conteudo_box_direita {
	margin: -6px 0 0 2px;
/*	width: 205px;	bkp*/
	width: 235px;	
/*	width: 220px;	SUGESTÃO*/
/*	padding: 5px;	bkp*/
	padding: 0 5px 0;
/*	background: #fff url(images/conteudo_box.png) repeat-x top left;	*/
	background: #FFFFFF; 
/*	background: #fafafa; meu*/
/*	border: 1px solid #d3d3d3;	bkp*/
/*	border: 1px solid #FF0000;	meu*/
	border: 1px solid #CA0000;
	font: #000000 12px;
	text-align:justify; 
}

/* -----Footer----- */
#footer {
	width:100%;
	clear:both;
	margin:0 auto;
	padding:15px 5px 15px 5px;
	line-height: 1.5em;
	letter-spacing:0em;
	text-align: center;
}
#credit {
	width:100%;
/*	background: url(images/credit_verde.png) repeat-x bottom left;	*/
	background: url(images/credit_vermelho.png) repeat-x bottom left;
	height:35px;
}
#credit p {
	margin:0 auto;
	padding:10px 0 0 5px;
	width: 1040px;
	text-align: center;
	color:#fff;
	font: 18px bold;
}