/*
PALETA DE CORES
#000    - Titulos principais / texto icones principais
#6b6b6b - Links / textos
#cf191a - Mouse over links / destaques
#ff7621 - Telefone Central de Vendas
#474646 - Fontes botoes
#f63 - Laranja para destaque
*/
/************************
CSS RESET
************************/
* {
		margin:0;
		padding:0;
    text-decoration:none;  
		list-style:none; 
  }
hr {display:none}
body {
	/* background:gray;;  #9FC5E9; */  /* #21201B */
  background:#dbe8be; /* #9FC5E9; */	
}
#geral {
	width:900px;
	margin:0 auto;
}

/* 
   Inicio Cabecalho 
*/

#cabecalho {
	height:110px;
	background:url(../matos_cab.jpg) no-repeat;
}
/* 
   Final Cabecalho 
*/


/* parei aqui 04 03 09*/ 
h3 {color: red;}
.azul {color:blue }
.principal{color:#000}
.links{color:#6b6b6b}
.links_over{color:#cf191a}
.fone_central{color:#ff7621}
.botoes{color:#474646}
.laranja{color:#f63}

a {
 /*color: black;*/
 color:#000; 
 font:12px verdana,arial,tahoma,sans-serif;
   }
a:hover{
   color:#cf191a;
   font:15px "Times New Roman",arial,tahoma,sans-serif;
	 }
	 
div #tutorial_banco {
   }
div #tutorial_banco h1 {
  color:blue; 
   }
div #tutorial_banco h2 {
  color:gray; 
   }
/*
  Links Uteis
*/	 
div #links_uteis {
   }
div #links_uteis h1 {
   }
.letra{
   list-style-type: upper-alpha;
	 color:green;
   }	
.numero{
	 color:black;
	 font:12px arial,tahoma,sans-serif;
   }	
/* 
  Inicio Fielset
*/	  
fieldset{
   border:1px solid black;
   width:700px;
	 margin-left:200px;
       }			 
legend {
       }
label {
       }

.banco_lento pre {
   color:#cc0066;
	 font:12px arial;
 }

.instalacao_nova {
   color:red;
 }  

.painel_odbc_imagem {
  background:url(obdc.jpg) no-repeat;
  margin-left:50px;
 } 
div#painel_odbc p {
  color:green
  background:url(obdc.jpg) no-repeat;
 } 

div.img a:hover img
  {
  width:750px;
  height:600px;
  }


/*
      img:first-child , img.first-child { color: green }
      img:hover , img.hover { color: blue }

*/ 
