body, *{
     margin: 0px;
     border: 0px;
     padding: 0px;
}

body{ 
	font-family: "Trebuchet MS","Lucida Sans Unicode", verdana, helvetica, sans-serif;
	font-size: 68.75%;
	text-align: center; 
	background: #bfbdbe url(../images/bg.jpg) repeat-x; 
  color: #777;
}

#geral, #centro_abaixo{
	width: 727px;
	margin: auto;
  	text-align: left;
}

#topo{
	height: 84px;
}

#logo{
	float: left;
	margin-top: 35px;
}

#centro{
	margin-top: 4px;
	margin-bottom: -4px;
	padding: 25px;
	color: #fff;	
	
}

#img_gerada{
	margin-left: 45px;
}

#abaixo{
	min-height: 200px;
	background: #ffffff url(../images/bg_down1.jpg) repeat-x;
	clear: both;
}

#centro_abaixo{
	width: 657px;
	padding: 15px 35px;
	min-height: 132px;
	background: #ffffff url(../images/bg_down2.jpg) no-repeat;	
}

h1, h2{
	font-size: 1.4em;
	font-weight: normal;
	color: #ffbb03;
}

h3{
  line-height: 35px;
  font-size: 1em;
}

/* lista */

#menu_principal{
	float: right;
	margin: 40px 20px 0 0;
	background-color: #605c5b;
	
}

ul{
  list-style: none;
  text-transform: uppercase;
  }

#menu_principal ul{
	
	margin: 8px 12px 8px 8px;
}

#menu_principal li{
	display: inline;
	padding: 0 7px 0 7px;
	
}

#centro_abaixo li{
	display: inline;
	padding: 0px 7px 0 7px;
	margin: 10px;
}

#centro_abaixo ul{
	margin-top: 20px;
}

  
/* links */

a:link, a:visited, a:active{
	color: #fff;
	text-decoration: none;
	font-size: 0.9em;
}

a:hover{
  color: #ffbb03;
}

/* formulario */

legend{
	margin-left: -6px;
	border-bottom: 1px dotted #989795;
}

input, textarea, select{    	
	background-color: #ededed;
	width: 22em;
	color: #777;
	font-size: 1em;
	font-family: "Trebuchet MS","Lucida Sans Unicode", verdana, helvetica, sans-serif;
	padding: 2px;
	padding-left: 5px;
}

.opcao, .opcao_radio{
	width: 2em;
	background-color: transparent;
	border: 0;
	padding: 0;
}
   
.opcao_radio{
	margin: 0 5px 0 0px;
}

select{
	width: 22.6em;
}

label{
	display: block;
	width: 85px;
	float: left;
	margin: 0px 0px 5px 0px;
}

fieldset{
	border: 0;
	margin: 15px 0 0px 0;
}

.botao{
	margin-left: 85px;
	height: 18px;
}

.botao_personalizar{
	width: 40px;
	height: 20px;
	border-bottom: 2px solid #ffbb03;
}

.botao_destaque{
	font-weight: bold;
	color:#ffbb03;
}

.destaque3{
  font-size: 1.6em;
	font-weight: bold;
	color: #ffbb03;
}

.destaque4{
  font-size: 2.2em;
	font-weight: bold;
	color: #ffbb03;
}

.peq{
	width: 55px;
}

.peq2{
	width: 57px;
}

.peq3{
	width: 20px;
	text-align: center;
	padding-right: 6px;
}

.input_peq{
	width: 140px;
	margin-right: 5px;
}

.direita{
	float: right;
	width: 235px;
	/*border-left: 1px solid #989795;*/
	border-left: 1px dotted #989795;
	margin-right: -5px;
	padding-left: 15px;
	min-height: 400px;
	
}

.esquerda{
	float: left;
	width: 400px;
	
}

.oculta, .esconde{
	display: none;
}

.mostra{
	display: inline;
}

#loading{
	margin-top: 140px;
	margin-left: -190px;
	position: absolute;
	z-index: 9;
}

/* personalizar */
.aviso { 
	width: 500px;
	text-align: left;
	margin-left: 45px;
	margin-top: -25px;
	margin-bottom: 5px;
	color: #ffbb03;
}

html>body .aviso {
	float: left;
}

/* paginacao */

table, tr, td{
  border: 1px solid #efefef;
  
}

table{
  width: 100%;
}

.paginacao {
     clear: both;
     text-align: center;
     margin-top: 5px;
}

#escolhe_personaliza{
  overflow: auto;
  height: 400px;
  width: 230px;
}

.minicapa{
  border: 3px solid #ccc;
  cursor: pointer;
}

#escolhe_personaliza .minicapa{
  margin: 4px;
}

body {
  scrollbar-arrow-color:#ccc;
  scrollbar-3dlight-color:#fff;
  scrollbar-highlight-color:#ccc;
  scrollbar-face-color:#FFFFFF;
  scrollbar-shadow-color:#ccc;
  scrollbar-darkshadow-color:#fff;
  scrollbar-track-color:#efefef;
}

.resultado{
  background-color: #777;
  color: #fff;
}

.destaque{
  color: #777;
  text-transform: uppercase;
  background-color: #ccc;
  font-weight: bold;
}

.destaque2{
  color: #ffbb03;
  font-weight: bold;
  }

/*  
em{
	position: absolute;
	z-index: 2;
	padding: 1px 4px 2px 4px;
	display: none;
	background-color: #ccc;
	margin-left: 60px;
	margin-top: -30px;
	color: #777;
	font-weight: bold;
	cursor: pointer;
}
*/

em{
	position: absolute;
	z-index: 2;
	padding: 1px 4px 2px 4px;
	display: none;
	background-color: #ccc;
	margin-left: -48px;
	margin-top: 7px;
	color: #777;
	font-weight: bold;
	cursor: pointer;
}

.esq{
  float: left;
}

.dir{
  float: right;
}

fieldset{
  line-height: 5px;
}

fieldset label{
   line-height: 15px;
}

.pointer{
  cursor: pointer;
}

.alinha_direita{
  text-align: right;
}

.alinha_centro{
  text-align: center;
}
