@charset "utf-8";
/* CSS Document */
/* Gerais */
html {
	height:100%;
	overflow-y: scroll;
}
body {
	margin:0px;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #888;
	background:url(imagens/background.png);
}
div, p, h1, h2, h3, ul, img{
	padding:0;
	margin:0;
	border:0;
}
h2 {
	font-size:11px;
	font-weight:600;
}
h5 {
	font-size:10px;
}
p { 
	line-height:15px;
}
img {
	border
}
a:link {
	color:  #999;
	text-decoration: none;
}
a:visited {
	color:#999;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: none;
}
a:active {
	color: #999;
	text-decoration: none;
}	

/* Estrutura */
#geral {
	width:888px;
	margin:auto;
	background-color:#FFF;
}

/* Header */
#cabecalho{
	width:100%;
	height:39px;
	background-color:#545454;
}
#marca_cejur{
	width:112px;
	height:29px;
	float:right;
	padding:5px 10px 5px 0; 
}
#topo {
 	width:900px;
	height:74px;
	background:url(imagens/bg_menu.png);
	margin:auto;
}
#marca {
	width:180px;
	height:58px;
	float:left;
	padding:6px 0 8px 20px;
}
#menu {
	width:685px;
	height:74px;
	float:right;	 
}
#menu ul {
	display:inline;
	list-style-type:none;
	font-size: 13px;
}
#menu ul li { display: inline; 
}
#menu li a{
	list-style:none;
	float:left;
	text-decoration: none;
	color:#79889d;
	padding:32px 10px 30px 10px;
	/*list-style: outside none none;
	color:#79889d;
	padding-top: 30px;*/
	/*padding-left: 10px;
	padding-right: 10px;*/
	
	
}
#menu a:hover{
	background-color:#54657e;
	color:#FFF;
}
#aba {
	position:absolute;
	left:0px;
	top:130px;
	width:268px;
	height:200px;
	color:#fff;
	z-index:200;
}
#presenca_residencia{
	width:190px;
	float:right;
	background: #54657e;
	padding:20px;
	text-align:right;
}
#presenca_residencia h3{
	color:#fff;
	font-size:14px;
}
.labelsrestrito{
	height:20px
}

/* Central */
#meio{
	 width:630px;
	 float:left;
	 padding:25px 10px 25px 20px;
} 
#banner {
	 width:100%;
}
#noticias {
	 width:100%;
	 padding:20px 0 20px 0;
}
#galeria_informativo {
	 width:100%;
	 height:198px;
}

/* Abas noticias */		
#tabnav {
	width:100%;	
}
#tabs {
	height: 31px;
}
#content {
	position: relative;
	padding: 10px 10px 20px 10px;
}
#content h2{
	font-size:14px;
	font-weight:bold;
}
#content div p {
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 12px;
}
#tabs a, #tabs a:visited {
	width: 126px;
	height: 27px;
	_height: 27px;
	background: url("imagens/aba_normal.jpg") top left no-repeat;
	color: #f3f3f3;
	font-size: 12px;
	text-transform:uppercase;
	text-decoration:none;
	display: block;
	padding: 7px 0 0 20px; 
	float: left;
}
.borda_noticia{
	float:right;
	width:338px;
	height:32px;
	border-bottom:1px solid #54657e;
}
.borda_noticia_seminscricoes{
	float:right;
	width:484px;
	height:32px;
	border-bottom:1px solid #54657e;
}
.texto_aba { /* noticias SEM IMAGEM */
	width:176px;
	height:100px;
	float:left;
	margin: 20px 7px 20px 7px;
	padding:5px 10px 0 2px;
	border-right: dotted 1px #6f92c6;
}
.texto_not_full{
	float:right;
	width:100%;
	float:right;
	padding-left:10px;
}
.texto_aba2 { /* noticias COM IMAGEM */
	width:262px;
	height:100px;
	float:right;
	margin: 20px 10px 20px 10px;
	padding:5px 10px 0 10px;
	border-right: dotted 1px #6f92c6;
}
.texto_not{ 
	float:right;
	width:150px;
	float:right;
	padding-left:10px;
}

