
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family : verdana;
	font-size: 12px;
}
body {
	line-height: 1;
	background-color: #fff;
	_text-align: center;
}
html, body, #principal {
	height: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, 
blockquote:after,
q:before, 
q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p {
	line-height: 1.5em;
	margin-bottom: 8px;
	color: #555655;
}
a {
	text-decoration: none;
}

/* css página home */

/* PRINCIPAL */
div#principal {
	width: 680px;
	margin-left:-340px;
	height: 530px;
	margin-top:-265px;
	position:absolute;
	top:50%;
	left:50%;
	overflow:hidden;
/*}*/
/* CONTEÚDO AVISO TEMPORARIO */
/*div#principal.principalAvisoTemp {
	width: 930px;
	margin-left:-465px;*/
}
/* CONTEÚDO AVISO TEMPORARIO */
/* CONTEÚDO AVISO TEMPORARIO */
div#avisoTemp{
	float:left;
	width:230px;
	margin:0;
	border:0;
	padding:50px 20px 0 0;
	text-align:center;
}
div#avisoTemp p{
	color:#4f2608;
}
/* CONTEÚDO */
div#conteudo {
	background: transparent url("/shared/home_bg_pt.gif") no-repeat left;
	position: relative;
	top:0;
	left: 0;
	width: 650px;
	height: 530px;
	padding:0;
}
	/* CONTEÚDO AVISO TEMPORARIO */
/*div#conteudo.conteudoAvisoTemp {
	margin-left:250px;
}*/
	/* CONTEÚDO AVISO TEMPORARIO */

div#conteudo_en {
	background: transparent url("/shared/home_bg_en.gif") no-repeat left;
	position: relative;
	top:0;
	left: 0;
	width: 650px;
	height: 530px;
	padding:0;
}
	/* CONTEÚDO AVISO TEMPORARIO */
/*div#conteudo_en.conteudoAvisoTemp {
	margin-left:250px;
}*/
	/* CONTEÚDO AVISO TEMPORARIO */
/* LOGO */
div#logo_pt {
	width: 648px;
	height: 620px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
div#logo_en {
	width: 600px;
	height: 620px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: transparent url("/shared/home_bg_en.gif") no-repeat left;
}


/* CAMPO BUSCA */
div#buscaHome {
	position: relative;
	padding-top: 30px;
}
div#menu form#busca {
	margin: 5px 50px 0 0;
	_margin: 6px 16px 0 0;
}
.campo-busca {
	border: 1px solid #979B38;
	margin: 0;
}
.btnBusca {
	position:relative; 
	top: 5px;
	_top: 4px;
}

/* LANG */
div#lang {
	position: relative;
	width: 100px;
	height:14px;
	text-align: left;
	margin: 30px 43px 0 0;
	_margin: 30px 22px 0 0;
	font-family: "trebuchet MS";
	color: #62401B;
	font-weight: bold;
	font-size:12px;
	top:320px;
	*top:300px;
	left: 313px;
	_left: 48px;
}
div#lang a,
div#lang a:link {
	color: #62401B;
}
div#lang a:hover {
	text-decoration: underline;
}

div#lang img {
	position: relative;
	top: 2px;
}
