/* global */
html{height: 100%;}



/* Estilo Geral */

body 
{
	/*background:url(images/bg-body.png) repeat-y top center #f5f5f5;*/
	background:url(images/bg-body.png) no-repeat top center #f5f5f5;
	font-family:Arial, Helvetica, sans-serif; /*"Trebuchet MS" */
	font-size:10px; /* Valores default para font size 10px */
	color:#222222;
}

* 
{
	margin:0;
	padding:0;
}

img 
{
	border:0;
}

p 
{
	margin-top:10px;
	margin-left:35px;
	margin-right: 25px;
	margin-bottom:1em;
}

a 
{
	text-decoration:none;
	color:#222222;
}

a:hover 
{
	text-decoration:none;
	color:#BFC800;
}



/* Estrutura */

#encapsulamento 
{
	margin:0 auto;
	width:779px;
	background:#ffffff;
	font-size:1.20em;
}

#lateral 
{
	width:105px;
	height:340px;
	float:left;
	background:url(images/telefone.jpg) no-repeat;
}

#cabecalho 
{
	height:153px;
	background:url(images/cabecalho.jpg) no-repeat;
}

#cabecalho a
{
	width:315px;
	height:120px;
	display:block;
}


/* Menu */
#menu 
{
	width:779px;
	height:40px;
	background:#ffffff;
	text-align:center;
	font-size:12px;
}

#menu ul 
{
	list-style-type:none;
}

#menu li 
{
	float:right;
}

#menu li a 
{
	padding-top:10px;
	width:95px;
	height:30px;
	text-transform: uppercase;
	font-weight: bold;
	display:block;
	color:#993300;
}

#menu li a:hover 
{
	padding-top:10px;
	width:95px;
	height:30px;
	text-transform: uppercase;
	font-weight: bold;
	display:block;
	color:#BFC800;
}

#menu li a.active 
{
	padding-top:10px;
	width:95px;
	height:30px;
	text-transform: uppercase;
	font-weight: bold;
	display:block;
	color:#BFC800;
	background:url(images/pasta.jpg) no-repeat left;
}

#conteudo 
{
	width:674px;
	height:340px;
	float:left;
	background:url(images/corpo.jpg) no-repeat;
}


/* Rodapé*/
#rodape 
{
	width:779px;
	clear:both;
	height:60px;
	text-align:center;
}

#rodape-vermelho
{
	margin-top: 10px;
	width:779px;
	clear:both;
	height:33px;
	background:#993300;
	color: #f5f5f5;
	font-size:15px;
	font-weight: bold;
	padding-top:11px;
	text-align:center;
	letter-spacing:3px;
}

/*Colunas*/
#coluna-esquerda
{
	width:224px;
	float:left;
	text-align:justify;
}

#coluna-direita
{
	width:450px;
	float:left;
}

#coluna
{
	margin-left:30px;
	width:300px;
	float:left;
	text-align:left;
}

#agrupa_trescolunas
{
	width:550px;
	margin-left:100px;
	text-align:center;
}

/*coluna tela "sistema"*/
#sistema
{
	width:170px;
	float:left;
	text-align:center;
}


/*efeito alpha em imagens*/
#toggleopacity a img
{
  filter:alpha(opacity=100);/*IE*/
  -moz-opacity: 0.99; /*Mozilla*/
  opacity: 1; /*CSS3*/
}

#toggleopacity a:hover img
{
  filter:alpha(opacity=50);
  -moz-opacity:0.5;
  opacity:0.5;
}


/*imagens*/
#seta a 
{
	float: right;
	background:url(images/seta.jpg) no-repeat;
	padding-top: 20px;
	padding-right:105px;
}

#seta a:hover 
{
	float: right;
	background:url(images/seta-hover.jpg) no-repeat;
	padding-top: 20px;
	padding-right:105px;
}

/*Cor da fonte*/
.vermelho
{
	color:#993300;
	font-weight: bold;	
}