.mais {
	width:13px;
	height:13px;
	float:right;
	bottom:0px;
	right:0px;
	padding:0 5px 5px 0;
}
.ver_todas {
	height:20px;
	float:right;
	font-size:10px;
	font-weight:bold;
	padding-right:10px;
}
.ver_todas a:link {
	list-style:none;
	text-decoration: none;
	color:#54657e;
}
.ver_todas a:hover {
	color:#6f92c6;
	text-decoration:none;	
}
.ver_todas a:visited {
	color:#6f92c6;
	text-decoration:none;
}
.ver_todas a:active {
	color:#6f92c6;
	text-decoration: none;
}	
.verificar {
	height:50px;
	float:right;
	font-size:12px;
	font-weight:bold;
	padding-right:20px;
}
/* Coluna direita */		
#coluna_dir {
	 width:197px;
	 float:right;
	 color:#fff;
 	 padding:25px 20px 25px 10px;
}
#coluna_dir a {
	color:#FFF;
	text-decoration:none;	
}
#coluna_dir a:hover {
	color:#CCC;
	text-decoration:none;	
}
#mod_busca {
	height:34px;
}
#mod_virtual {
	height:46px;
}
#mod_doutrina {
	height:46px;
}
#mod_aluno {
	height:46px;
	/*padding-top:3px;
	clear:both;*/
}
#mod_contato {
	height:46px;
	padding-top:3px;
	clear:both;
}
#mod_restrito {
	padding-top:3px;
	clear:both;	
}
#mod_news {
	padding-top:3px;
	clear:both;
}
#mod_revista {
	padding-top:3px;
	clear:both;
}
#mod_noticia {
	/*padding-top:3px;
	clear:both;*/
	height:46px;
}
#mod_banco-conteudo {
	/*padding-top:3px;
	clear:both;*/
	height:46px;
}
#mod_ebook {
	/*padding-top:3px;
	clear:both;*/
	height:46px;
}
#mod_agenda {
	/*padding-top:3px;
	clear:both;*/
	height:46px;
}
#redes_sociais{
	width:36;
	height:37;
}
/* botoes coluna direita */
.icone_btdireita {
	width:46px;
	height:44px;
	float:left;
}
.icone_redessociais {
	width:40px;
	height:40px;
	float:left;
	padding:10px 0 0 7px;
}
.centro_btdireita {
	width:131px;
	height:14px;
	float:left;
	padding:13px 0 15px 10px;
	border: 1px solid #214479;
	background-color:#54657e;
}
.canto_btdireita {
	float:left;
	height:43px;
}
.centromaior_btdireita {
	width:140px;
	height:30px;
	float:right;
	padding:13px 0 0 10px;
	border-top:1px solid #214479;
	border-right:1px solid #214479;
	background-color:#54657e;
}
.conteudo_btdireita {
	width:177px;
	background-color:#54657e;
	border-left:solid 4px #fff;
	border-right: 1px solid #214479;
	text-align:right;
	padding:8px 10px 11px 0;
	float:right;
	margin:0px;
}

/* botao e-book */
.conteudo_ebook {
	background:#54657e url(imagens/borda_branca.png) left repeat-y;
	border-right: 1px solid #214479;
	text-align:right;
	padding:0 7px 10px 0;
	float:right;
}
.titulo_ebook{
	background:url(imagens/fundo_azul.png) no-repeat top;
	width:88px;
	height:33px;
	padding: 12px 0 0 20px;
	float:left;
	text-align:left;
}
.texto_ebook {
	margin:0px;	
	width:171px;
	float:left;
	text-align:left;
	padding: 7px 0 0 18px;
	font-size:10px;	
}


