/* CSS Document */
/* Web Site PROCENGE 2006 */
/* Autor - Evaldo Altino */
/* Feito em 27/07/2006 */
/* Atualizado em 20/10/2006 */

/* Body e links */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #636363;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
body {
	background-color: #DDDDDD;
}
a:link {
	color: #3C82AD;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3C82AD;
}
a:hover {
	text-decoration: none;
	color: #1A5F8A;
}
a:active {
	text-decoration: none;
	color: #1A5F8A;
}
input.grey 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #eee;
}
input.peq 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #fff;
}
a.barramenu:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.barramenu:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.barramenu:hover {
	text-decoration: none;
	color: #EEEEEE;
}
a.barramenu:active {
	text-decoration: none;
	color: #EEEEEE;
}
a.menuinferior:link {
	font-size: 11px;
	color: #3C82AD;
	text-decoration: none;
}
a.menuinferior:visited {
	font-size: 11px;
	text-decoration: none;
	color: #3C82AD;
}
a.menuinferior:hover {
	font-size: 11px;
	text-decoration: none;
	color: #1A5F8A;
}
a.menuinferior:active {
	font-size: 11px;
	text-decoration: none;
	color: #1A5F8A;
}
a.destaques:link {
	/*font-size: 11px;*/
	color: #636363;
	text-decoration: none;
}
a.destaques:visited {
	/*font-size: 11px;*/
	text-decoration: none;
	color: #636363;
}
a.destaques:hover {
	/*font-size: 11px;*/
	text-decoration: underline;
	color: #1A5F8A;
}
a.destaques:active {
	/*font-size: 11px;*/
	text-decoration: underline;
	color: #1A5F8A;
}
.titulointernas
{
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0070AF;
}
.primeirafrase
{
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}
.textodestaque
{
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3C82AD;
	width: 98%;
}
.textopequeno
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.textonormalnoticias
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	font-weight: normal;
}
.titulonoticias
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7D7D7D;
	font-weight: bold;
}
.textotituloindex
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4C93BF;
	font-weight: bold;
}
.textotituloindex2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F7941C;
	font-weight: bold;
}
.textotituloindexpeq
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	font-weight: bold;
}
.textotituloindexpeq2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.faqs
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	border: solid #999999;
	border-width: 0px 1px 0px 0px;
}
td.faqs
{
	border: solid #999999;
	border-width: 0px 1px 1px 0px;
}
.tit_tabela
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	font-weight: bold;
}

/*Layout---------------------------------*/
div#container {
	width:770px;
	margin:0 auto;
	text-align:left;
	border: 1px solid #A8ADBB;
	background-color: #fff;
	background-image: url(img/bg_container.gif);
	background-repeat: repeat-y;
}
img.foto_direita {
	margin-left: 10px;
}
img.foto_esquerda {
	margin-right: 10px;
}

/* cabecalho -------------------------*/
div#top
{
	width: 100%;
	height: 20px;
	background-color: #0070AF;
	background-image: url(img/bg_top.gif);
	background-repeat: repeat-x;
}
div#cab_logo
{
	width: 205px;
	margin-bottom: 1px;
	float: left;
}
div#cab_search
{
	width: 564px;
	height: 37px;
	background-color: #FFFFFF;
	/*margin-left: 1px;*/
	float: left;
}

/* menu principal em CSS-------------------------*/
/* referencia - http://www.htmldog.com/articles/suckerfish/dropdowns/ */
div#cab_menu
{
	width: 564px;
	height: 22px;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(img/bg_menu.gif);
	background-repeat: no-repeat;
	float: left;
	text-align: center;
}
#nav, #nav ul {
	list-style: none;
	line-height: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#nav a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
