@charset "utf-8";
* {
	margin:0px;
	padding:0px;
	font-family:"arial";
	font-size:10px;
	color:#ccc;
}

html {
     overflow: -moz-scrollbars-vertical;
 }

body {
	background-attachment: scroll;
	background-image: url(imgs/fundo_teste.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color:#565251;
}

span#bold_txt {
	font-family:"Trebuchet MS", arial;
	font-size:10px;
	font-weight:bolder;
	color:#fff;
}

span#bold_txt_cinsa {
	font-family:"Trebuchet MS", arial;
	font-size:12px;
	font-weight:bolder;
	color:#f27100;
}

/* Titulos */

h1 {
	font-family:"Trebuchet MS", arial;
	font-size:22px;
	color:#f27100;
	margin-bottom:10px;
}

h2 {
	font-family:"Trebuchet MS", arial;
	font-size:15px;
	color:#f27100;
	margin-bottom:10px;
}

h3 {
	font-family:"Trebuchet MS", arial;
	font-size:12px;
	color:#f27100;
	margin-bottom:10px;
	font-weight:normal;
}

h4 {
	font-family:"Trebuchet MS", arial;
	font-size:12px;
	color:#565251;
	margin-bottom:0px;
	font-weight:bold;
}

h5 {
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#565251;
	margin-bottom:10px;
	font-weight:normal;
}

span#titulo_links_targeted {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #ffffff;
	text-decoration:none;
	background-color:#f27100;
	padding: 0 3px 0 3px;
}

/* END Titulos */

#principal {
	width:900px;
	margin:auto;
}

#menu_topo {
	width:900px;
}

#estrutura_organizacional {
	width:490px;
	float:left;
}

#conteudo {
	width:880px;
	padding-left:10px;
	padding-right:10px;
	background:#ffffff;
	display:table;
	background:url(imgs/linha_meio.gif) repeat-y center;
	background-color:#ffffff;
}

ul li {

	font-family:"Trebuchet MS", arial;
	font-size:12px;
	color:#565251;
	margin-bottom:5px;
}

b {
	font-family:"Trebuchet MS", arial;
	font-size:12px;
	color:#565251;
}

/* Links */

a {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #565251;
	text-decoration:none;
	background-color:#eee;
	padding: 0px 3px 0px 3px;


}
a:visited {
	color: #565251; text-decoration:none; background-color:#eee; padding: 0px 3px 0px 3px; 
}
a:hover {
	color: #ffffff; text-decoration:none; background-color:#f27100; padding: 0px 3px 0px 3px; 
}
a:active {
	color: #ffffff; text-decoration:none; background-color:#d60; padding: 0px 3px 0px 3px; 
}

a.link_simples {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #565251;
	text-decoration:underline;
	background-color:#fff;
	padding-left:0px;
	padding-right:0px;
}
a.link_simples:visited {
	color: #565251; text-decoration:underline; background-color:#fff; padding-left:0px; padding-right:0px;
}
a.link_simples:hover {
	color: #f27100; text-decoration:underline; background-color:#fff; padding-left:0px; padding-right:0px;
}
a.link_simples:active {
	color: #f27100; text-decoration:underline; background-color:#fff; padding-left:0px; padding-right:0px;
}

a.links_big {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #565251;
	text-decoration:underline;
	background-color:#ccc;
}
a.links_big:visited {
	color: #565251; text-decoration:none; background-color:#ccc; padding-left:214px; padding-right:214px;
}
a.links_big:hover {
	color: #ffffff; text-decoration:none; background-color:#f27100; padding-left:214px; padding-right:214px;
}
a.links_big:active {
	color: #ffffff; text-decoration:none; background-color:#d60; padding-left:214px; padding-right:214px;
}

/* links tabelas em como funciona */

a.tabelas_links {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #565251;
	text-decoration:none;
	background-color:#eee;
	padding: 3px 3px 3px 3px;
	display:block;


}
a.tabelas_links:visited {
	color: #565251; text-decoration:none; background-color:#eee; padding: 3px 3px 3px 3px; display:block;
}
a.tabelas_links:hover {
	color: #ffffff; text-decoration:none; background-color:#f27100; padding: 3px 3px 3px 3px; display:block;
}
a.tabelas_links:active {
	color: #ffffff; text-decoration:none; background-color:#d60; padding: 3px 3px 3px 3px; display:block;
}