/* botao revista */
.conteudo_revista {
	background:#54657e url(imagens/borda_branca.png) left repeat-y;
	border-right: 1px solid #214479;
	text-align:right;
	padding:0 7px 10px 0;
	float:right;
}
#baixar{
	float:right;
	width:79px;
	height:17px;
	font-size:11px;
	padding-right:6px;
}
#baixar a:hover{
	color:#6689bf;	
}
.titulo_revista{
	background:url(imagens/fundo_azul.png) no-repeat top;
	width:88px;
	height:33px;
	padding: 12px 0 0 20px;
	float:left;
	text-align:left;
}
#capa_revista{
	width:79px;
	height:112px;
	float:right;
	padding-top:18px;
}
.texto_revista {
	width:90px;
	float:left;
	text-align:left;
	padding: 7px 0 0 18px;
	font-size:10px;	
}

.forms p{
	padding-bottom:8px;
}
#esqueci{
	width: 120px;
	color: #FFF;
	padding: 2px 5px 0px 2px;
	font-size:11px;
}
#esqueci a:hover{
	color:#6689bf;	
}

/* Botões */
.botao{
	width:40px;
	height:15px;
	text-align:center;
	color:#FFF;
	background-color:#545454;
	border: solid 1px #6b6b6b;
	padding:3px;
	float:right;
	display:block;
	font-size:11px;
	text-decoration:none;
}
.botao_buscar{
	width:35px;
	height:18px;
	color:#FFF;
	background-color:#545454;
	border: solid 1px #6b6b6b;
	padding:4px 2px 2px 4px;
	float:right;
	display:block;
	font-size:11px;
}
#botao_cadastrar {
	width:53px;
	height:18px;
	text-align:center;
	color:#FFF;
	background-color:#545454;
	border: solid 1px #6b6b6b;
	padding:4px;
	display:block;
	font-size:11px;
	text-decoration:none;
	float:right;
}

.botao_buscar{
	width:35px;
	height:18px;
	color:#FFF;
	background-color:#545454;
	border: solid 1px #6b6b6b;
	padding:4px 2px 2px 4px;
	float:right;
	display:block;
	font-size:11px;
}

/* Banner */
.container {
	overflow: hidden;
}
#main {
	padding: 5px;
	background: #f1f1f2;
	border: 2px solid #f1f1f2;
}.
main_image .block small {
	font-size: 10px;
	line-height:12px;
	padding-left:10px;
}
.main_image .block h2 {
	line-height:12px;
	margin:0;
	padding-top:10px;
}
.descricao{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height:60px;
	display: none;
}
.main_image {
	width: 422px;
	height: 235px;
	float: left;
	background: #eeeeef;
}
.main_image .block{
	width: 100%;
	background: #111;
	border-top: 1px solid #000;
}
.block{
	width: 200px;
	height:76px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.block small { 
	font-size: 10px;
	line-height:12px;
}
.image_thumb {
	float: right;
	width: 192px;
	background: #f0f0f0;
	border-right: 1px solid #fff;
	border-top: 1px solid #ccc;
}
.image_thumb ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.image_thumb ul li{
	width: 100%;
	margin: 0;
	background: #f0f0f0 url(https://www.sohtanaka.com/web-design/examples/image-rotator/nav_a.gif) repeat-x;
	float: left;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-right: 1px solid #ccc;
}
.image_thumb ul li.hover {
	background: #54657e;
	color:#fff;
	cursor: pointer;
}
.image_thumb ul li.active {
	background: #54657e;
	border-left:2px #54657e;
	color:#fff;
	cursor: default;
}
html .image_thumb ul li h2 {
	font-size:13px;
	font-style:italic; 
	margin: 5px 0;
	padding: 0;
}
.image_thumb ul li .block {
	float: left; 
	margin-left: 10px;
	padding: 0;
	width: 170px;
}
.image_thumb ul li p{display: none;}

#titulo {
	float:left;
	width: 400px;
	height: 50px;
}