#nav a.menu_barra {
	width: 94px;
	line-height: 21px;
	background: transparent;
	border: none;
}
#nav a.menu_barra:hover {
	color: #EEEEEE;
	background: transparent;
}
/*---------menu empresa ------------*/
#nav a.drop_empresa {
	font-size: 10px;
	font-weight: bold;
	width: 150px;
	padding-left: 5px;
	text-align: left;
	background: #0070AF;
	border: solid #fff 1px;
	border-top: 0px;
}
#nav a.drop_empresa:hover {
	font-size: 10px;
	font-weight: bold;
	width: 150px;
	padding-left: 5px;
	text-align: left;
	background: #60A0C4;
	/*border: solid #fff thin;*/
}
#nav a.drop_empresa1 {
	font-size: 10px;
	font-weight: bold;
	width: 150px;
	padding-left: 5px;
	text-align: left;
	background: #0070AF;
	border: solid #fff 1px;
	/*border-top: 0px;*/
}
#nav a.drop_empresa1:hover {
	font-size: 10px;
	font-weight: bold;
	width: 150px;
	padding-left: 5px;
	text-align: left;
	background: #60A0C4;
	border: solid #fff 1px;
}
/*---------menu produtos ------------*/
#nav a.drop_produtos {
	font-size: 10px;
	font-weight: bold;
	width: 250px;
	padding-left: 5px;
	text-align: left;
	background: #60A0C4;
	border: solid #fff 1px;
	border-top: 0px;
}
#nav a.drop_produtos:hover {
	font-size: 10px;
	font-weight: bold;
	width: 250px;
	padding-left: 5px;
	text-align: left;
	background: #90BBD3;
	/*border: solid #fff thin;*/
}
#nav a.drop_produtos1 {
	font-size: 10px;
	font-weight: bold;
	width: 250px;
	padding-left: 5px;
	text-align: left;
	background: #60A0C4;
	border: solid #fff 1px;
}
#nav a.drop_produtos1:hover {
	font-size: 10px;
	font-weight: bold;
	width: 250px;
	padding-left: 5px;
	text-align: left;
	background: #90BBD3;
	/*border: solid #fff thin;*/
}
#nav a.daddy_produtos {
	/*width: 10em;
	w\idth: 6em;*/
	text-align: left;
	font-weight: bold;
	width: 250px;
	height: 16px;
	padding-left: 5px;
	border: solid #fff 1px;
	border-top: 0px;
	background: #60A0C4 url(rightarrow.gif) center right no-repeat;
}
#nav a.daddy_produtos:hover {
	background: #90BBD3 url(rightarrow.gif) center right no-repeat;
}
#nav a.daddy_produtos1 {
	/*width: 10em;
	w\idth: 6em;*/
	text-align: left;
	font-weight: bold;
	width: 250px;
	height: 16px;
	padding-left: 5px;
	border: solid #fff 1px;
	background: #60A0C4 url(rightarrow.gif) center right no-repeat;
}
#nav a.daddy_produtos1:hover {
	background: #90BBD3 url(rightarrow.gif) center right no-repeat;
}
/*---------menu oportunidades ------------*/
#nav a.drop_oport {
	font-size: 10px;
	font-weight: bold;
	width: 150px;
	padding-left: 5px;
	text-align: left;
	background: #90BBD3;
	border: solid #fff 1px;
	border-top: 0px;
}
#nav a.drop_oport:hover {
	font-size: 10px;
	font-weight: bold;
	width: 150px;
	padding-left: 5px;
	text-align: left;
	background: #60A0C4;
	/*border: solid #fff thin;*/
}
#nav a.drop_oport1 {
	font-size: 10px;
	font-weight: bold;
	width: 150px;
	padding-left: 5px;
	text-align: left;
	background: #90BBD3;
	border: solid #fff 1px;
}
#nav a.drop_oport1:hover {
	font-size: 10px;
	font-weight: bold;
	width: 150px;
	padding-left: 5px;
	text-align: left;
	background: #60A0C4;
	/*border: solid #fff thin;*/
	}
/*---------menu contato ------------*/
#nav a.drop_contato {
	font-size: 10px;
	font-weight: bold;
	width: 85px;
	padding-left: 5px;
	text-align: left;
	background: #F5BB2C;
	border: solid #fff 1px;
	border-top: 0px;
}
#nav a.drop_contato:hover {
	font-size: 10px;
	font-weight: bold;
	width: 85px;
	padding-left: 5px;
	text-align: left;
	background: #FFD46B;
	/*border: solid #fff thin;*/
}
#nav a.drop_contato1 {
	font-size: 10px;
	font-weight: bold;
	width: 85px;
	padding-left: 5px;
	text-align: left;
	background: #F5BB2C;
	border: solid #fff 1px;
}
#nav a.drop_contato1:hover {
	font-size: 10px;
	font-weight: bold;
	width: 85px;
	padding-left: 5px;
	text-align: left;
	background: #FFD46B;
	/*border: solid #fff thin;*/
}
/* navegacao -----------------------------*/
#nav a:hover, #nav a:sfhover{
	color: #EEEEEE;
	background-color: #FFFFFF;
}
#nav li {
	float: left;
	/*width: 9em;
	w\idth: 0.9em;*/
}
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 13.9em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
}
#nav li li {
	/*padding-right: 1em;
	width: 13em;*/
}
#nav li ul a {
	width: 14.4em;
	w\idth: 13.9em;
}
#nav li ul ul {
	margin: -0.5em 0 0 10em;
}
#nav li:hover, #nav li.hover {
    position: static;
}
	
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

