/* Reset */
html {
	font-size: 62.5%;
}
body {
	margin: 0 auto;
	min-width: 852px;
	width: 852px;
}
body * {
	font-size: 1em;
	position: relative;
	font-family: sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
}
hr {
	border-style: solid;
	border-width: 1px;
	color: #ccc;
	width: 88%;
	margin: 0.5em auto;
	display: block;
}
select, option, textarea{
	padding: 1px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}
a {
	text-decoration: none;
	color: black;
}
a * {
	cursor: pointer;
}
label, fieldset {
	display: block;
}
input, img {
	display: inline-block;
}
textarea,
select,
input {
	border: 1px solid #d3d3d3;
}
input[type="image"] {
	border: 0;
}
select,
input[type="text"],
input[type="file"],
input[type="password"] {
}
input[type="file"] {
}


/******************************************************************************/


/* Alinhamento */
.fl {
	float: left !important;
}
.fr {
	float: right !important;
}
.cl {
	clear: both !important;
}
.cn {
	clear: none !important;
}
.cm {
	margin: 0 auto;
}


/* Box model */
*.bl {
	display: block;
}
*.in {
	display: inline !important;
}
*.inbl {
	display: inline-block;
}


/* Divisor */
.fio {
	height: 1px !important;
	font-size: 1px !important;
}


/******************************************************************************/


/* Decorativas */

/* Fita de background */
html {
	background-repeat: repeat-x;
	background-position: 114px 140px;
	background-image: url('../../imagens/site/degra.png');
}
select, option, input, textarea {
	background-color: #fbfbfb;
}
select, option, input {
	color: #666;
}
/* Cores */

.vd {
	color: #004812 !important;
}
.vdc {
	color: #a3b638 !important;
}
.vm {
	color: #820024 !important;
}
.vmc {
	color: #d9b2bd !important;
}
.am {
	color: #d6e03e !important;
}
.cz {
	color: #666 !important;
}
.czc {
	color: #ccc !important;
}
.bgbc {
	background-color: white !important;
}
.bgvd {
	background-color: #004812 !important;
}
.bgvdc {
	background-color: #548058 !important;
}


/* Botoes */
.botao {
	display: inline-block !important;
	vertical-align: baseline;
	background-repeat: no-repeat;
	background-position: top right;
	text-align: center;
	zoom: 1;
}
.botao span {
	margin: 0;
	display: inline-block !important;
}
.botao span.leg {
	height: 100%;
	letter-spacing: normal;
}
input.botao {
	position: absolute;
	top: 0 !important;
	left: 0 !important;
	z-index: 20 !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 100%;
	height: 100% !important;
	border: 0 !important;
	cursor: pointer;
	filter: alpha(opacity=0) !important;
	-moz-opacity: 0  !important;
	opacity: 0  !important;
}

.botao.pq {
	height: 20px;
	line-height: 17px;
	font-size: 13.3px;
	padding-right: 12px;
	background-image: url('../../imagens/site/tampa_bt_pq.png');
}
.botao.pq span.leg {
	padding-left: 12px;
}

.botao.md {
	height: 30px;
	line-height: 26px;
	font-size: 20.33px;
	padding-right: 16px;
	background-image: url('../../imagens/site/tampa_bt_md.png');
}
.botao.md span.leg {
	padding-left: 16px;
}

.botao.gd {
	height: 46px;
	line-height: 40px;
	font-size: 28.32px;
	padding-right: 22px;
	background-image: url('../../imagens/site/tampa_bt_gd.png');
}
.botao.gd span.leg {
	padding-left: 22px;
}

img.remove {
	padding-left: 2px;
	vertical-align: bottom;
}

/* Bordas */
.bb1 {
	border: 1px solid black;
}

.bb4 {
	border: 4px solid black;
}


/* Bordas arredondadas */
img.td, img.te, img.bd, img.be{
	z-index: 20;
	position:absolute;
	display:block;
}
img.td, img.te {top: 0px;}
img.bd, img.be {bottom: 0px;}
img.td, img.bd {right: 0px;}
img.te, img.be {left: 0px;}
img.td { clip: rect( 0px,64px,32px,32px); }
img.te { clip: rect( 0px,32px,32px, 0px); }
img.bd { clip: rect(32px,64px,64px,32px); }
img.be { clip: rect(32px,32px,64px, 0px); }


div.painelpreto {
	position: absolute;
	top: 0;
	left: 0;
	width: 101%;
	height: 101%;
	background-color: black;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}

/******************************************************************************/


/* Texto */
.g *, *.g {
	font-family:
		'Grandesign Neue Roman',
		'Myriad Pro',
		'Myriad Web',
		'Myriad',
		'HelveticaNeue-light',
		'Helvetica Neue',
		'Lucida Grande',
		'Segoe UI',
		'Cambria',
		'Geneva',
		'Helvetica',
		'Arial',
		sans-serif;
	letter-spacing: -1px;
}

.f span, span.f {
	font-family: Futura, helvetica, arial, sans-serif;
}

.j {
	text-align: justify;
}
.l {
	text-align: left;
}
.r {
	text-align: right;
}
.c {
	text-align: center;
}

.i,
.bi {
	font-style: italic !important;
}
.b,
.bi {
	font-weight: bold !important;
}


/******************************************************************************/


/* Posicionamento */
#cabecalho {
	height: 140px;
}
#cabecalho #logo,
#cabecalho #login {
	position: absolute;
}

#logo {
	top: 24px;
	left: 0;
	width: 205px;
	height: 106px;
}

#frase {
	top: 32px;
	left: 256px;
	width: 260px;
	height:88px;
}

#busca_topo {
	position: absolute;
	top: 32px;
	left: 231px;
	width: 390px;
	height: 80px;
}

#campo_busca_topo input {
	width:286px;
	height:22px;
	border-width:2px;
}

#botao_achar_topo {
	position: absolute;
	right: 0;
	top: 0;
}

#login {
	top: 36px;
	right: 44px;
	width: 160px;
	height:88px;
}
#login form {
	/*padding-right: 10px;*/
}
#login  table input {
	margin-left: 4px;
	width: 100px;
	height: 18px;
	margin-bottom: 0 !important;
}
#login label {
	margin-bottom: 3px !important;
}


#chamada {
	height: 82px;
	padding-top: 6px;
	margin-bottom: 20px;
}


#meio {
	width:100%;
	overflow: hidden;
}


#rodape {
	padding-top: 60px;
	height: 40px;
}

#rodape div.fl a {
	padding-left: 4px;
	padding-right: 4px;
}


/******************************************************************************/


/* Tipografia */
h1 {
	font-size: 19.1px;
}

#frase span {
	font-size: 25.88px;
	line-height:0.94;
}
#campo_busca_topo input {
	font-size:20px;
}
#login label span {
	font-size:12.93px;
}
#login #logado {
	font-size: 12.93px;
	top: 17px;
}
#login #logado div {
	margin-bottom: 8px;
}
#esqueci {
	font-size: 11px;
}

#vejatodos, #buscaavancada {
	font-size: 11.55px;
}

#rodape {
	font-size: 15px;
}

span.lege {
	font-size: 27.88px;
}
span.sub-lege {
	font-size: 11.94px;
}

#bread {
	font-size: 14.85px;
	padding-top: 15px;
	height: 75px;
}

/************************************BOLHA*************************************/

div.bubble {
	position: absolute;
	z-index: 100;
	width: 216px;
	padding: 5px;
	border: solid 1px #cca;
	outline: solid 1px #666;
	display: none;
	visibility: hidden;
	background-color: #ffc;
	font-size: 12px;
	color: #004812;
}
