/* CSS reset - Ricardo Tomasi - 0.3 */
html,body,div,span,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,label,legend,p,blockquote,pre,a,fieldset,input,textarea
{margin:0;padding:0;font-weight:normal;background-repeat:no-repeat;font-family:Arial, verdana, Liberation Sans, sans-serif; }
img,object,iframe,select,fieldset{margin:0;padding:0;border:0;}ol,ul{list-style:none}h1,h2,h3,h4,h5,h6,input,select,textarea{font-size:1em}
/* */

body {
	margin: 0;
	background: url(../img/bg_topo.gif) repeat-x;
	font-size:11px;
	line-height:15px;
	color: #666666;
}
a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}

.clear { clear: both;}
.hide { display:none }

h1,h2,h3,h4,h5,h6 {
	font-size:24px;
	line-height:28px;
	color: #666666;
	text-align: left;
}
h2 { font-size:18px; line-height:24px; }
h3 { font-size:16px; line-height:20px; }
h4 { font-size:14px; line-height:18px; }
h5 { font-size:12px; line-height:16px; }

dl {}
dt {
	float: left;
	width: 60px;
	color: #CC0000;
	padding: 5px 0 5px 0;
	font: bold 11px/14px Arial, Helvetica, sans-serif;
	clear: left;
}
dd {
	float: left;
	width: 390px;
	padding: 5px 0 5px 10px;
}

#principal {
	width: 960px;
	margin: auto;
}


/* -------------- TOPO -------------- */

#topo {
	width: 960px;
	height: 216px;
	float: left;
}
#topo .logo {
	width: 620px;
	height: 110px;
	float: left;
	padding: 50px 0 0 50px;
}
#box_dir {
	width: 260px;
	height: 110px;
	float: left;
	padding: 50px 0 0 0;
}
#box_dir p {
	margin: 0 0 5px 0;
}

#area_restrita {
	width: 260px;
	float: left;
	margin: 0 0 10px 0;
	padding-bottom:5px;
	border-bottom:1px dotted #5D80AC;
	font-size:10px;
	color: #9DB0CC;
}
#area_restrita a {
	font-weight:700;
	color: #9DB0CC;
}
#area_restrita .usuario {
	width: 120px;
	float: left;
}
#area_restrita .senha {
	width: 140px;
	float: left;
}
#matricula,
#senha {
	width: 110px;
}
.campo_busca {
	width: 190px;
	height:14px;
	padding:2px 3px 0;
	margin-bottom:2px;
	border:none;
	background-color:#465A73;
	font-size:10px;
	color:#333333;
}
#matricula, #senha {
	height:14px;
	padding:2px 3px 0;
	margin-bottom:2px;
	border:none;
	background-color:#465A73;
	font-size:10px;
	color:#EEF;
}
#busca {
	float: left;
}


/* -------------- MENU -------------- */

#menu {
	width: 960px;
	height: 55px;
	float: left;
	background: url(../img/bg_menu.jpg) repeat-x;
}
#nav {
	width: 815px;
	height: 35px;
	float: left;
	padding-left:20px;
	background: url(../img/sombra_icones.gif) top right no-repeat;
}

#nav li,
#nav_global li { float:left; }

#nav li {
	position:relative
}
#nav li a {
	display:block;
	padding:20px 10px 17px 8px
}
#nav li:hover > a,
#nav a:hover { background:url(../img/bg_menu_hover.png) repeat-x; }

#wrap li:hover .submenu,
#wrap li.hover .submenu { visibility:visible }
#wrap .submenu {
	visibility:hidden;
	position:absolute;
	overflow:hidden;
	padding:0;
	top:40px;
	left:10px;
	z-index:66 !important;

	background:#FCFCFC url(../img/bg_submenu.png) bottom left repeat-x;
	border:1px solid #BBB;
	border-top-width:2px;
	border-top-color:#DDD;
	border-bottom-width:2px;
	min-width:100px;
	width:90px;
	width:auto !important;
	-moz-box-shadow:0 0 6px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 0 6px rgba(0,0,0,0.2);
	box-shadow:0 0 6px rgba(0,0,0,0.2);
}
#wrap .submenu li {
	display:block;
	clear:left;
	width:auto;
	float:none;
}
#wrap .submenu a {
	display:block;
	float:none;
	padding:4px 8px;
	border-bottom:1px dotted #DDD;
	white-space:nowrap;
}
#wrap .submenu a:hover {
	background:#566A93;
	color:#FFF;
	text-decoration:none;
	border-bottom:1px solid transparent;
	-moz-box-shadow:0 -3px 6px rgba(0,0,0,0.2) inset;
	-webkit-box-shadow:0 -3px 6px rgba(0,0,0,0.2) inset;
	box-shadow:0 -3px 6px rgba(0,0,0,0.2) inset;
}
#wrap .submenu a:active,
#wrap .submenu a:focus {
	background:#667AA3;
	color:#FFF;
}


