

@import url(geral.css);
@import url(topo.css);
@import url(navegacao.css);
@import url(corpo_home.css);
@import url(rodape.css);


body {
  background: #734B18 url(../_images/bkgGeral.jpg) repeat-x;
}

div.estrutura {
  background: #fff url(../_images/bkgEstrutura.gif) repeat-x;
  color: #7e7e7e;
  width: 800px;
  margin: 0 auto;
  font: normal 10pt Arial;
}

/* Centro e Coluna Direita */
div.conteudo {
  margin-left: 199px;
  margin-right: 10px;
}

a {text-decoration: none; color: #7e7e7e;}

button { 
  cursor: pointer;
  background: none;
  border: none !important;
}

.imageReplacement {
  text-indent: -999em;
}
ul li.noBorder,
ul li a.noBorder,
div.rodape ul li a.noBorder { border: none; }
ul li.noBorderTop,
ul li a.noBorderTop { border-top: none; }
ul li.noBorderRight,
ul li a.noBorderRight { border-right: none; }
ul li.noBorderBottom,
ul li a.noBorderBottom { border-bottom: none; }
ul li.noBorderLeft,
ul li a.noBorderLeft { border-left: none; }
fieldset { border: none; }
 
 
div.corpo div.frash *{
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	}
 
div.corpo div.frash {
  width: 415px;
  border: none;
  float: left;
  margin-right: 20px;
  margin-bottom: 15px;
  background-color: black;
  padding: 2px;
  display: inline;
}
div.corpo div.frash img { margin-bottom: 0 !important;}

div#to-blend { 
	float: left;
	display: inline;
	}

div#prox-ant { float: right; }

	div#prox-ant ul {
		margin-top: 1px !important;
		float: right;
		list-style: none;
		}
	div#prox-ant li {
		display: inline;
	
	}
	div#prox-ant li a {
		float: left;
		padding: 4px 10px !important;
		font-weight: bold;
		font-size: 11px;
		color: #FFF !important;
		border-left: 1px solid #5C5C5C !important;
		}
		div#prox-ant li a:hover { background-color: #5C5C5C;}


/*### Div da Enquete ###*/

#enquete{
	float:left;
	width:740px;
	padding:10px;
	background-color:#f1f0de;
}	
.enquete  h3{color:#000 !important;}
.enquete{
	float:left;
	line-height:19px;
	padding:10px 0 10px;
	}
	#enquete input{
	margin:0 10px 0 0 ;
	padding:0;
	float:left;
	}
	#enquete img{
		border:none;
		margin:0;
	}
	.enquete-linha{
		float:left;
		width:717px;
		background-color:#FFFFf4;
		font-size:11px;
		color:#000000;
		padding:5px 10px 5px 10px;
		margin:0 0 2px 0;
		text-align:left;
	}
	.enquete-linha-last{margin-bottom:10px;}
	.enquete-linha-first{margin-top:10px;}
	#enquete-btn{
		margin:0 20px 0px 20px;	
	}
	
	#enquete-titulo{
		font-family:Arial, Helvetica, sans-serif;
		font-size:17px;
		font-weight:bold;
		color:#724412;
		background-image:url(_images/enquete_seta.gif);
		background-position:left;
		background-repeat:no-repeat;
		padding-top:10px;
		margin:0px 0 10px 20px;
	}
	#base{
		height:10px;
	}
	.enquete-style{
		float:left;
		display:block;
		font-size:11px;
		color:#FF7E29;
		font-weight:bold;
		margin:-1px 3px 0 0 ;
	}
	
	.esq{
		float:left;
	}	
	
	.dir{
		float:right;
	}