/* divisao -------------------*/

div#div_main
{
	width: 100%;
	height: 12px;
	background-color: #0070AF;
	background-image: url(img/bg_div_main.gif);
	margin-bottom: 1px;
	clear:both;
}

/* fim menu principal -------------------*/
div#flash
{
	width: 770px;
	height: 200px;
	background-color: #F5BB2C;
	margin-bottom: 1px;
	float: left;
}

/* coluna esquerda -------------------------*/
div#container_left {
	float:left;
	width:205px;
}
div#quadros
{
	width: 186px;
	/*height: 148px;*/
	margin-top: 7px;
	margin-left: 8px;
	background-color: #E9E9E9;
	border: solid #C1C3C9 1px;
	display: table;
	/*float: left;*/
}
div#cadastro
{
	width: 166px;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 8px;
	padding-left: 9px;
	padding-bottom: 0px;
	text-align: left;
	background-color: #ddd;
	border: solid #C1C3C9 1px;
}
div#quadro_news
{
	width: 100%;
	text-align: right;
	border-top: 1px solid #A8ADBB;
	/*border-bottom: 1px solid #A8ADBB;*/
	background-image: url(img/bg_noticias.gif);
	background-repeat: repeat-x;
}
/* Menu Lateral ----------------------------------------------*/
#container_menul {
	width:100%;
	background-color: #FDB812;
	background-image: url(img/bg_menu_lateral.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

dl {margin: 0; padding: 0;}
dt {color:#fff; margin:0; padding:0.4em; text-align:left; font-size: 11px; font-weight:bold; background: #transparent;}
dd {margin:0; padding:0; text-align:left; border-top:1px solid #fff; }
#menul a {
	color:#fff;
	text-decoration:none;
	display:block;
	padding:0.4em;
	padding-left: 18px;
	background: #transparent;
	background-image: url(rightarrow3.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#menul a:hover {
	color:#fff;
	text-decoration:none;
	font-weight: bold;
	display:block;
	padding:0.4em;
	padding-left: 18px;
	background: #FDB812;
	background-image: url(rightarrow3.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.bottom {
  display:block; 
  background:transparent; 
  font-size:1px; 
  border-top:1px solid #fff;
  }
/* Menu assuntos relacionados ------------ */
div#relacionados
{
	width:100%;
	background-color: #eee;
	/*padding-bottom: 10px;*/
	/*margin-top: 20px;*/
}
#menu_rel a {
	color:#3C82AD;
	text-decoration:none;
	display:block;
	padding:0.4em;
	padding-left: 18px;
	background: #transparent;
	background-image: url(rightarrow4.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#menu_rel a:hover {
	color:#1A5F8A;
	text-decoration:none;
	font-weight: bold;
	display:block;
	padding:0.4em;
	padding-left: 18px;
	background: #E9E9E9;
	background-image: url(rightarrow4.gif);
	background-repeat: no-repeat;
	background-position: left;
}
div#selos
{
	width: 160px;
	margin-top: 10px;
	margin-left: 24px;
	margin-bottom: 0px;
	text-align: center;
}
div#selos2
{
	width: 160px;
	margin-top: 0px;
	margin-left: 20px;
	margin-bottom: 10px;
}
/*------------------------------------------------------------*/

/* coluna direita -------------------------*/
div#container_right {
	float:right;
	width:564px;
	margin-left: 1px;
}
div#solucoes
{
	width: 564px;
	height: 61px;
	background-color: #0070AF;
	background-image: url(img/bg_solucoes.gif);
	float: left;
	text-align: left;
}
div#destaques
{
	width: 564px;
	height: 280px;
	/*margin-top: 10px;
	margin-bottom: 10px;*/
	background-image: url(img/bg_destaques.gif);
	background-repeat: repeat-y;
	padding:0;
	padding-top:0;
}
div#destaque_123
{
	width: 165px;
	padding:10px;
	padding_left:12px;
	margin-top: 10px;
	margin-bottom: 10px;
	/*background-color:#CCCCCC;*/
	text-align: center;
	float: left;
}
div#noticias
{
	width: 160px;
	height: 84px;
	/*border: 1px solid #A8ADBB;*/
	border-top: 1px solid #A8ADBB;
	border-bottom: 1px solid #A8ADBB;
	/*background-color:#eee;*/
	padding-left: 5px;
	padding-top: 5px;
	background-image: url(img/bg_noticias.gif);
	text-align: left;
}
div#tit_internas
{
	width: 564px;
	height: 70px;
	background-color: #0070AF;
	float: left;
	text-align: left;
}
div#tit_produtos
{
	width: 564px;
	height: 70px;
	background-color: #60A0C4;
	float: left;
	text-align: left;
}
div#tit_clientes
{
	width: 564px;
	height: 70px;
	background-color: #90BBD3;
	float: left;
	text-align: left;
}
div#tit_contato
{
	width: 564px;
	height: 70px;
	background-color: #F5BB2C;
	float: left;
	text-align: left;
}
div#cab_produtos
{
	width: 564px;
	height: 130px;
	background-color: #fff;
	float: left;
	margin-top: 1px;
}
div#documento
{
	width: 479px;
	height: 384px;
  	min-height:384px;
	float: left;
	padding-top: 25px;
	padding-left: 35px;
	padding-right: 50px;
	text-align: left;
	background-image: url(img/bg_documentos.gif);
	background-repeat: repeat-x;
	/*display:table;*/
}
html>body div#documento { /* IE ignores this block as it doesn't understand
the selector */
	height: auto; /* Reset the height for good browsers */
}

div#container_novidades {
	float:left;
	width:450px;
}
div#modulos {
	width:95%;
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 10px;
	background-image: url(img/bg_noticias.gif);
	background-repeat: repeat-x;
}
div#modulos ul {
	line-height: 16pt;
	font-size: 12px;
}