/* End of Links */

/* CONTEUDO RODAPE */

#rodape {
	width:900px;
	display:inline;
}

div#rodape_01 {
	width:275px;
	padding-left:10px;
	margin-top:10px;
	float:left;
}

div#rodape_02 {
	width:228px;
	margin-top:10px;
	margin-left:45px;
	float:left;
}

div#rodape_03 {
	width:70px;
	padding-right:10px;
	margin-top:10px;
	margin-left:45px;
	float:left;
}

div#rodape_04 {
	width:120px;
	padding-right:10px;
	margin-top:10px;
	margin-left:45px;
	float:left;
	text-align:right;
}
div#linha {
	margin-top:10px;
	width:11px;
	height:100px;
	float:left;
}

#tel_rodape {
	font-family:arial;
	font-size:19px;
	color:#CCCCCC;
	font-weight:bold;
}

#desenvolvedor_rodape {
	font-family:arial;
	font-size:13px;
	color:#CCCCCC;
	font-weight:bold;
}
/* fim rodape */

/* Conteudo */

#bloco_esquerda {
	width:170px;
	float:left;
}

#bloco_meio {
	width:500px;
	margin: 0 10px 0 10px;
	padding:0 10px 0 10px;
	float:left;
}

#bloco_direita {
	width:168px;
	float:right;
}

/* CONTEUDO ESQUERDO */

#titulo_links {
	width:150px;
	padding: 10px 10px 10px 10px;
	background-color:#f27100;
	font-family:"Trebuchet MS", arial;
	font-size:24px;
	color:#ffffff;
	margin-bottom:20px;
}

#listas {
	list-style:inside;
}

#listas_menu {
	list-style:none;
}

/* CONTEUDO DIREITA */

#newsletter {
	background:#ffffff;
}

#texto_newsletter {
	font-size:18px;
	color:#565251;
	margin-bottom:10px;
}

#campos {
	margin-bottom:10px;
}

#campos_ebt {
	font-size:12px;
	padding-left:5px;
	padding-right:5px;
	background:#565251;
	font-family:arial;
	color:#ffffff;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

div#blocos_pub {
	width:160px;
	height:100px;
	background:#565251;
	margin-bottom:10px;
}

/* CONTEUDO MEIO */

#texto_geral {
	font-size:12px;
	font-family:"Trebuchet MS", arial;
	color:#565251;
}

div#box_descript_topo {
	width:500px;
	height:5px;
	background-image:url(imgs/img_descript_topo.jpg);
	font-size:2px;
}

div#box_descript_mid {
	width:490px;
	background:#808080;
	padding: 0 5px 0 5px;
	color:#ffffff;
	font-size:10px;
	display:table;
	
}
div#box_descript_baixo {
	width:500px;
	height:5px;
	background-image:url(imgs/img_descript_baixo.jpg);
	font-size:2px;
}

#texto_descript li {
	color:#ffffff;
	list-style:inside;
}

#tabela_formins {
	font-family:"Trebuchet MS", arial;
	font-size:11px;
	color:#000000;
}

td {
	font-family:"Trebuchet MS", arial;
	font-size:11px;
	color:#565251;
	text-align:right;
}

/* TABELA */

.tabela_master td {
	padding: 5px;
	border:solid 1px;
	text-align:center;
}

.tabela_master {
	width:894px;
}

#tabela_hiddeen {
	width:900px;
	border:10px #333333;
	position:absolute;
	display:none;
	margin-left:-200px;
	margin-top:-100px;

}

#tabela_hiddeen2 {
	width:900px;
	border:10px #333333;
	position:absolute;
	display:none;
	margin-left:-200px;
	margin-top:-100px;

}

#tabela_hiddeen3 {
	width:900px;
	border:10px #333333;
	position:absolute;
	display:none;
	margin-left:-200px;
	margin-top:-100px;

}