#nav_global {
	width: 110px;
	float: left;
	height: 20px;
	padding: 15px 0 20px 15px;
	background: url(../img/bg_menu_dir.gif) right no-repeat;
}
#nav_global li { padding: 0 15px 0 0; }
#nav_global img { padding: 0; }
#nav_global a:hover,
#nav_global a:active,
#nav_global a:focus { opacity:0.7; filter:alpha(opacity=70); }

#conteudo {
	width: 960px;
	float: left;
	padding: 20px 0 150px 0;
	text-align: center;
	color: #333333;
}
#chamadas_home {
	margin: auto;
	width: 960px;
	height: 200px;
	text-align: center;
}
.titulo_pagina {
	font: normal 20px/26px Arial, Helvetica, sans-serif;
	color: #CC0000;
	padding-top:30px;
	padding-bottom:30px;
}
.titulo_pagina p {
	padding: 5px 0 20px 0;
	margin: 5px 0 20px 0;
	padding-bottom:30px;
}
.subtitulo_pagina {
	font: bold 16px/20px Arial, Helvetica, sans-serif;
	color: #666666;
}

#menu_rodape {
	margin: auto;
	width: 960px;
	height: 0;
	text-align: center;
	padding-top: 30px;
}
#menu_rodape a {
	padding: 0 10px 0 10px;
	text-decoration: none;
	color: #666666;
}
#menu_rodape a:hover {
	text-decoration: underline;
}
#assinatura {
	margin: auto;
	width: 960px;
	height: 50px;
}
#assinatura_1 {
	width: 460px;
	float: left;
}
#assinatura_2 {
	width: 460px;
	float: left;
}
#chamadas_internas {
	width: 960px;
	margin: auto;
	padding-top: 10px;
	background: url(../img/bg_sombra_chamadas_internas.jpg) top center no-repeat;
}
#chamadas_internas ul {
	margin: 0;
	padding: 5px 0 0 0;
}
#chamadas_internas li {
	margin: 0;
	padding: 0 0 5px 12px;
	background: url(../img/li_chamadas_internas.gif) 1px 4px no-repeat;
	list-style: none;
}
.chamadas_internas_box {
	width: 172px;
	float: left;
	padding: 10px;
}
.coluna1 {
	width: 270px;
	float: left;
	padding: 0 20px 0 20px;
	border-right: solid 1px #999999;
	text-align: left !important;
}
#submenu {
	width: 160px;
	float: left;
	padding: 0 15px 0 15px;
	text-align: left;
	color: #333333;
	border-right: #666666 solid 1px;
	z-index:65 !important;
}
#submenu ul {
	margin: 0;
	padding: 0;
}
#submenu li {
	margin: 0;
	padding: 0 0 5px 20px;
	background: url(../img/li_menu_internas.gif) 1px 4px no-repeat;
	list-style: none;
	position:relative;
}

#submenu .restrita li {
	padding:0;
}
#submenu .restrita li a {
	text-decoration:none;
	display:block;
	padding:3px 0 3px 20px;
	color:#900;
	z-index:65 !important;
}
#submenu .restrita li:hover {
	background-color:#EEE;
	-moz-box-shadow:0px -4px 8px rgba(0,0,0,0.1) inset;
	-webkit-box-shadow:0px -4px 8px rgba(0,0,0,0.1) inset;
	box-shadow:0px -4px 8px rgba(0,0,0,0.1) inset;
}

#submenu .submenu {
	top:0;
	left:160px;
}
#submenu .submenu li {
	padding:0;
	background:transparent;
	width:240px;
	margin:0;
}
#submenu .submenu li a { color:#644 }

#conteudo_internas {
	width: 500px;
	float: left;
	text-align: left;
	padding: 0 30px 0 30px;
}

#conteudo_internas2 .textoPagina,
#conteudo_internas .textoPagina,
#conteudo_internas .form,
#conteudo_internas2 .form,
#conteudo_internas2 .form2,
#conteudo_internas .form2{
	margin-top: 20px;
}