div#modulos_acquagis {
	width:95%;
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 10px;
	background-image: url(img/acquagis_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}

div#modulos_acquagis ul {
	line-height: 16pt;
	font-size: 12px;
}


/* Noticias -------------------------*/
div#containernoticias
{
	width: 99%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	font-size: 11px;
}
div#titcontainernoticias
{
	width: 99%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 2px;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #3C82AD;
	font-weight: bold;
	display: block;
	padding-left: 5px;
	padding-top: 2px;
	margin-bottom: 15px;
	/*line-height: 16px;*/
}

/* rodape -------------------------*/
div#footer {
	clear:both;
	width:100%;
	height: 30px;
	background-color: #A8ADBB;
	text-align: center;
	font-size: 10px;
	line-height: 30px;
	color: #FFFFFF;
}

#in_cadastro table { 
 background-color: #F9FBFD; 
 color: #000000; 
 width:100px;
} 

/* Forms -----------------------------------------------------*/

cadastro.input { 
	color:#000000;
	font-size: 10px;
 	background-color: #D7E5F2;
	border-width: 1px; 
}
cadastro.select { 
	font-size: 10px;
 	background-color: #D7E5F2;
	border-width: 1px; 
}
cadastro.botao { 
 	background-color: #EEEEEE;
}

#cadastro table { 
 background-color: #F9FBFD; 
 color: #000000; 
 width: 500px; 
 border: 1px solid #D7E5F2; 
 border-collapse: collapse; 
} 

#cadastro td { 
 border: 1px solid #D7E5F2; 
 padding-left: 10px; 
 padding-right: 10px;
 padding-top: 4px; 
 padding-bottom: 4px;
}

.titcell { 
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 color: #FFFFFF; 
 padding-left:4px;
 font-weight: bold;
 background-color: #0068A5; 
} 
.titcell2 { 
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 color: #3670A7; 
 padding-left:4px;
 font-weight: bold;
 background-color: #F9FBFD; 
} 
.labelcell {
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: right;
	color: #3670A7;
	background-color: transparent;
	width: 150px;
	vertical-align: top;
} 

