@charset "utf-8";
body {
	padding:0;
	margin:0;
	background:#F4F3F0;
}

#tela_lance { position: relative; left: 0px; top: 0px; width: 100%; z-index: 1;}

.fd_topo { background-image: url(img_leilao/fd_topo.jpg); background-repeat: no-repeat; background-position: center top;}
.titulo_apoiadores {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #111111;
	text-decoration: none;
}
.titulo_autenticacao {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
}
.titulo_form_aut {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #622F00;
	text-decoration: none;
}

.texto_rodape {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.titulo_rodape {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
}
.fonte_logar {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration: underline;
}
.fonte_padrao {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
}
.fonte_senha {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}

.link {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
}
.link:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration: underline;
}
.campo_form1 {
	height: 30px;
	width: 339px;
}
.campo_form_senha {
	height: 30px;
	width: 139px;
}
.fonte_br_and {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.fonte_bt_and {
	font-family: Helvetica;
	font-size: 13px;
	font-weight: bold;
	color: #622F00;
	text-decoration: none;
}
.fonte_bt_and:hover {
	font-family: Helvetica;
	font-size: 13px;
	font-weight: bold;
	color: #622F00;
	text-decoration: underline;
}
.titulo_historico {
	font-family: Helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
a.logos_cooperativas { border:#000 1px solid; margin:10px auto; width:140px; height: 100px; display:inline-block; vertical-align:top; text-align:center; vertical-align:middle; border-radius:7px; overflow:hidden; padding:5px; transition: border ease-in-out .5s; }
a.logos_cooperativas img{ max-width:100%; height:auto;}
a.logos_cooperativas:hover { border: #FFF 1px solid;}

#tamanho-padrao {
	width:1024px;
	position:relative;
	left:50%;
	background:#333
} 
.btn-marrom {
	padding:10px 20px;
	background:#462100;
	color:#FFF;
	border:none;
	font-size:10px;
	cursor:pointer;
	transition:0.5s;
}
.btn-marrom:hover {
	opacity:0.8;
}
#painel-leiloes {
	float:right;

}
.left {
	float:left;
}