/* < Configura��es gerais - limpando propriedades */
* {margin:0px; padding:0px;}

body {}

img {border:none;} 
/* > *

/* < Configura��es do conteudo / backgrounds */
#principal {background:#FFF url('home/bg-fundo.jpg') 0 0; padding: 0 0 0px 0; }


#corpo {
	background: url("home/bg-conteudo.png") no-repeat scroll top center transparent;
}


#corpo #bgConteudo {}


#corpo #bgConteudo #conteudo {
	width: 840px;
	margin: 0 auto ;
	position: relative;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	padding-left: 40px;
	background: url("home/fundo-conteudo.gif") repeat-y scroll right top transparent;
}
#corpo #bgConteudo #conteudo:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	overflow: hidden;
} 

/* > */

.botaoPadrao {background:#00539f; border:none; margin:0px; cursor:pointer; padding:0px 0px 2px; *padding:0px; width:150px; height:30px; font-family:Arial; font-size:12px; font-weight:bold; color:#fff;}

.hr01 { clear:both; height:1px; border: none; margin: 10px 0px 10px 0px;
	/* IE 7 */
	border-bottom: 1px dashed #d9d9d9;
	*margin: 3px 0px 3px 0px;
	/* IE 6 */
	_border: 1px dashed #D9D9D9;
	_margin: 3px 0px 3px 0px;
}


#busca{
	background: #52bbef;
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	position:relative;
	margin: 18px 18px 30px;
	padding: 13px 13px 5px;
	overflow:hidden;
	height: 40px;
}
#busca .campoBusca{
	border:1px solid #fff;
	padding:7px 5px; 
    color:#8f8f8f;
    width:100px;
    float:left;
}
#busca .botaoBusca {
	width:41px;
	height:32px;
	cursor:pointer;
	float:right;
	background: none repeat scroll 0 0 #FFFFFF !important;
}