.fieldcell { 
 background-color: #F2F7FB; 
 color:#636363;
 text-align: left; 
 margin-right: 0px; 
 vertical-align: top;
} 

.smalllabelcell { 
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 background-color: transparent; 
 color: #3670A7; 
 width: 100px; 
} 

.smallfieldcell { 
 background-color: #F2F7FB; 
 color: #000000; 
 text-align: left; 
  
}
.smallfieldcell2 { 
 background-color: #F2F7FB; 
 color: #000000; 
 text-align: left; 
  
}
.fieldcell input { 
 width: 300px; 
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 background-color: #D7E5F2; 
 color: #102132; 
 border: 1px solid #284279; 
 margin-right: 0px; 
} 
.fieldcell textarea { 
 width: 300px; 
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 background-color: #D7E5F2; 
 color: #102132; 
 border: 1px solid #284279; 
 margin-right: 0px; 
} 
.smallfieldcell input { 
 width: 100px; 
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 background-color: #D7E5F2; 
 color: #102132; 
 border: 1px solid #284279; 
} 

.smallfieldcell2 input { 
 width: 60px; 
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 background-color: #D7E5F2; 
 color: #102132; 
 border: 1px solid #284279; 
} 
.smallfieldcell3 input { 
 width: 30px; 
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 background-color: #D7E5F2; 
 color: #102132; 
 border: 1px solid #284279; 
} 

.smallfieldcell select { 
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 background-color: #D7E5F2; 
 color: #102132; 
 border: 1px solid #284279; 
}
.smallfieldcell_cnpj input { 
 width: 150px;
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 background-color: #D7E5F2; 
 color: #102132; 
 border: 1px solid #284279; 
}
.button { 
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 background-color: #D7E5F2; 
 color: #102132; 
 margin-left: 12px; 
 margin-top: 3px; 
 margin-bottom: 2px; 
}
.asterisco {color: #FF0000}

/* Fim Forms -------------------------------------------------*/

/* Mudancas 2008/05 ------------------------------------------*/

div#titulo_as {
	width: 540px;
	height: 57px;
	color: #FFFFFF;
	background-color: #0070AF;
	text-align:left;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding-left: 24px;
	padding-top: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	float:left;
	/*font-weight: bold;*/
}

div#titulo_us {
	width: 540px;
	height: 57px;
	color: #FFFFFF;
	background-color: #999966;
	text-align:left;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding-left: 24px;
	padding-top: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	float:left;
	/*font-weight: bold;*/
}

div#titulo_um {
	width: 540px;
	height: 57px;
	color: #FFFFFF;
	background-color: #009933;
	text-align:left;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding-left: 24px;
	padding-top: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	float:left;
	/*font-weight: bold;*/
}
div#titulo_il {
	width: 540px;
	height: 57px;
	color: #FFFFFF;
	background-color: #00B3A0;
	text-align:left;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding-left: 24px;
	padding-top: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	float:left;
	/*font-weight: bold;*/
}

div#titulo_cs {
	width: 540px;
	height: 57px;
	color: #FFFFFF;
	background-color: #003399;
	text-align:left;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding-left: 24px;
	padding-top: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	float:left;
	/*font-weight: bold;*/
}

div#titulo_go {
	width: 540px;
	height: 57px;
	color: #FFFFFF;
	background-color: #F7933B;
	text-align:left;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding-left: 24px;
	padding-top: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	float:left;
	/*font-weight: bold;*/
}

div#titulo_ou {
	width: 540px;
	height: 57px;
	color: #FFFFFF;
	background-color: #9D080D;
	text-align:left;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding-left: 24px;
	padding-top: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	float:left;
	/*font-weight: bold;*/
}