#conteudo_internas2 {
	width: 700px;
	float: left;
	text-align: left;
	padding: 0 30px 0 30px;
}
#noticias_internas {
	width: 200px;
	float: left;
	text-align: left;
}
.arquivos {
}
.arquivos td {
	padding: 7px 0 7px 0;
	background: url(../img/bg_pontilhado.jpg) bottom repeat-x;
}
.arquivos th {
	height: 50px;
	background: url(../img/bg_pontilhado.jpg) bottom repeat-x;
	font-size: 14px;
}
.center {
	background: #CCCCCC;
}
.input_1_col,.input_0_col, .input_2_col, .input_3_col, .msg_2_col {
	background: #E9E9E9;
	border: solid 1px #999999;
	font-size: 11px;
}
.input_0_col {
	width: 75px;
	height: 18px;
}
.input_1_col {
	width: 157px;
	height: 18px;
}
.input_2_col {
	width: 240px;
	height: 18px;
}
.input_3_col {
	width: 490px;
	height: 18px;
}
.msg_2_col {
	width: 240px;
	height: 80px;
}
#divMsgPai {
	position: absolute;
	display: none;
	background-color: #223C5D;
	width: 400px;
	left: 50%;
	top: 120px;
	margin-left: -200px;
	color: #fff;
	border: 8px double #fff;
	z-index: 90;
}
#divMsg {
	padding: 8px;
	text-align: center;
}
#divFecharMsg {
	position: absolute;
	text-align: center;
	width: 100%;
	bottom: 10px;
}
#submenu_2 {
	float: left;
	width: 180px;
}
#submenu_2 a {
	color: #333333;
}
#submenu_2 ul {
	margin: 0;
	padding: 0;
	text-align: left;
}
#submenu_2 li {
	border-bottom: 1px #999999 solid;
	list-style: none;
	padding: 7px 0 7px 15px;
	background: url(../img/li_submenu_internas.gif) 0px 10px no-repeat;
}
#submenu_2 strong {
	font: bold 11px/14px Arial, Helvetica, sans-serif;
	color: #CC0000;
}
.galeriaImagem {
	float: left;
	width: 110px;
	margin: 2px;
}
.linhaGaleriaImagem {
	height: 95px;
}
.galeriaImagem2 {
	float: left;
	margin: 0 50px 10px 0;
}
body, html {
	height: 100%;
}
#wrap {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#content {
	padding-bottom: 150px;
}
#rodape {
	/*position: absolute;*/
	bottom: 0 !important;
	height: 150px;
	background: url(../img/bg_rodape.gif) repeat-x;
	width: 100%;
}
#rodape_index {
	position: absolute;
	bottom: 0 !important;
	height: 260px;
	background: url(../img/bg_rodape.gif) repeat-x;
	width: 100%;
}
#paginacao {
	float: left;
	width: 500px;
	margin-top: 20px;
	padding: 20px 0 20px 0;
	border-top: #CCCCCC solid 1px;
	text-align: center;
}
.titulo_destaque_restrito {
	font: bold 14px/18px arial;
	color: #990000;
}
.form label {
	display: block;
	width: 250px;
	float: left;
}
.form1 label {
	display: block;
	width: 150px;
	float: left;
}
.form2 label {
	display: block;
	width: 250px;
	float: left;
}
.img_home_restrita{
	padding-top:30px;
}
.form2 a, .form1 a, .form a{
	font-size:12px !important;
	color:#FFFFFF;
	padding:3px 100px 3px 101px;
	height:35px;
	background:#CC0000;
	margin-top:50px;
	
}
.form2 p, .form1 p, .form p{
	margin-bottom:10px;
}
.logado{
	font:normal 12px/20px Arial, Helvetica, sans-serif;
	color:#00CCCC;
}
.atalho_1, .atalho_2, .atalho_3{
	width:191px;
	height:160px;
	padding:50px 20px 0 96px;
	float:left;
	cursor:pointer;
	text-align:justify;
	line-height:14px;
	font-size:11px !important;
}
.atalho_1 strong, .atalho_2 strong, .atalho_3 strong{
	color:#FF0000;
	margin-top:10px !important;
	line-height:40px;
	font-size:10px !important;
}
.atalho_1{
	background:url(../img/bt_chamada_advocef_em_revista.jpg) no-repeat;
}
.atalho_2{
	background:url(../img/bt_chamada_jurisprudencia.jpg) no-repeat;
}
.atalho_3{
	background:url(../img/bt_chamada_revista_do_direito.jpg) no-repeat;
}
#destaque_home{
	width:951px;
	float:left;
	height:291px;
}
.destaque_home_1{
	width:474px;
	float:left;
	height:291px;
}
.destaque_home_2{
	width:377px;
	float:left;
	height:291px;
	text-align:justify;
	padding:0 50px 0 50px;
	background:url(../img/flash_home_2.jpg) no-repeat;
	font-size:11px;
	line-height:18px;
	color:#666666 !important;
}
.destaque_home_2 strong{
	font-size:36px;
	color:#CCCCCC;
	text-align:left !important;
	line-height:120px;
	font-style:normal !important;
}

