* { margin: 0; padding: 0; list-style: none; border: 0;}
html {
	height: 100%;
}
body {
	color: #333;
	font: 11px Arial, Helvetica, sans-serif;
}
p { margin-bottom: 15px;}

#global {
	margin: 0 auto;
	width: 792px;
}
.clearBoth { clear: both;}
.floatLeft { float: left;}
.escondido { display: none;}
.displayBlock { display: block !important;}
input, textarea, select {
	font-size: 11px;
	font: 11px Arial, Helvetica, sans-serif;
}



/* LINKS
*********************************/
a {	cursor: pointer; color: #333; text-decoration: none;}
a:focus { outline: 0;}
a:hover { text-decoration: underline; color: #791918;}


/* CABEÇALHO
*********************************/
#cabecalho {
	padding-top: 15px;
}
html > body #cabecalho h1 a {
	background-image: url(../imgs/logo.png);
}
#cabecalho h1 a {
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 66px;
	left: 20px;
	text-indent: -99999px;
	position: relative;
	width: 205px;
}
#cabecalho ul#topo{
	float: right;
	right: 30px;
	position: relative;
}
#cabecalho ul#topo li{
	display: inline;
	float: left;
	position: relative;
}
#cabecalho ul#topo li h2{
	height: 21px;
	text-indent: -99999px;
	margin-bottom: 8px;
}
html > body #cabecalho ul#topo li #tit-newsletter {
	background-image: url(../imgs/tit_newsletter.png);
	margin-bottom: 20px;
}
#cabecalho ul#topo li #tit-newsletter{
	background-repeat: no-repeat;
	width: 93px;
}
html > body #cabecalho ul#topo li #tit-busca{
	background-image: url(../imgs/tit_busca.png);
}
#cabecalho ul#topo li #tit-busca{
	background-repeat: no-repeat;
	width: 58px;
}
#cabecalho ul#topo li #assinar, #cabecalho ul#topo li #buscar{
	display: block;
	height: 14px;
	text-indent: -99999px;
	width: 62px;
	position: absolute;
	right: 0;
}
#cabecalho ul#topo li #assinar{
	background: url(../imgs/btn_assinar.gif) no-repeat;
}

#cabecalho ul#topo li #buscar{
	background: url(../imgs/btn_buscar.gif) no-repeat;
}
#cabecalho ul#topo li #separador {
	padding: 0 10px;
}
#cabecalho ul#topo li input {
	background: #f0ece2;
	color: #333;
	font-size: 11px;
	margin-bottom: 3px;
	padding: 4px;
	width: 165px;
}


/* MENU
*********************************/
#cabecalho ul#menu{
	margin: 18px auto 2px auto;
	height: 35px;
	width: 555px;
}
#cabecalho ul#menu li{
	display: inline;
	float: left;
	text-align: center;
}
#cabecalho ul#menu li a{
	background: url(../imgs/menu_marcacao.gif) no-repeat center 3px;
	display: block;
	height: 35px;
	line-height: 35px;
}
#cabecalho ul#menu li a:hover{
	background: #590100;
}
#cabecalho ul#menu li a span{
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0 auto;
	display: block;
	text-indent: -99999px;
	position: relative;
	top: 12px;
}
#cabecalho ul#menu li#escritorio a{
	width: 134px;
}
#cabecalho ul#menu li#areasdeatuacao a{
	width: 179px;
}
#cabecalho ul#menu li#biblioteca a{
	width: 202px;
}
#cabecalho ul#menu li#consultor a{
	width: 180px;
}
html>body #cabecalho ul#menu li .separador{
	background-image: url(../imgs/menu_separador.png);
}
#cabecalho ul#menu li .separador{
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	margin-top: 5px;
	width: 2px;
}
html > body #cabecalho ul#menu li#escritorio a span{
	background-image: url(../imgs/menu_escritorio.png);
}
#cabecalho ul#menu li#escritorio a span{
	height: 10px;
	width: 70px;
}
html > body #cabecalho ul#menu li#areasdeatuacao a span{
	background-image: url(../imgs/menu_areasdeatuacao.png);
}
#cabecalho ul#menu li#areasdeatuacao a span{
	height: 12px;
	width: 119px;
}
html > body #cabecalho ul#menu li#biblioteca a span{
	background-image: url(../imgs/menu_bibliotecamelocampos.png);
}
#cabecalho ul#menu li#biblioteca a span{
	height: 8px;
	width: 160px;
}
html > body #cabecalho ul#menu li#consultor a span{
	background-image: url(../imgs/menu_consultorjuridico.png);
}
#cabecalho ul#menu li#consultor a span{
	height: 13px;
	width: 130px;
}
#cabecalho ul#menu li .submenu {
	border-bottom: 2px solid #fff;
	display: none;
	position: absolute;
}
#cabecalho ul#menu li .submenu li{
	background: #590100 url(../imgs/fundo_submenu.gif) repeat-x left bottom;
	border-bottom: 2px solid #590100;
	border-left: 3px solid #590100;
	border-right: 3px solid #590100;
	clear: both;
	position: relative;
}
#cabecalho ul#menu li .submenu li a {
	color: #fff;
	font-size: 9px;
	height: 23px !important;
	line-height: 23px;
	text-decoration: none;
}
#cabecalho ul#menu li#escritorio .submenu li a { width: 128px;}
#cabecalho ul#menu li#areasdeatuacao .submenu li a { width: 173px;}
#cabecalho ul#menu li#biblioteca .submenu li a { width: 196px;}


/* RODAPÉ
*********************************/
html > body #rodape {
	background-image: url(../imgs/fundo_rodape.png);
}
#rodape {
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	display: block;
	height: 47px;
	padding-top: 20px;
	width: 100%;
	margin-top: 20px;
}
html > body #rodape #enderecos{
	background: url(../imgs/enderecos_rodape.png) no-repeat left top;
}
#rodape #enderecos{
	height: 32px;
	float: left;
	text-indent: -99999px;
	width: 383px;
}
#rodape #menu-rodape { float: right; padding-right: 35px; position: relative;}
#rodape #menu-rodape li{
	display: inline;
	float: left;
	padding: 0 6px;
}
#rodape #menu-rodape li a {
	background: url(../imgs/nada.gif);
	display: block;
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -99999px;
	margin-top: 3px;
	height: 7px;
}
html > body #rodape #menu-rodape li#english a{
	background-image: url(../imgs/rodape_english.png);
}
#rodape #menu-rodape li#english a{
	width: 37px;
}
html > body #rodape #menu-rodape li#mapadosite a{
	background-image: url(../imgs/rodape_mapadosite.png);
}
#rodape #menu-rodape li#mapadosite a{
	width: 61px;
}
html > body #rodape #menu-rodape li#trabalheconosco a{
	background-image: url(../imgs/rodape_trabalheconosco.png);
}
#rodape #menu-rodape li#trabalheconosco a{
	width: 95px;
}
html > body #rodape #menu-rodape li#faleconosco a{
	background-image: url(../imgs/rodape_faleconosco.png);
}
#rodape #menu-rodape li#faleconosco a{
	width: 70px;
}

/* SIFR
**********************/

.tt_secao {
	color: #791918;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
.tt_secao a { display: block;}


.validatorCalloutHighlight 
{
    background-color: #cacaca;
    color: #333333;
    
}
