/* GERAL */
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700,300);
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');

html, body, #wrap { height: 100%; }
fieldset legend { display: none; }
.clear-both { clear: both; }
.centralizar { display: block; max-width: 1170px; margin: 0 auto; text-align: justify; }
.sucesso { border-color: #9ADF8F; background: url('../images/icones/success.png') no-repeat; color: #339900; margin-left:40px; width:300px; }
.sucesso span {margin-left:20px; font: bold  13px Verdana, Geneva, sans-serif;  }
.fracasso { border-color: #DF8F8F; background: url('../images/icones/error.png') no-repeat; color: #cc0000; margin-left:40px; width:300px; }
.fracasso span {margin-left:20px; font: bold  13px Verdana, Geneva, sans-serif;  }
.botao {float: left; width: 150px!important; height: 45px; cursor: pointer; font: 16px/45px 'Popins', sans-serif; font-weight: 900; text-align: center; text-decoration: none; text-transform: uppercase; background: #ed1d24; color: #fff;}
.botao:hover {background:#F60;}
.botao-prazo {float: left; width: 150px!important; height: 45px; cursor: pointer; font: 16px/45px 'Popins', sans-serif; font-weight: 900; text-align: center; text-decoration: none; text-transform: uppercase; background: #275619; color: #fff;}
.botao-ŕazo:hover {background:#F60;}

.bloco-cinza { float: left; padding: 20px 0; width: 100%; background: #f3f3f3; }

.paginacao {float: left; width: 330px; margin: 20px 0; position: relative; left: 50%; margin-left: -165px;}
.mais-pag { float: left;  padding: 0 10px; font: 16px/38px 'Lato', sans-serif;   }
.botao-paginacao { float: left; height: 40px; cursor: pointer; margin: 0 3px 3px 0; font: 14px/40px "Trebuchet MS", Arial, Helvetica, sans-serif; color: #fff; text-align: center; text-decoration: none; background: #ed1d24; text-transform: uppercase; padding: 0 10px;}
.botao-paginacao:hover { background: #F60;}

.jp-first { float: left; height: 40px; cursor: pointer; margin: 0 3px 3px 0; font: 14px/40px "Trebuchet MS", Arial, Helvetica, sans-serif; color: #fff; text-align: center; text-decoration: none; background: #ed1d24; text-transform: uppercase; padding: 0 10px;}
.jp-first:hover { background: #F60;}

.jp-last { float: left; height: 40px; cursor: pointer; margin: 0 3px 3px 0; font: 14px/40px "Trebuchet MS", Arial, Helvetica, sans-serif; color: #fff; text-align: center; text-decoration: none; background: #ed1d24; text-transform: uppercase; padding: 0 10px;}
.jp-last:hover { background: #F60;}

.holder a { float: left; height: 40px; cursor: pointer; margin: 0 3px 3px 0; font: 14px/40px "Trebuchet MS", Arial, Helvetica, sans-serif; color: #fff; text-align: center; text-decoration: none; background: #ed1d24; text-transform: uppercase; padding: 0 10px;}


.jp-previous { float: left; height: 40px; cursor: pointer; margin: 0 3px 3px 0; font: 14px/40px "Trebuchet MS", Arial, Helvetica, sans-serif; color: #fff; text-align: center; text-decoration: none; background: #ed1d24; text-transform: uppercase; padding: 0 10px;}
.jp-previous:hover { background: #F60;}

.jp-next { float: left; height: 40px; cursor: pointer; margin: 0 3px 3px 0; font: 14px/40px "Trebuchet MS", Arial, Helvetica, sans-serif; color: #fff; text-align: center; text-decoration: none; background: #ed1d24; text-transform: uppercase; padding: 0 10px;}
.jp-next:hover { background: #F60;}

.jp-current { float: left; height: 40px; cursor: pointer; margin: 0 3px 3px 0; font: 14px/40px "Trebuchet MS", Arial, Helvetica, sans-serif; color: #fff; text-align: center; text-decoration: none; background: #ed1d24; text-transform: uppercase; padding: 0 10px;}
.jp-current:hover { background: #F60;}


/****** Inicio acertos *******/
/* ACESSO CERTIFICADO DIGITAL*/
.box-certificado {margin-top: 130px; width:90%;text-align:center;}
.box-certificado h2 {float: left; padding:2%;  width:90%;text-align:center; color: #124191;font: 23px/20px 'PT Sans', sans-serif; font-weight:900; text-transform: uppercase;}

.botao-acesso-certificado-acesso {
	float: left;
	background: #ed1224;
	color: #fff !important;
	height: 45px;
	cursor: pointer;
	font: 16px/45px 'Popins', sans-serif;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: auto;
	min-width: 100px;
}

.texto-titulo2 {
	color: #ff0000;
	font-weight: 700;
	width: 302px;
}

.texto-titulo3 {
	color: #ff0000;
	font-weight: 700;
	text-align: right;
	width: 172px;
}

.tbl-prop {
	text-align: right;
}

.tbl-propo1 {
	text-align: justify;
}

.tempo {
	float: left;
	width: 100%;
	font: 20px/45px 'Popins', sans-serif;
	font-weight: 900;
	text-align: center;
	background-color: #faaf4e;
	color: teal;
	text-decoration: none;
	line-height: 1.5;
}


/****** Fim acertos *******/


video::-internal-media-controls-download-button {
	display:none;
}

video::-webkit-media-controls-enclosure {
	overflow:hidden;
}

video::-webkit-media-controls-panel {
	width: calc(100% + 30px); /* Adjust as needed */
}


.btn-warning {
	background-color: #fea223;
	border-color: #fea223;
	color: #fff !important;
}
.btn-info {
	background-color: #3fbae4;
	border-color: #3fbae4;
	color: #fff !important;
}
.btn-success {
	background-color: #95b75d;
	border-color: #95b75d;
	color: #fff !important;
}
.btn-danger {
	background-color: #b64645;
	border-color: #b64645;
	color: #fff !important;
}

.link { font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif; color: #ed1d24; text-decoration: none; } 
.link:hover {text-decoration: underline;}
body > #wrap { height: auto; min-height: 100%; overflow-x: hidden; }
.titulo { float: left; width: 100%;font: 32px/36px 'Poppins', sans-serif; font-weight: 700; text-transform:uppercase; text-align: center; color: #ed1d24;  }

.titulo-quadros { float: left; min-width: 15%; padding: 0 10px; font: 16px 'Poppins', sans-serif; font-weight: 600; line-height:22px; background: #fff; text-transform:uppercase; text-align: center; color: #000;  margin-top: -20px; left: 50%;
position: absolute; transform: translateX(-50%); }
.titulo-secundario { float: left;  width: 100%; font: 16px 'Poppins', sans-serif; font-weight: 600; line-height:20px; text-transform:uppercase; text-align: center; color: #636363; margin-bottom: 10px; margin-top: 10px;}
.texto { float: left; width: 100%; font: 16px/18px 'Popins', sans-serif; color: #000; text-decoration: none; text-align: justify; margin-bottom:10px!important; }

/* FORMUL�RIOS */
.formulario { float: left; width: 96%; padding: 0 1%; }
.formulario small { float: left; width: 130px; height: 15px!important; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; line-height: 25px; font-size: 14px; color:#666; margin-bottom: 10px; padding: 0 20px 0 0; }
.formulario label { float: left; width: 100%; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; line-height: 15px; font-size: 14px; color:#666; margin: 5px 0 0 0;  }
.formulario label span { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; line-height: 15px; font-size: 14px; color:#F30; }
.formulario input { float: left; width: 98%; padding: 0 1%; height: 45px; border: none; font: 16px/35px Arial, Helvetica, sans-serif; background: #e7e7e7; color: #636363; margin-bottom: 10px;  }
.formulario select { float: left; width: 100%; padding: 0 1%; height: 45px; border: none; font: 16px/35px Arial, Helvetica, sans-serif; background: #e7e7e7; color: #636363; margin-bottom: 10px;  }
.formulario input[type="radio"]  { float: left; width: 15px; height: 15px; border: none; background: none; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; margin-right: 8px; }
.formulario input[type="checkbox"]  { float: left; width: 15px; height: 15px; border: none; background: none; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; margin-right: 3px; }
.formulario input[type="submit"]{float: left; width: 150px!important; height: 45px; cursor: pointer; font: 16px/45px 'Popins', sans-serif; font-weight: 500; text-align: center; text-decoration: none; text-transform: uppercase; background: #ed1d24; color: #fff;}
.formulario input[type="submit"]:hover { background:#F60;}
.formulario textarea { float: left;width: 98%; padding: 10px 1%; height: 108px; border: none; font: 16px Arial, Helvetica, sans-serif; background: #e7e7e7; color: #636363; resize: none;}
.formulario .certo { background: #e9f9e6 url('../images/icones/success.png') no-repeat right center; border-color: #227b16 #87d97b #87d97b #227b16; color: #227b16;}
.formulario .errado { display: block; background: #f9e6e6 url('../images/icones/error.png') no-repeat right center; border-color: #cb0000 #d97b7b #d97b7b #cb0000; color: #cb0000; }
.notificacao { float: left; margin: 0 0 10px 0; width: 100%!important; font: bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif; border: 1px solid; background-position: 10px center!important; }
.sucesso { border-color: #9ADF8F; background: #D5FFCE url('../images/icones/success.png') no-repeat; color: #339900; width:300px; }
.sucesso .trata-texto-msg {float: left!important; margin-left:40px!important; font: bold 12px Verdana, Geneva, sans-serif!important; color: #539B2D!important; padding: 10px 0!important;  }
.fracasso { border-color: #DF8F8F!important; background: #FFCECE url('../images/icones/error.png') no-repeat;  }
.fracasso .trata-texto-msg {float: left!important; margin-left:40px!important; font: bold 12px Verdana, Geneva, sans-serif!important; color: #B1221B!important; padding: 10px 0!important;   }
.formulario .certo-inf { display: inline; color: #227b16; margin-top: 5px; }
.formulario .errado-inf { display: inline; color: #900; margin-top: 5px; }
.modal a.close-modal[class*="icon-"] {
	top: -10px;
	right: -10px;
	width: 20px;
	height: 20px;
	color: #fff;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
	text-indent: 0;
	background: #ff0000;
	border: 2px solid #fff;
	-webkit-border-radius:  26px;
	-moz-border-radius:     26px;
	-o-border-radius:       26px;
	-ms-border-radius:      26px;
	-moz-box-shadow:    1px 1px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
	box-shadow:         1px 1px 5px rgba(0,0,0,0.5);
}


#obsprod {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 25px;
	text-align: justify;
}

#obsprod ul {
	list-style-type: square;
	list-style-position: inside;
	margin-left: 0;
	padding-left: 5em;
	text-indent: -2em;
	width:90%;
	text-align:justify;
}

.pdfobject-container { height: 700px !important;}
.pdfobject { border: 1px solid #666; }

.holder {
	margin: 15px 0;
}

.holder a {
	font-size: 12px;
	cursor: pointer;
	margin: 0 5px;
	color: #333;
}

.holder a:hover {
	background-color: #222;
	color: #fff;
}

.holder a.jp-previous { margin-right: 15px; }
.holder a.jp-next { margin-left: 15px; }

.holder a.jp-current, a.jp-current:hover {
	color: #FF4242;
	font-weight: bold;
}

.holder a.jp-disabled, a.jp-disabled:hover {
	color: #bbb;
}

.holder a.jp-current, a.jp-current:hover,
.holder a.jp-disabled, a.jp-disabled:hover {
	cursor: default;
	background: none;
}

.holder span { margin: 0 5px; }

.notificacao {
 float: left; 
 width: 98%;
 padding: 10px 0; 
 line-height: 15px;
 border: 1px solid;
 background-position: 10px center !important; background-repeat: no-repeat !important;
 font-size: 12px;
 cursor:pointer;
 
}
.notificacao span { float: left; font-family: 'Open Sans', sans-serif; font-weight: 700; font-size: 16px; margin-left: 40px; }
.notificacao strong { font-size: 15px; }
.notificacao a { text-decoration: underline; }
.notificacao a:hover { text-decoration: none; }
.notificacao.sucesso a { color: #539B2D }
.notificacao.fracasso a { color: #B1221B }

/* TOPO */
.topo { float: left; width: 100%; height: 105px; background: #fff; border-bottom: solid 1px #f3f3f3; }

/* ETIQUETA TOPO */
.label-promo { position: absolute; top: 75px; right: 30px; z-index: 999999;}

/* CIMA */
.cima {float: left; width: 100%; height: 32px; background: #ed1d24;}

/* MIGALHA DE P�O */
.migalha-de-pao { float: left; font: 14px/32px 'Oswald', sans-serif; color: #fff; font-weight:100; text-decoration: none;}
.migalha-de-pao span { font-size: 14px; margin-right: 5px; color: #ffe760; }

.logado { float: left; font: 14px/32px 'Oswald', sans-serif; color: #fff; font-weight:100; text-decoration: none; margin-left: 40%; }
.logado span { font-size: 14px; margin-right: 5px; color: #ffe760; padding-left: 5px; }

/* TELEFONE */
.telefone { float: right!important; font: 14px/32px 'Oswald', sans-serif; color: #fff; font-weight:700; text-decoration: none;}
.telefone i { font-size: 14px; margin-right: 5px; color: #ffe760; }

/* LOGO */
.logo a img {float: left; width: 179px; height: 38px; font-size: 0px; margin: 20px 0 0 -15px; }

/* NAVEGA��O PRINCIPAL*/
.menu-principal ul { float: right; list-style: none;}
.menu-principal li { float: right; position: relative; }
.menu-principal li a { float: right; padding: 0 6px; font: 16px/73px 'Oswald', sans-serif; color: #6c6c6c; font-weight: 400; text-transform:uppercase; text-decoration: none; }
.menu-principal li a:hover { color: #ed1d24; }
.menu-principal li a.ativo { color: #ed1d24; }
.menu-principal li a.btn-cadastro { color: #ed1d24; }
.menu-principal li a.btn-cadastro:hover { color: #F90; }
.fa-video-camera {  color: #ed1d24; margin-right: 5px;}
.menu-principal li a.btn-aovivo {color: #000;}
.menu-principal li a.btn-aovivo:hover {color: #F90;}

.dl-menuwrapper {display: none;}

/* SUBMENU > 1� N�VEL */
.menu-principal li ul { position: absolute; top: 73px; left: 0; width: 180px; z-index: 999; border-bottom: none; list-style: none;}
.menu-principal li ul li { width: 180px; height: 40px; margin: 0!important; padding: 0!important;  border-bottom: solid 1px #c4c4c4; }
.menu-principal li ul li a { display: block; width: 160px; height: 40px; line-height: 40px!important; background: #e9e9e9; text-align: left; text-transform: none; color: #6c6c6c!important; border-left: none; border-right: none; margin: 0!important; padding: 0 10px!important;  }
.menu-principal li ul li a:hover { color: #ed1d24!important; }

/* Navega��o Global > MOSTRA MENU QUANDO PASSAR O MOUSE */
.menu-principal li ul { visibility: hidden; }
.menu-principal li:hover ul,
.menu-principal li.hover ul { visibility: visible }

/* BANNER */
#content { float: left; width:100%; height:500px; }

/* CORPO */
.corpo { float: left; width: 100%; padding-bottom: 400px; }

/* QUADRO BUSCAR */
.quadro-buscar { position: relative; float: left; width: 98%;  padding: 2% 1% 1% 1%; border: solid 1px #ccc; margin: 20px 0;}
.quadro-buscar .titulo-quadros { margin-top: -32px!important; }
.quadro-buscar .formulario input{ width: 85%!important; margin: 0; }
.quadro-buscar .formulario input[type="submit"]{ float: right; width: 12%!important; margin: 0;}

/* QUADRO LOGIN */
.quadro-login { position: relative; float: left; width: 45%; min-height: 277px; padding: 2%; border: solid 1px #ccc; margin: 30px 0; margin-right: 1%; }
.quadro-login .titulo-quadros { margin-top: -25px!important; }
.quadro-login small { float: left; width: 100%; min-height: 150px; }

/* QUADRO TROCAR SENHA */
.quadro-trocar-senha { position: relative; float: left; width: 50%; min-height: 277px; padding: 2%; border: solid 1px #ccc; margin: 30px 0; margin-left: 32%; margin-top:10%}
.quadro-trocar-senha .titulo-quadros { margin-top: -25px!important; }
.quadro-trocar-senha small { float: left; width: 100%; min-height: 150px; }
.quadro-trocar-senha label {width: 200px; margin-left: 32%}
.quadro-trocar-senha input {width: 200px; margin-left: 32%}
.quadro-trocar-senha h1 {width: 100%; margin-left: 12%}

/* CHAMADAS */
.chamadas {list-style: none;}
.chamadas li { position: relative; float: left; width: 16.9%; padding: 1%; border: solid 1px #ccc; margin: 20px 0;  margin-right: 1%; }
.chamadas li a i { width: 100%; text-align: center; font-size: 48px; padding: 10px 0; color: #636363; }
.chamadas li a i:hover { color: #ed1d24; }

/* TABELA */
table { width: 100%; }
table thead tr th { border-bottom: 1px solid #d50000; font: bold 14px/28px "Trebuchet MS", Arial, Helvetica, sans-serif; color: #666a74; text-align:left;  }
table tbody { border-bottom: 1px solid #DDD; }
table tbody tr.alt-row { background: #f3f3f3; }
table tbody tr:hover { background: #FCC; }
table tbody tr td { padding: 3px 0; vertical-align: middle; font: 16px/20px "Trebuchet MS", Arial, Helvetica, sans-serif; color: #666a74; }
table tbody tr td:hover { background-color:#FCC;}
.ops tbody tr td:hover { background-color: #fff; }

.lblonus {
	text-align: right !important;
}

.vlronus {
	text-align: right !important;
	color:#ff0000;
}

.lblcompra {
	text-align: center !important;
}

.lotecompra {
	text-align: center !important;
	color: #ff0000;
}

.lblDescrixao {
	text-align: left !important;
}

.vlrCompra {
	text-align: right !important;
	color:#ff0000;
}

/* LEIL�ES */
.leiloes {list-style: none;}
.leiloes li { float: left; width: 23.7%; background: #FFF; margin-right: 1%; margin-bottom: 1%; border: solid 1px #dedede; min-height: 480px; position:relative }
.leiloes li:hover { background:#f9f9f9; }
.leiloes li a { text-decoration: none; } 
.leiloes li img { width: 100%; height: 186.6px !important;}
.leiloes li a .titulo-leilao { width: 98%; padding: 10px 1%; color: #ed1d24; text-align: center; font: 18px/18px 'Poppins', sans-serif; font-weight: 600; text-decoration: none;}
.leiloes li a .data-leilao, .hora-leilao { width: 98%; padding: 2px 1%; color: #636363; text-align: center; font: 18px/18px 'Poppins', sans-serif; font-weight: 600;}
.tipo-leilao { width: 98%; padding: 20px 1%; color: #000; text-align: center; font: 14px/14px 'Poppins', sans-serif; font-weight: 600;}
.local { width: 96%; padding: 10px 2%; color: #636363; text-align: center; font: 12px/15px 'Poppins', sans-serif; font-weight: 400;}
.btn-edital { float: left; width: 50%; height: 35px; background: #dedede; border-top: solid 1px #d7d7d7; font: 14px/35px 'Poppins', sans-serif; font-weight: 600; color: #636363; text-decoration: none; text-align: center;position:absolute;bottom: 0;}
.btn-lotes { float: right; width: 50%; height: 35px; background: #dedede; border-top: solid 1px #d7d7d7; font: 14px/35px 'Poppins', sans-serif; font-weight: 600; color: #636363; text-decoration: none; text-align: center;position:absolute;bottom: 0;right:0;}
.btn-edital:hover, .btn-lotes:hover { color: #ed1d24; }
.btn-local { font: 12px/12px 'Poppins', sans-serif; font-weight: 600; color: #ed1d24;}
.btn-local:hover { color: #F60; text-transform:none;}

/* EDITAIS */
.editais {list-style: none;}
.editais li { width: 98%; padding: 1%; border: solid 1px #ccc; margin-bottom: 10px; display: table; background: #FFF; }
.editais li .link-edital { float: left; width: 95%; font: 24px 'Poppins', sans-serif; font-weight: 700; text-transform:uppercase; text-align: left; color: #ed1d24; margin: 5px 0; text-decoration: none;}
.editais li .link-edital:hover { color:#F90;}
.editais li .btn-pdf { float: right;  }

/* LOTES */
.lotes {float: left; width: 100%; margin-top: 10px;}
.lotes li { width: 98%; padding: 1%; border: solid 1px #ccc; margin-bottom: 10px; display: table; background: #FFF; }
.lotes li .esquerda { float: left; width: 18%; padding-right: 1%; display: table-cell; vertical-align: top; }
.lotes li .esquerda .thumb-lote { float: left; max-width: 100%; }
.lotes li .meio { float: left; width: 55%; padding-right: 1%; height: 100%; position: relative; }
.lotes li .meio .titulo-lote { float: left; width: 100%; font: 24px/30px 'Poppins', sans-serif; font-weight:700; color: #ed1d24; }
.lotes li .meio span { float: left; width: 100%; font: 16px/24px 'Poppins', sans-serif; color: #636363; }
.lotes li .meio small { color: #ed1d24; }
.lotes li .direita { float: left; width: 23%; min-height: 200px; border-left: solid 1px #e2e2e2; padding-left: 1%; position: relative;}
.lotes li .direita .titulo-lance { float: left; width: 100%; font: 20px/20px 'Oswald', sans-serif; font-weight:700; color: #636363; text-align: center; text-transform: uppercase; }
.lotes li .direita .titulo-vlr-lance { float: left; width: 100%; font: 32px/50px 'Oswald', sans-serif; font-weight:700; color: #ed1d24; text-align: center; }
.lotes li .direita .botao { float: left; width: 100%!important; position:absolute; left: 10px; bottom:0; }

/* DETALHE LOTE */
.detalhe-lote { width: 100%;}
.titulo-leilao-e-lote { display: block;}
.titulo-leilao-e-lote-baixo { display: none;}
.detalhe-lote .esquerdo { float: left; width: 59%; }
.detalhe-lote .esquerdo h6 {
	font-size: x-small;
	color: #ff0000;
	text-align: center;
}

/* NAVEGA��O LOTES*/
.navegacao-lotes { float: left; width: 100%; margin-top: 10px;}
.navegacao-lotes .botao-esq {float: left; width: 100px; height: 45px; padding: 0 3px; cursor: pointer; font: 11px/45px 'Popins', sans-serif; font-weight: 500; text-align: center; text-decoration: none; text-transform: uppercase; background: #ed1d24; color: #fff;}
.navegacao-lotes .botao-esq:hover {background:#F60;}
.navegacao-lotes .botao-meio { position: relative; left: 50%; float: left; width: 100px; height: 45px; padding: 0 3px; cursor: pointer; font: 11px/45px 'Popins', sans-serif; font-weight: 500; text-align: center; text-decoration: none; text-transform: uppercase; background: #ed1d24; color: #fff; margin-left: -158.3px;}
.navegacao-lotes .botao-meio:hover {background:#F60;}
.navegacao-lotes .botao-sit { position: relative; left: 50%; float: left; width: 203px; height: 45px; padding: 0 3px; cursor: pointer; font: 20px/45px 'Popins', sans-serif; font-weight: 900; text-align: center; text-decoration: none; text-transform: uppercase; background: #ffff99; color: #ff0000; margin: 0 0 0 77px;}
.navegacao-lotes .botao-sit:hover {background:#F60;}
.navegacao-lotes .botao-dir {float: right; width: 100px; height: 45px; padding: 0 3px; cursor: pointer; font: 11px/45px 'Popins', sans-serif; font-weight: 500; text-align: center; text-decoration: none; text-transform: uppercase; background: #ed1d24; color: #fff;}
.navegacao-lotes .botao-dir:hover {background:#F60;}

/* BOT�ES LOTE ABAIXO DAS FOTOS */
.detalhe-lote .esquerdo .botoes-lote { list-style: none; margin-top: 20px; }
.detalhe-lote .esquerdo .botoes-lote li a { float: left; width: auto; height: 45px; cursor: pointer; font: 12px/45px 'Popins', sans-serif; font-weight: 500; text-align: center; text-decoration: none; text-transform: uppercase; background: #ed1d24; color: #fff; padding: 0 3px; margin-right: 3px; }
.detalhe-lote .esquerdo .botoes-lote li a:hover { background: #F60; }

.pergunta-lote { list-style: none; margin-top: 20px; }
.pergunta-lote li a { float: right; width: auto; height: 45px; cursor: pointer; font: 12px/45px 'Popins', sans-serif; font-weight: 500; text-align: center; text-decoration: none; text-transform: uppercase; background: #ed1d24; color: #fff; padding: 0 3px; margin-right: 75px; margin-top: -67px; }
.pergunta-lote li a:hover { background: #F60; }


/* VALOR AVALIADO E VALOR INICIAL*/
.numero-processo { float: left; width: 98%; font: 16px/45px 'Popins', sans-serif; font-weight: 700; background: #f2f2f2; text-align: center; margin-top: 20px; color: #646464;}
.valor-avaliado { float: left; width: 49%; font: 16px/45px 'Popins', sans-serif; font-weight: 700; background: #f2f2f2; text-align: center; margin-top: 20px; color: #646464;}
.valor-inicial { float: right; width: 49%; font: 16px/45px 'Popins', sans-serif; font-weight: 700; background: #f2f2f2; text-align: center; margin-top: 20px; color: #646464;}


/* DETALHE LOTE DIREITO*/
.detalhe-lote .direito { float: right; width: 40%; }
.detalhe-lote .direito .titulo { text-align: left;}
.detalhe-lote .titulo-secundario {line-height: 50px; margin: 0;}

.detalhe-lote .direito .titulos { float: left; width: 100%; font-size:18px; margin: 0;}
.detalhe-lote .direito .titulos .lance-atual { float: left; width: 65%; font: 32px/32px 'Poppins', sans-serif; font-weight: 700; text-transform:uppercase; color: #ed1d24; margin: 0 0 10px 0; text-align: left;}
.detalhe-lote .direito .titulos .cliente { float: right; width: 35%; font: bold 14px/32px 'Popins', sans-serif; color: #000; text-decoration: none;  text-align: right;}
.detalhe-lote .direito .lances-rapidos { list-style: none; }
.detalhe-lote .direito .lances-rapidos li a { font-size: 12px; float: left; display: block; width: 32%!important; margin-right: 1%; margin-bottom: 1%;  -webkit-touch-callout: none;
/* SERVE PARA N�O SELECIONAR O TEXTO QUANDO CLICA */
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#mensagem {
	margin-left: 10px;
	float: left;
	font-size: 20px;
	color: #ff0000;
	font-weight: 900;
	padding: 20px;
}

#form-inteligente label { float: left; font: 16px 'Poppins', sans-serif; font-weight: 600; line-height:20px; text-transform:uppercase; text-align: left; color: #636363; margin-bottom: 10px; padding-right: 5px;}
#form-inteligente input { width: 265px; font: 16px 'Poppins', sans-serif; font-weight: 900; line-height:40px; text-align: right; color: #636363;}
#form-inteligente .pergunta-lote { list-style: none; margin-top: 20px; }
#form-inteligente .pergunta-lote li a { float: right; width: auto; height: 45px; cursor: pointer; font: 12px/45px 'Popins', sans-serif; font-weight: 500; text-align: center; text-decoration: none; text-transform: uppercase; background: #ed1d24; color: #fff; padding: 0 3px; margin-right: 208px; margin-top: -67px; }
#form-inteligente .pergunta-lote li a:hover { background: #F60; }

.detalhe-lote .direito .titulo-incremento { float: left; font: 16px 'Poppins', sans-serif; font-weight: 600; line-height:30px; text-transform:uppercase; text-align: left; color: #636363; margin-bottom: 10px; }
.detalhe-lote .direito .titulo-incremento span { color: #ed1d24; }

.detalhe-lote .direito .historico-lances { list-style: none;}
.detalhe-lote .direito .historico-lances li { float: left; width: 100%; border-top: solid 1px #ccc; }
.detalhe-lote .direito .historico-lances .roll { background: #e2e2e2;}
.detalhe-lote .direito .historico-lances li span {float: left; width: 48%; padding: 0 1%; font: 15px/30px 'Poppins', sans-serif; font-weight:500; }
.detalhe-lote .direito .historico-lances li small {float: right; width: 48%; padding: 0 1%; font: 15px/30px 'Poppins', sans-serif; font-weight:500; text-align: right; }

.texto-detalhe { float: left; width: 100%; margin: 20px 0;}
.texto-detalhe iframe { float: left; width: 2%; margin-bottom: 20px; padding: 0 0 0 2%;}

/* RODAPE */
.rodape { float: left; position: relative; margin-top: -400px; height: 400px; width: 100%; clear:both; background: #212121;} 
.rodape .rodape-meio { float: left; width: 100%; height: 340px; }
.rodape .rodape-meio .coluna-rodape { float: left; width: 22%; height: 220px; margin-right: 3%; }
.rodape .rodape-meio .coluna-rodape .logo-rodape a img {float: left; max-width: 100%; font-size: 0px; margin: 40px 0; } 
.rodape .rodape-meio .coluna-rodape .contatos {list-style: none;}
.rodape .rodape-meio .coluna-rodape .contatos li i { float: left; color: #eece4d; font-size: 20px; margin-right: 10px;}
.rodape .rodape-meio .coluna-rodape .contatos li { float: left; width: 100%; color: #fff; padding: 10px 0; font: 16px 'Oswald', serif; font-weight: 100; text-decoration: none; }
.rodape .rodape-meio .coluna-rodape .titulo-rodape { flaot: left; height: 36px;  border-bottom: solid 1px #b8b8b8; margin: 20px 0 10px 0;}
.rodape .rodape-meio .coluna-rodape .titulo-rodape span { float: left; font: 28px/35px 'Poppins', sans-serif!important; color: #fff; font-weight:700!important;text-align: left; border-bottom: solid 2px #ed1d24;}
.rodape .rodape-meio .coluna-rodape .menu-rodape { float: left; width: 100%; list-style: none; }
.rodape .rodape-meio .coluna-rodape .menu-rodape li { float: left; width: 100%; border-bottom: solid 1px #141414; border-top: solid 1px #292929; }
.rodape .rodape-meio .coluna-rodape .menu-rodape li a { font: 18px/40px 'Poppins', sans-serif; color: #b8b8b8; text-decoration: none; text-transform:uppercase;  }
.rodape .rodape-meio .coluna-rodape .menu-rodape li a:hover { color: #ed1d24;}
.rodape .rodape-meio .coluna-rodape #fb-root { display: none; }
.rodape .rodape-meio .coluna-rodape .fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] { width: 100% !important; }
.formulario-rodape { float: left; width: 100%; }
.formulario-rodape small { float: left; width: 100%; height: 15px!important; font-family: 'Oswald', sans-serif; font-weight:100; line-height: 25px; font-size: 13px; color:#fff; margin-bottom: 20px; }
.formulario-rodape input { float: left; width: 98%; padding: 0 1%; height: 32px; border: none; font: 16px/32px Arial, Helvetica, sans-serif; background: #e7e7e7; color: #000; margin-bottom: 5px;  }
.formulario-rodape select { float: left; width: 100%; padding: 0 1%; height: 32px; border: none; font: 16px/32px Arial, Helvetica, sans-serif; background: #e7e7e7; color: #000; margin-bottom: 5px;  }
.formulario-rodape input[type="checkbox"]  { float: left; width: 15px; height: 15px; border: none; background: none; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; margin-right: 3px; margin-top: 5px; }
.formulario-rodape input[type="submit"]{float: left; width: 150px!important; height: 45px; cursor: pointer; font: 16px/45px 'Popins', sans-serif; font-weight: 500; text-align: center; text-decoration: none; text-transform: uppercase; background: #ed1d24; color: #fff;}
.formulario-rodape .certo { background: #e9f9e6 url('../images/icones/success.png') no-repeat right center; border-color: #227b16 #87d97b #87d97b #227b16; color: #227b16;}
.formulario-rodape .errado { display: block; background: #f9e6e6 url('../images/icones/error.png') no-repeat right center; border-color: #cb0000 #d97b7b #d97b7b #cb0000; color: #cb0000; }
.formulario-rodape input[type="submit"]:hover { background:#F60;}
.rodape .rodape-meio .coluna-rodape p { text-align: center; font: 16px 'Oswald', sans-serif!important; color: #fff; font-weight: 100!important;}
.rodape .rodape-meio .coluna-rodape .link-rodape { color: #fff!important; text-decoration: none; }
.rodape .rodape-meio .coluna-rodape .link-rodape:hover {text-decoration: underline; }
.rodape .baixo { float: left; width: 100%; background: #141414; }
.rodape .copyright { float: left; width: 38%; font: 14px/60px 'Oswald', serif; font-weight: 300; color: #fff; margin: 0 0 0 10px; }
.rodape .assinatura { float: right; width: 220px; height: 50px; }
.rodape .assinatura p { float: left; font: 14px/60px 'Oswald', serif; font-weight: 300; color: #fff; text-decoration: none; text-transform: uppercase; }
.rodape .assinatura a { float: right; width: 96px; height: 21px; background: url('../images/logo-multiplix.png') no-repeat 0 0; margin: 20px 10px 0 0; font-size:0px;}
.rodape .assinatura a:hover { float: right; width: 96px; height: 21px; background: url('../images/multiplix-hover.png') no-repeat 0 0; }

@media only screen and (min-width: 769px) and (max-width: 960px) {
	
	.centralizar { max-width: 98%; padding: 0 1%; }	
	
	/* LOGO */
	.logo a img { margin: 20px 0 0 0!important; } 
	
	.label-promo { display: none;}
	
	/* NAVEGA��O PRINCIPAL*/
	.menu-principal li a { padding: 0 4px; font: 13px/73px 'Oswald', sans-serif; }

	/* LOTES */
	.lotes li { width: 96%; padding: 1%; }
	.lotes li .direita .titulo-vlr-lance { font: 22px/50px 'Oswald', sans-serif; }
	.detalhe-lote .esquerdo .botoes-lote li a { font: 12px/45px 'Popins', sans-serif; }
	
	/*DETALHE LOTES*/
	.titulo-leilao-e-lote { display: block;}
	.titulo-leilao-e-lote-baixo { display: none;}
	.detalhe-lote .direito .titulos .lance-atual { width: 60%; font: 28px/32px 'Poppins', sans-serif!important; font-weight: 700!important; }
	.detalhe-lote .direito .titulos .cliente { width: 40%; }
	
	/* RODAPE */
	.rodape .rodape-meio .coluna-rodape .contatos li { font: 13px 'Oswald', serif; font-weight: 100; }
	.rodape .rodape-meio .coluna-rodape .contatos li.telefone-rodape { font: 26px 'Oswald', serif!important; }
	.formulario-rodape input, 
	.formulario-rodape select { font: 13px/32px Arial, Helvetica, sans-serif;  }
	.rodape .copyright { width: 60%; font: 14px/60px 'Oswald', serif; }

	
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
	
	.centralizar { max-width: 98%; padding: 0 1%!important; margin: 0!important;}
	
	.titulo { font: 20px/36px 'Poppins', sans-serif; font-weight:700; }
	
	.label-promo { display: none;}
	
	/* MIGALHA DE P�O */
	.migalha-de-pao { margin-left: 10px;}

	/* TELEFONE */
	.telefone { margin-right: 10px;}
		
	/* NAVEGA��O PRINCIPAL*/
	.dl-menuwrapper {display: block;}
	nav { display: none; }


	/* EDITAIS */
	.editais li .link-edital { float: left; width: 90%; }
	.editais li .link-edital { font: 20px 'Poppins', sans-serif!important; font-weight: 700; }
	
	/* QUADRO BUSCAR */
	.quadro-buscar { width: 96%; margin: 30px 1%;}
	.quadro-buscar .formulario input{ width: 75%!important; margin: 0; }
	.quadro-buscar .formulario input[type="submit"]{ float: right; width: 22%!important; margin: 0;}
	
	
	/* QUADRO LOGIN */
	.quadro-login { width: 92%; min-height: 150px; margin: 20px 0; padding: 4%; }
	.quadro-login .titulo-quadros { margin-top: -32px!important; }
	.quadro-login small { min-height: 80px; }
	
	/* CHAMADAS */
	.chamadas {list-style: none; padding: 0 1%;}
	.chamadas li { width: 98%; padding: 1%; }
	.chamadas li .titulo-quadros { min-width: 15%!important;}
	/*.chamadas .duas-colunas { width: 46.5%!important; padding: 1%; }*/	
	
	/* LEIL�ES */
	.leiloes { padding: 0 1%; }
	.leiloes li { width: 48%; } 
	
	/* LOTES */
	.lotes li { width: 96%; padding: 1%; }
	.lotes li .esquerda { width: 30%; }
	.lotes li .meio { width: 68%; }
	.lotes li .meio .titulo-lote { font: 20px/30px 'Poppins', sans-serif; font-weight:700; }
	.lotes li .meio span { font: 14px/24px 'Poppins', sans-serif; }
	.lotes li .direita { width: 98%; min-height: 130px; border-top: solid 1px #e2e2e2; border-left: none; margin-top: 10px;}
	.lotes li .direita .titulo-lance { width: 100%; font: 20px/30px 'Oswald', sans-serif; font-weight:700; }
	.lotes li .direita .titulo-vlr-lance { font: 32px/50px 'Oswald', sans-serif; font-weight:700; }
	.lotes li .direita .botao { width: 100%!important; position:absolute; left: 2px; bottom:0; }

	
	/* DETALHE LOTE */
	.detalhe-lote { width: 98%; padding: 0 1%; position:relative; min-height: 1390px; }
	
	.titulo-leilao-e-lote { display: block;}
	.titulo-leilao-e-lote-baixo { display: none;}
	
	.detalhe-lote .esquerdo { float: right!important; width: 100%; position:absolute; top: 870px; right: 0; }
	
	/*BOTOES LOTE ABAIXO DA FOTO */	
	.detalhe-lote .esquerdo .botoes-lote { list-style: none; margin-top: 20px;  }
	.detalhe-lote .esquerdo .botoes-lote li a { float: left; width: auto; height: 45px; cursor: pointer; font: 13px/45px 'Popins', sans-serif!important; font-weight: 500; text-align: center; text-decoration: none; text-transform: uppercase; background: #ed1d24; color: #fff; padding: 0 3px; margin-right: 5px; }
	
	
	.detalhe-lote .direito { float: left!important; width: 100%; position:relative; top: 0; left: 0; }
	.detalhe-lote .direito .titulos .lance-atual { width: 60%; font: 28px/32px 'Poppins', sans-serif!important; font-weight: 700!important; }
	.detalhe-lote .direito .titulos .cliente { width: 40%; }
	.detalhe-lote .direito .texto { text-align: center;}
	.detalhe-lote .titulo-secundario {line-height: 50px; margin: 0; }
	
	.detalhe-lote .direito .titulos { float: left; width: 100%;}
	.detalhe-lote .direito .lances-rapidos { list-style: none;}
	.detalhe-lote .direito .lances-rapidos li a { float: left; font-size:12px; width: 32%!important; margin-right: 1%; margin-bottom: 1%; }
	.detalhe-lote .direito .titulo-incremento { float: left; font: 16px 'Poppins', sans-serif; font-weight: 600; line-height:20px; text-transform:uppercase; text-align: left; color: #636363; margin-bottom: 10px; }
	.detalhe-lote .direito .titulo-incremento span { color: #ed1d24; }
	
	.detalhe-lote .direito .historico-lances { list-style: none;}
	.detalhe-lote .direito .historico-lances li { float: left; width: 100%; border-top: solid 1px #ccc; }
	.detalhe-lote .direito .historico-lances .roll { background: #e2e2e2;}
	.detalhe-lote .direito .historico-lances li span {float: left; width: 48%; padding: 0 1%; font: 15px/30px 'Poppins', sans-serif; font-weight:500; }
	.detalhe-lote .direito .historico-lances li small {float: right; width: 48%; padding: 0 1%; font: 15px/30px 'Poppins', sans-serif; font-weight:500; text-align: right; }
	
	.texto-detalhe { float: left; position:relative; }
		
	/* RODAPE */
	.rodape { height: 816px!important; } 
	.rodape .rodape-meio { height: 668px; }
	.rodape .rodape-meio .coluna-rodape { width: 42%; height: 290px; padding: 1%; margin-bottom: 2%; margin-left: 1%;  }
	.rodape .baixo { width: 100%; height: 148px;}
	.rodape .copyright { width: 100%; font: 14px/74px 'Oswald', serif; font-weight: 100; text-align: center; margin: 0; }
	.rodape .assinatura { position: absolute; left: 50%; width: 220px; height: 21px; margin-left: -110px; margin-top: 100px; }
	.rodape .assinatura p { font: 12px/21px "Oswald", serif;  }
	.rodape .assinatura a { float: right; width: 96px; height: 21px; margin: 0 10px 0 0;}

	
	
	.paginacao {float: left; width: 380px; margin: 20px 0; position: relative; left: 50%; margin-left: -165px;}	
}


@media (max-width: 480px) {
	
	.centralizar { max-width: 98%; padding: 0 1%!important; margin: 0!important;}
	
	.titulo { font: 20px/36px 'Poppins', sans-serif; font-weight:700; text-align:center!important; }
	
	.formulario small { width: 100%; }
	
	/* MIGALHA DE P�O */
	.migalha-de-pao { margin-left: 10px;}
	
	.label-promo { display: none;}

	/* TELEFONE */
	.telefone { margin-right: 1px; margin-top: -33px;}
    .logado { float: left; font: 14px/32px 'Oswald', sans-serif; color: #fff; font-weight:100; text-decoration: none; margin-left: 40%; margin-top:-33px;}
    .logado span { font-size: 14px; margin-right: 5px; color: #ffe760; padding-left: 5px; }

    .holder {width: 250px !important; }
    .holder a {
        width:50px !important;
        font: 10px/40px "Trebuchet MS", Arial, Helvetica, sans-serif;
        height: 40px;
        padding-left: 0px;
        padding-right: 6px;
        padding-top: 0px;
        padding-bottom: 1px;
        text-align: center;
    }
    .confLance.modal p {
        padding-left: 17px !important;
        padding-right: 16px !important;
        padding-top: 35px !important;
        padding-bottom: 30px !important;
    }
    .confLance.modal p label {
        width: 50px !important;
    }
    .confLance.modal p .botao {
        width: 100px!important;
        font: 16px/45px 'Popins', san-serif !important;
    }

    .pergunta-lote {
        margin-top: 80px !important;
        margin-left: -41px !important;
        width: 350px !important;
    }



	/* NAVEGA��O PRINCIPAL*/
	.dl-menuwrapper {display: block;}
	nav { display: none; }


	/* QUADRO BUSCAR */
	.quadro-buscar { width: 96%; margin: 30px 1%;}
	.quadro-buscar .formulario input{ width: 69%!important; margin: 0; }
	.quadro-buscar .formulario input[type="submit"]{ float: right; width: 28%!important; margin: 0;}
	
		/* EDITAIS */
	.editais li .link-edital { float: left; width: 85%; }
	.editais li .link-edital { font: 20px 'Poppins', sans-serif!important; font-weight: 700; }
	
	/* QUADRO LOGIN */
	.quadro-login { width: 92%; min-height: 150px; margin: 20px 0; padding: 4%; }
	.quadro-login .titulo-quadros { margin-top: -32px!important; }
	.quadro-login small { min-height: 80px; }
	
	
	/* CHAMADAS */
	.chamadas {list-style: none; padding: 0 1%;}
	.chamadas li { width: 98%; padding: 1%; }
	.chamadas li .titulo-quadros { min-width: 15%!important;}
	/*.chamadas .duas-colunas { width: 46.5%!important; padding: 1%; }*/
	
	/* LEIL�ES */
	.leiloes { padding: 0 1%; }
	.leiloes li { width: 98%; } 
	
	/* LOTES */
	.lotes li { width: 96%; padding: 1%; }
	.lotes li .esquerda { width: 98%; padding: 1%; }
	.lotes li .esquerda .thumb-lote { float: left; width: 100%; }
	.lotes li .meio { width: 98%; padding: 1%; }
	.lotes li .meio .titulo-lote { font: 20px/30px 'Poppins', sans-serif; font-weight:700; text-align: center; }
	.lotes li .meio span { font: 14px/24px 'Poppins', sans-serif; text-align: center; }
	.lotes li .direita { width: 98%; min-height: 130px; border-top: solid 1px #e2e2e2; border-left: none; margin-top: 10px;}
	.lotes li .direita .titulo-lance { width: 100%; font: 20px/30px 'Oswald', sans-serif; font-weight:700; }
	.lotes li .direita .titulo-vlr-lance { font: 32px/50px 'Oswald', sans-serif; font-weight:700; }
	.lotes li .direita .botao { width: 100%!important; position:absolute; left: 2px; bottom:0; }
	
	/* DETALHE LOTE */
	.detalhe-lote { width: 98%; padding: 0 1%; position:relative; min-height: 1390px;}
	
	.titulo-leilao-e-lote { display: none;}
	.titulo-leilao-e-lote-baixo { display: block;}
	.detalhe-lote .esquerdo { float: right!important; width: 100%; position:absolute; top: 870px; right: 0; }
	
	/*BOTOES LOTE ABAIXO DA FOTO */	
	.detalhe-lote .esquerdo .botoes-lote { list-style: none; margin-top: 20px; }
	.detalhe-lote .esquerdo .botoes-lote li a { float: left; width: auto; height: 45px; cursor: pointer; font: 10px/45px 'Popins', sans-serif!important; font-weight: 500; text-align: center; text-decoration: none; text-transform: uppercase; background: #ed1d24; color: #fff; padding: 0 2px; margin-right: 3px; }
	
	
	.detalhe-lote .direito { float: right; width: 100%; }
	.detalhe-lote .direito .titulos { margin: 10px 0 0 0;}
	.detalhe-lote .direito .titulos .lance-atual { width: 60%; font: 28px/32px 'Poppins', sans-serif!important; font-weight: 700!important; }
	.detalhe-lote .direito .titulos .cliente { width: 40%; }
	.detalhe-lote .direito .texto { text-align: center;}
	.detalhe-lote .titulo-secundario {line-height: 50px; margin: 0; }
	
	.detalhe-lote .direito .titulos { float: left; width: 100%;}
	.detalhe-lote .direito .lances-rapidos { list-style: none;}
	.detalhe-lote .direito .lances-rapidos li a { float: left; font-size: 12px; width: 32%!important; margin-right: 1%; margin-bottom: 1%; }
	.detalhe-lote .direito .titulo-incremento { float: left; font: 16px 'Poppins', sans-serif; font-weight: 600; line-height:20px; text-transform:uppercase; text-align: left; color: #636363; margin-bottom: 10px; }
	.detalhe-lote .direito .titulo-incremento span { color: #ed1d24; }
	
	.detalhe-lote .direito .historico-lances { list-style: none;}
	.detalhe-lote .direito .historico-lances li { float: left; width: 100%; border-top: solid 1px #ccc; }
	.detalhe-lote .direito .historico-lances .roll { background: #e2e2e2;}
	.detalhe-lote .direito .historico-lances li span {float: left; width: 48%; padding: 0 1%; font: 15px/30px 'Poppins', sans-serif; font-weight:500; }
	.detalhe-lote .direito .historico-lances li small {float: right; width: 48%; padding: 0 1%; font: 15px/30px 'Poppins', sans-serif; font-weight:500; text-align: right; }
	
	.texto-detalhe { float: left; margin: 20px 0;}
		
	/* RODAPE */
	.rodape { height: 1398px; } 
	.rodape .rodape-meio { height: 1270px; }
	.rodape .rodape-meio .coluna-rodape { width: 94%; height: 290px; padding: 1%; margin-bottom: 2%; margin-left: 1%;  }
	.rodape .baixo { width: 100%; height: 148px;}
	.rodape .copyright { width: 100%; font: 14px/74px 'Oswald', serif; font-weight: 100; text-align: center; margin: 0; }
	.rodape .assinatura { position: absolute; left: 50%; width: 220px; height: 21px; margin-left: -110px; margin-top: 100px; }
	.rodape .assinatura p { font: 12px/21px "Oswald", serif;  }
	.rodape .assinatura a { float: right; width: 96px; height: 21px; margin: 0 10px 0 0;}

	.paginacao {float: left; width: 380px; margin: 20px 0; position: relative; left: 50%; margin-left: -165px;}
		
}