/* Entradas */
.entrada 
{
	border:1px;
	width:674px;
	height:340px;
	background:url(images/corpotexto.jpg) no-repeat;
	padding:10px 0px 0px 0px;
	text-align:justify;
	line-height:1.75em;
}

.entrada-verde
{
	border:1px;
	width:674px;
	height:340px;
	background:url(images/corpotextosistema.jpg) no-repeat;
	padding:10px 0px 0px 0px;
	text-align:justify;
	line-height:1.75em;
}

.entrada-verde475
{
	border:1px;
	width:674px;
	height:340px;
	background:url(images/corpotexto475sistema.jpg) no-repeat;
	padding:10px 0px 0px 0px;
	text-align:justify;
	line-height:1.75em;
}

.entrada-titulo 
{
	font-size:1.9em;
	font-weight:normal;
	letter-spacing:-1px;
	color: #B4C835;
}

.data 
{
	font-size:0.9em;
	color:#bbb;
	cursor:default;
	letter-spacing:1px;
}

/* Formulário */
form
{
  margin-top: 0px;
}

div.fileira
{
	margin-top:10px;
	margin-left:35px;
	margin-right: 25px;
	margin-bottom:1em;
	clear: both;
	width: 500px;
}

div.link
{
	width: 70px;
	float: left;
	padding-left: 5px;
}

div.link a
{
	text-decoration:none;
	color: #5A6370;
}

div.link a:hover
{
	text-decoration:underline;
	color: #5A6370;
}

div.fileira span.formulariolabel 
{
	float: left;
	width: 80px;
	text-align: left;
}

div.fileira span.formularioinput
{ 
  	float: left;
  	text-align: right;
} 

div.espacador
{ 
	clear: both;
  	width: 80px;
}

input, textarea
{
	width: 259px;
	font-family: verdana, arial, sans-serif;
	border: 1px solid;
	font-size: 100%;
	margin: 2px; /* cores abaixo */
	background: #FFFFFF;
	color: #5A6370;
	border-color: #666666;
}

.enviar
{ 
  	font-family: verdana, arial, sans-serif;
  	border: 1px solid;
  	width: 70px;
  	height: 22px;
  	cursor: pointer;
  	font-size: 1em;
}

.novaconsulta
{ 
  	font-family: verdana, arial, sans-serif;
  	border: 1px solid;
  	width: 170px;
  	height: 22px;
  	cursor: pointer;
  	font-size: 1em;
	margin-left: 145px;
}

select
{
	width: 261px;
	font-family: verdana, arial, sans-serif;
	border: 1px solid;
	font-size: 100%;
	margin: 2px; /* cores abaixo */
	background: #FFFFFF;
	color: #5A6370;
	border-color: #666666;
}

#center
{
	text-align: center;
}

#right
{
	width: 230px;/*300*/
	text-align: right;
	float: right;
}

/* Formulário para consulta - dois estilos na mesma páginas*/
div.fileira2
{
	clear: both;
	width: 500px;
}

div.fileira2 span.formulariolabel2 
{
	float: left;
	width: 50px;
	text-align: left;
}

div.fileira2 span.formularioinput2
{ 
  	float: left;
  	text-align: right;
} 

input.inputdois, textarea.textareadois
{
	width: 150px;
	font-family: verdana, arial, sans-serif;
	border: 1px solid;
	font-size: 100%;
	margin: 2px; /* cores abaixo */
	background: #FFFFFF;
	color: #5A6370;
	border-color: #666666;
}

.enviardois
{ 
  	font-family: verdana, arial, sans-serif;
  	border: 1px solid;
  	width: 40px;
  	height: 18px;
  	cursor: pointer;
  	font-size: 1em;
}

select.selectdois
{
	width: 80px;
	font-family: verdana, arial, sans-serif;
	border: 1px solid;
	font-size: 100%;
	margin: 2px; /* cores abaixo */
	background: #FFFFFF;
	color: #5A6370;
	border-color: #666666;
}