/*- Menu Tabs --------------------------- */

    #tabmenu {
	color: #000;
	border-bottom: 1px solid #CCCCCC;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	padding-bottom: 4px;
	z-index: 1;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	}
	#tabmenu li {
		display: inline;
		overflow: hidden;
		list-style-type: none; 
	}
	#tabmenu a, a.active {
		color: #0070AF;
		/*font-weight: bold;*/
		background: #EEEEEE;
		border: 1px solid #CCCCCC;
		padding: 4px 4px 4px 3px;
		margin: 0;
		text-decoration: none;
	}
	#tabmenu a.active {
		color: #0070AF;
		background: #FFFFFF;
		border-bottom: 1px solid #FFFFFF; }

	#tabmenu a:hover {
		color: #0070AF;
		background: #FFFFFF; }

	#tabmenu a:visited {
		color: #0070AF; }

	#tabmenu a.active:hover {
		background: #FFFFFF;
		color: #0070AF; }

	#content {
		text-align: left;
		background: #FFFFFF;
		padding: 0;
		border-top: none;
		z-index: 2;
		display: table;
		}

/*- Fim Menu Tabs ------------------------ */

/*- Galeria ----------------------------- */

div#g_container {
	width: 962px;
	margin: 0 auto;
	border: 1px solid #A8ADBB;
	background-color: #fff;
}
div#g_cab {
	width: 962px;
	height: 59px;
	background-color: #fff;
}
div#g_thumbs {
	width: 962px;
	height: 80px;
	background-color: #60A0C4;
	background-image: url(img/bg_gthumbs.gif);
	background-repeat: repeat-x;
}
div#g_choice {
	width: 952px;
	height: 30px;
	padding-top: 10px;
	padding-right: 10px;
	background-color: #0070AF;
}

div#galeria_thumbs {
	width: 924px;
	height: 80px;
	background-color: #D4DFE5;
	padding: 10px 20px 10px 20px; /* top, right, bottom, left  */
	clear: both;
}
#content_galeria {
	height: auto;
	text-align: left;
	background: #FFFFFF;
	padding: 0;
	border: 1px solid #D4DFE5;
	border-top: none;
	display: table;
}
#fotos_galeria {
	height: auto;
	min-height: 300px;
	width: 922px;
	background-color: #D4DFE5;
	padding: 10px 20px 30px 20px; /* top, right, bottom, left  */
	display: table;
	float: left;
}
#temas_galeria {
	height: auto;
	width: 120px;
	background-color: #FFFFFF;
	border: 1px solid #AFC4D0;
	padding: 10px 10px 10px 10px; /* top, right, bottom, left  */
	/*margin: 10px 22px 10px 22px; /* top, right, bottom, left  */
	float: left;
}
div#titulo_galeria {
	width: 926px;
	height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #303B92;
	background-color: #FFFFFF;
	padding: 25px 10px 25px 28px; /* top, right, bottom, left  */
	border-bottom: 4px solid #303B92;
}

/*- Fim Galeria ------------------------- */

/*- Jquery Menu --------------------------- */

ul.menu, ul.menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 100%;
}

ul.menu a {
  display: block;
  text-decoration: none;	
}

ul.menu li {
  margin-top: 1px;
}

ul.menu li a {
  background: #FDB812;
  color: #fff;
  font-weight: bold;
  padding: 0.5em;
  background-image: url(img/bg_menu_lateral.gif);
  background-repeat: no-repeat;
  background-position: top;
}

ul.menu li a:hover {
  background: #FDB812;
}

ul.menu li ul li a {
  background: #c0c0c0;
  font-weight:normal;
  color: #fff;
  padding-left: 20px;
  background-image: url(rightarrow3.gif);
  background-repeat: no-repeat;
  background-position: left;
}

ul.menu li ul li a:hover {
  background: #e3e3e3;
  /*border-left: 5px #fff solid;*/
  padding-left: 20px;
  background-image: url(rightarrow3.gif);
  background-repeat: no-repeat;
  background-position: left;
}

.code { border: 1px solid #ccc; list-style-type: decimal-leading-zero; padding: 5px; margin: 0; }
.code code { display: block; padding: 3px; margin-bottom: 0; }
.code li { background: #ddd; border: 1px solid #ccc; margin: 0 0 2px 2.2em; }
.indent1 { padding-left: 1em; }
.indent2 { padding-left: 2em; }
.indent3 { padding-left: 3em; }
.indent4 { padding-left: 4em; }
.indent5 { padding-left: 5em; }

/*- Fim Jquery Menu ----------------------- */

ul.bullets {
	line-height: 12pt;
	font-size: 11px;
}