#contato{
	clear: right;
	width: 121px;
	height: 35px;
}
/* Rodapé */
#rodape {
	 width:888px;
	 height:140px;
	 float:left;
	 background-color:#545454;
	 clear: both;
}					
#marca_rodape {
	float:left;
	clear:both;
	height: 59px;
	padding: 25px 40px 30px;
	width: 111px;
	/*padding:40px 5px 30px 50px;
	width: 53px;
	height: 55px; */
}
#enderecos {
	float:left;
	/*padding:20px 0px 20px 10px;
	width:270px;
	height:85px; */
	margin-top: -20px;
	padding: 0 0 0 55px;
	width: 775px;
}

/* marcas rodap� */
#logo_rodape {
	float:right;
	/*padding: 5px 10px 10px 10px;*/
	padding: 5px 10px 10px 0px;
	width: 665px;
	height: 105px;
}
#logo_rodape ul {
	list-style-type:none;
}
#logo_rodape ul li { 
	display: inline;
}
#logo_rodape li a{
	list-style:none;
	float:left;
}
#link_tjsc a{
	width:70px;
	height:105px;
	background: url(imagens/tjsc_sprite.png) center -85px no-repeat;
	display:block;
	padding:0px 5px 0px 5px;

}
#link_tjsc a:hover {
	width:70px;
	height:105px;
	background: url(imagens/tjsc_sprite.png) center 1px no-repeat;
	display:block;
	padding:0px 5px 0px 5px;
	
}
#link_copedem a {
	width:70px;
	height:105px;
	background: url(imagens/copedem_sprite.png) center -80px no-repeat;
	display:block;
	padding:0px 5px 0px 5px;

}
#link_copedem a:hover {
	width:70px;
	height:105px;
	background: url(imagens/copedem_sprite.png) center 2px no-repeat;
	display:block;
	padding:0px 5px 0px 5px;
	
}
#link_cnj a {
	width:70px;
	height:105px;
	background: url(imagens/cnj_sprite.png) center -84px no-repeat;
	display:block;
	padding:0px 10px 0px 5px;

}  
#link_cnj a:hover {
	width:70px;
	height:105px;
	background: url(imagens/cnj_sprite.png) center 2px no-repeat;
	display:block;
	padding:0px 10px 0px 5px;

}
#link_enfam a {
	width:90px;
	height:105px;
	background: url(imagens/enfam_sprite.png) center -65px no-repeat;
	display:block;
	padding:0px 10px 0px 10px;
}
#link_enfam a:hover {
	width:90px;
	height:105px;
	background: url(imagens/enfam_sprite.png) center 11px no-repeat;
    display:block;
	padding:0px 10px 0px 10px;
}
#link_escolas a {
	width:90px;
	height:105px;
	background: url(imagens/escolas_sprite.png) center -86px no-repeat;
	display:block;
	padding:0px 10px 0px 10px;
}
#link_escolas a:hover {
	width:90px;
	height:105px;
	background: url(imagens/escolas_sprite.png) center 0px no-repeat;
	display:block;
	padding:0px 10px 0px 10px;
}
#link_esmesc a {
	width:135px;
	height:105px;
	background: url(imagens/esmesc_sprite.png) center -90px no-repeat;
	display:block;
	padding:0px 20px 0px 5px;
	margin-top: 4px;
}
#link_esmesc a:hover {
	width:135px;
	height:105px;
	background: url(imagens/esmesc_sprite.png) center 2px no-repeat;
	display:block;
	padding:0px 20px 0px 5px;
}
#link_amc a {
	width:115px;
	height:105px;
	background: url(imagens/amc_sprite.png) center -93px no-repeat;
	display:block;
	padding:0px 20px 0px 5px;
	margin-top: 8px;
}
#link_amc a:hover {
	width:115px;
	height:105px;
	background: url(imagens/amc_sprite.png) center 2px no-repeat;
	display:block;
	padding:0px 20px 0px 5px;
}
