/* estrutura geral */

body {
margin:0;
padding:0;
background-color:#ffffff;
background-image:url(images/background.jpg);
background-position:top center;
background-repeat:no-repeat;
font-family:"Trebuchet MS", Tahoma;
color:#192738;
font-size:14px;
}



#geral {
width: 970px;
margin: 0 auto 0 auto;
background-image:url(fundo.jpg);
background-repeat:no-repeat;
background-position:top center;
}

/* cabecalhos e rodapes */
#cabecalho{
width:800px;
height:270px;
margin: 0 auto 0 auto;
text-align:left;
font-size:11px;
color:#CCCCCC;
}

#logotipo {
text-align:right;
height:160px;
padding-top:40px;
float:right;
}


#bars{
width:730px;
height:35px;
background-color:#ffffff;
background-image:url(images/fundo_01.jpg);
display:table;
}


#conteudo{
width:900px;
padding:20px;
padding-right:40px;
}



#rodape{
width:950px;
height:51px;
font-size:10px;
text-align:center;

}







	h6{
	font-size: 10px;
	font-weight:bold;
	color:#404041;
	font-family:"Trebuchet MS", Tahoma, Arial;
	font-weight:bold;
	margin:0;
	text-decoration:none;
	}
	
	h5{
	font-size: 10px;
	color:#ffffff;
	font-family:"Trebuchet MS", Tahoma, Arial;
	font-weight:bold;
	margin:0;
	text-decoration:none;
	}
	
	h1{
	font-size: 18px;
	color:#495068;
	font-family:"Trebuchet MS", Tahoma, Arial;
	font-weight:bold;
	margin:0;
	text-decoration:none;
	}
	
/* formatacao de tags */
.limpardivs {
clear:both;
}

a{	
	font-weight:bolder;
	color:#7d8692;
	text-decoration:none;
	}
a:visited{
	font-weight:bolder;
	text-decoration:none;
	color:#7d8692;}
	
a:hover{
	font-weight:bolder;
	color:#7d8692;
	text-decoration:underline;
	}
	
a.cinza{	
	font-weight:bolder;
	color:#495068;
	text-decoration:none;
	}
a.cinza:visited{
	font-weight:bolder;
	color:#495068;
	text-decoration:none;
		}
	
a.cinza:hover{
	font-weight:bolder;
	color:#495068;
	text-decoration: underline;
			}

hr {
      border-top: 1px dotted #999999;
	  border-bottom: 1px #ffffff;
	  border-left: 1px #ffffff;
	  border-right: 1px #ffffff;
      color: #ffffff;
      background-color: #fffffff;
      height: 5px;
	  width:60%;
    }


a.branco{	
	font-weight:bolder;
	color:#ffffff;
	font-size:14px;
	text-decoration:none;
	}
a.branco:visited{
	font-weight:bolder;
	color:#ffffff;
	text-decoration:none;
		}
	
a.branco:hover{
	font-weight:bolder;
	color:#ffffff;
	text-decoration: underline;
			}
			
			
			
						
a.dialetica{	
	font-weight:bolder;
	color:#bf9ccf;
	text-decoration:none;
	font: 8pt "Trebuchet MS", Tahoma, Arial;
	}
a.dialetica:visited{
	font-weight:bolder;
	color:#bf9ccf;
	text-decoration:none;
		font: 8pt "Trebuchet MS", Tahoma, Arial;
		}
	
a.dialetica:hover{
	font-weight:bolder;
	color:#bf9ccf;
	text-decoration: underline;
		font: 8pt "Trebuchet MS", Tahoma, Arial;
			}


.botao{
background-color:#db5106;
color:#ffffff;
border:1px solid #ffffff;
font-size:8pt;
font-family:"trebuchet MS", Verdana, Arial;
text-align:center;
font-weight:bold;
}

input, textarea{
background-color:#dee0e9;
color:#000000;
border:1px #9a9a9c solid;
font-size:10px;
font-family:"Trebuchet MS", Tahoma;
}
form{
margin:0
}


.inputbusca{
background-color:#cfcfce;
color:#000000;
border:1px solid #ffffff;
font-size:13px;
padding:3px;
font-family:"Trebuchet MS", Tahoma;
}

.ok{
background-color:#db5106;
color:#ffffff;
border:0;
font-size:12px;
font-family:"Trebuchet MS", Tahoma;
padding:1px;
text-align:center;
font-weight:bold;
margin-top:3px;
}


