/*
Vega Consultoria e Sistemas
http://www.vegacs.com.br
Outubro de 2007
*/

/* Padrões */
* {
  margin: 0;
  padding: 0;
  font: 14px normal Trebuchet MS,Arial,Verdana;
  color: #333;
  border: 0;
  /* limite das tags */
}

body {
  behavior: url('csshover.htc');
  background: #eee;
  text-align: center;
}

#conteudo {
  margin: 0 auto;
  padding: 0;
  width: 760px;
  background: #fff;
}
#topo {
  height: 19px;
  line-height: 19px; /* IE */
  background: url('barrasup.jpg') top left no-repeat;
}
#logo {
  text-align: center;
  margin: 5px 0 20px 0;
}

#creci {
  float: left;
  margin: 10px;
}

#caixa {
  float: right;
  margin: 50px 10px 0 10px;
}

#base {
  margin-top: 15px;
  padding: 10px 20px;
  background: url('barrainf.jpg') bottom left no-repeat;
  cursor: pointer;
}
#base .endereco {
  float: left;
  padding-bottom: 10px;
  width: 180px;
  font-size: 11px;
  text-align: left;
  line-height: 10px;
  color: #000;
}
#base .endereco b {
  color: #000;
  font-size: 11px;
  font-weight: bold;
}
#vcs {
  text-align: right;
  background: #eee;
}
#vcs a {
  font-size: 7px;
  font-weight: bold;
  color: #bbb;
  text-decoration: none;
}
#vcs a:hover { color: #ccc; }

.fundoprocure { background: url('colunapreta.jpg') repeat-x; }
.fundoavalie { background: url('colunaverde.jpg') repeat-x; }
.fundoofereca { background: url('colunapreta.jpg') repeat-x; }

#inicio {
  width: 50px;
  -moz-opacity: .60;
  opacity: .60;
  filter: alpha(opacity: 60);
}
#voltar {
  width: 80px;
  -moz-opacity: .80;
  opacity: .80;
  filter: alpha(opacity: 80);
}
#inicio,
#voltar {
  float: left;
  background: url('colunaverde.jpg');
  font-size: 12px;
  font-weight: bold;
  line-height: 50px;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
}
#titulo {
  float: left;
  width: 630px;
  font-size: 20px;
  font-weight: bold;
  line-height: 50px;
  text-transform: uppercase;
  color: #fff;
  background: url('colunapreta.jpg');
}
#aviso {
  margin: 70px 0 0 0;
  padding: 10px 30px;
  text-align: center;
  color: #070;
  border-bottom: 1px solid #ddd;
  background-color: #eee;
}
#aviso b {
  color: #070;
}

#principal {
  margin-top: 20px;
  text-align: center;
}

.limpar {
  clear: both;
  /* overflow: none; */
}
.esquerda { text-align: left; }
.centro { text-align: center; }
.direita { text-align: right; }
.discreto {
  font-size: 12px;
  color: #888;
}
.discreto .sup {
  border: 1px solid red;
  border-bottom: none;
}
.discreto .inf {
  border: 1px solid red;
  border-top: none;
}

hr {
  width: 100%;
  margin: 5px 0 !important; /* Firefox */
  margin: 0; /* IE */
  height: 1px;
  color: #aaa; /* firefox */
  background-color: #aaa; /* ie */
  border: 0;
}
        
b, strong { font-weight: bold; }
i, em, cite, var, address { font-style: italic; }
s, strike, del { text-decoration: line-through; }
u, ins { text-decoration: underline; }
b i, i b,
strong em,
em strong {
  font-weight: bold;
  font-style: italic;
}

/* Link's */
a { /* :link, :active, :visited */
  color: #888;
  text-decoration: underline;
}
a:hover {
  color: black;
}
a.efeito:hover img {
  -moz-opacity: .70;
  opacity: .70;
  filter: alpha(opacity: 70);
}

/* Títulos */
h1,h2,h3 {
  padding: 5px 0;
  font-weight: bold;
  text-align: center;
}

h1 { font-size: 26px; }
h2 { font-size: 16px; }
h3 { font-size: 18px; }

/* Parágrafos */
p {
  padding: 5px 0;
  text-align: left; /* justify */
  line-height: 16px;
}

/* Lista de itens */
ol,
ul {
  margin: 0;
  padding: 0;
}
ol li,
ul li {
  margin: 0;
  padding: 0;
  text-align: left;
}

/* Imagens */
img {
  margin: 0;
  padding: 0;
  border: 0;
}

/* Tabelas */
table {
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse;
}
td {
  margin: 0;
  padding: 0;
  vertical-align: top;
}

/* Formulários HTML */
.formulario {
  margin: 0 auto;
  width: 460px;
  padding-bottom: 12px;
  background: url('sombra.gif') no-repeat bottom right;
}
.formulario td,
.formulario th {
  padding: 10px 5px;
  vertical-align: top;
}
.formulario th {
  text-align: center;
}
.formulario p {
  padding-bottom: 10px;
}
.linha th,
.linha td {
  border-top: 1px solid #ddd;
}

form {
  padding: 10px 20px;
  border: 1px solid #ddd;
  /* background: url('titulo.gif') no-repeat top left; */
}
input {
  margin: 0;
  padding: 0;
}
input.texto,
select {
  margin: 2px 0;
  padding: 2px;
  height: 22px;
  text-align: left;
  border: 1px inset silver;
}
textarea {
  margin: 2px 0;
  padding: 2px;
  text-align: left;
  border: 1px inset silver;
}
input.texto:hover,
textarea:hover,
select:hover { border: 1px outset silver; }
input.texto:focus,
textarea:focus,
select:focus { background-color: #eee; }
input.botao {
  margin: 2px 0;
  text-align: center;
  background-color: #ccc;
  border: 1px outset silver;
}
input.botao:hover {
  background-color: #bbb;
  border: 1px inset silver;
}
label {
  vertical-align: middle;
}
