/* CSS Document */

/*reset*/
* html{border:0;padding:0;margin:0; _padding:0; _margin:0;}
img{border:0;padding:0;margin:0;_padding:0;_margin:0;_border:0;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;_padding:0; _margin:0;}
a{text-decoration:none;}
ul{list-style:none;}
ul li a{display:block;}/*torna toda regiao de li clicavel*/

/* ------------------------------------------------------------------------------------------------------------ */

body{
   background: url(../imagens/bg_body.jpg) repeat-y center #a9a991;
   text-align:center;
   color:#333;
   font-family:Arial, Helvetica, sans-serif;
   font-size:13px;}

#container{
   margin: 0 auto;
   text-align:left;
   width:930px}

/* ------------------------------------------------------------------------------------------------------------ */

/* GERAL ( div´s - colunas - etc...) */ 
#topo{
	width:930px;
	height:305px;
	background:url(../imagens/bg_topo.jpg) no-repeat;}

#apresentacao{
	float:left;
	text-align:right;
	padding:190px 0 0 265px;
	font-family:Arial, Helvetica, sans-serif;}

#navegacao{
	float:right;}

#paginaInicial{
	margin:60px 0 0 140px;}
	
#menu{
	margin:160px 90px 0 0;}
	
#conteudo{
	width:750px;
	margin:20px 25px 0 155px;
	_margin:0 25px 0 155px;
	display:inline-table;}

dl{
	float:left;
	width:185px;
	height:185px;
	margin:1px;}






	
.left{
	float:left;}
.right{
	float:right;}








/* ------------------------------------------------------------------------------------------------------------ */ 

/* TEXTO */
#apresentacao h1{
	font-size:9px;
	font-weight:normal;}

#apresentacao h2{
	font-size:9px;
	font-weight:normal;}
	
.titulo_1{
	font-size:16px;}



/* ------------------------------------------------------------------------------------------------------------ */   

/* LINKS e BOTÕES*/
a:link{
   color:#333;
   font-weight:bold;}
a:visited{
   color:#333;
   font-weight:bold;}
a:hover{
   color:#000;
   font-weight:bold;
   text-decoration:underline;}


#paginaInicial a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px ;
	color:#8f8e8e;
	font-weight:normal;} 
#paginaInicial a:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333;
	font-weight:normal;
	text-decoration:none;;}

#menu li{
	float:left;
	display:inline-block;}
	
#quemSou a{
	width:59px;
	height:10px;
	margin:15px 0 0 0;
	background:url(../imagens/btnQuemSou.jpg) no-repeat 0 -10px;}
#quemSou a:hover{
	width:59px;
	height:10px;
	background:url(../imagens/btnQuemSou.jpg) no-repeat 0 0;}	

#contato a{
	width:81px;
	height:15px;
	margin:5px 0 0 5px;
	background:url(../imagens/btnContato.jpg) no-repeat 0 -15px;}
#contato a:hover{
	width:81px;
	height:15px;
	background:url(../imagens/btnContato.jpg) no-repeat 0 0;}


form #enviar{
	 width:auto;
	 height:24px;
	 font-weight:bold;
	 color:#fff;
	 background:#8dae65;
	 cursor:pointer;
	 padding:0 2px 0 2px;}
form #enviar:hover{
	 width:auto;
	 height:24px;
	 font-weight:bold;
	 color:#fff;
	 background:#6ba02d;
	 cursor:pointer;
	 padding:0 2px 0 2px}



/* ------------------------------------------------------------------------------------------------------------ */   

/* FORM */
input{
   height:24px;
   background:#bbb9b9;
   border:none;}
   
textarea{
   background:#bbb9b9;
   border:none;}


/* ------------------------------------------------------------------------------------------------------------ */   

/* IMG */


/* ------------------------------------------------------------------------------------------------------------ */   

/* RODAPE */
#rodape{
	width:100%;
	height:28px;
	padding-top:10px;
	margin-top:40px;
	color:#ccc;
	background:#000;}

address{
	font-style:normal;}

	
	
	
	