@charset "utf-8";

/*********************************************************************
				legislação
*******************************************************************/
* {
	margin: 0;
	padding: 0;
}

html, body, div, h1, h2, h3, h4, h5, h6, p, img, dl, dt, dd, ol, ul, li,
	table, tr, td, form, object, embed, article, aside, canvas, command,
	details, fieldset, figcaption, figure, footer, group, header, hgroup,
	legend, mark, menu, meter, nav, output, progress, section, summary,
	time, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
    font-family: Arial, Helvetica, sans-serif;
}

ul, li {
	list-style-type: none;
}

body {
	margin: 0;
	padding: 0;
	/*background: url(../images/fundoPortal.gif.xhtml) repeat-x;*/
    background-color: rgb(14, 83, 116);
	font-size: 1rem !important;
    color: #333 !important;
}

hr {
  border: none; /* Remove a borda padrão */
  border-top: 1px solid #AAA; /* Define a cor e espessura da linha */
  margin: 10px 0; /* Adiciona espaço acima e abaixo da linha */
}

.linkSearchResult {
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: bold;
}

#divBuscarDocumento {
    display: flex;
    flex-direction: row;
    gap: 3px;
    align-items: center;
}

.fundoTela {
	position: absolute;
	min-height: 100%;
	height: 100%;
	margin: 0;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 0;
}

.fundoSite {
	position: relative;
	max-width: 1000px;
	min-width: 600px;
	min-height: 100%;
	margin: 0 auto;
	padding-bottom: 90px;
}

/*************** cabecalho ***************/
.cabecalho {
    padding: 0px 5px;
	position: relative;
	height: 60px;
	background: #fff;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.divLogo {
	position: absolute;
	width: 195px;
	margin: 0;
	top: 0;
	bottom: 0;
	left: 10px;
	background: url(../images/logoUnesp.gif.xhtml) no-repeat center;
	padding: 40px 0 0 165px;
	font-size: 0.7em;
	text-align: left;
}

.menuTopo {
	position: absolute;
	margin: 0;
	right: 20px;
	top: 10px;
}

/************** conteudo esquerda/direita *******/
.conteudoBaseDireita {
	overflow: auto;
	position: absolute;
	margin: 0;
	left: 200px;
	top: 105px;
	right: 0;
	background: #fff;
	border-radius: 20px;
}

.conteudoDireita {
	position: relative;
	display: inline-table;
	width: 180px;
	height: 100%;
	min-height: 100%;
	left: 190px;
	background: #fff;
	border-radius: 15px;
	padding: 20px 5px 20px 5px;
}

.conteudoEsquerda {
	position: absolute;
	margin: 0;
	left: 0;
	top: 105px;
	bottom: 90px;
	background: #fff;
	border-radius: 15px;
	padding: 10px 5px 20px 5px;
}

.conteudoDireita {
	width: 770px;
	margin-left: 10px;
	font-size: 0.9em;
	padding: 20px 15px 20px 15px;
	color: #3A3A3A;
}

.mesq_item {
	padding: 10px 2px 10px 2px;
	margin-bottom: 3px;
	border-radius: 4px;
}

/*********** conteudo1 / conteudo2 ***********/
.conteudo1, .conteudo2 {
	position: relative;
	margin-top: 20px;
}

.conteudo2 {
	display: none;
}

.selectLegislacao, .selectLegislacaoB {
	position: relative;
	width: 100%;
	padding: 2px 2px;
	border: 0;
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	background-color: #DAE7F4;
	font-weight: bold;
	color: #28405b;
}

.selectLegislacaoB {
	width: 100px;
	font-weight: normal;
}

.topo_links2 {
	padding: 4px 2px;
	background-color: #e2f1ff;
	margin-bottom: 15px;
}

.listagem {
	font-size: 0.8em;
	border-bottom: 1px dashed #CCC;
	line-height: 2em;
	margin-bottom: 5px;
	text-align: left;
	background: url(../images/seta_red.gif.xhtml) no-repeat left center;
	padding-left: 15px;
	cursor: pointer;
}

.listagem:hover {
	text-decoration: underline;
}

/***************BUSCA *************/
.moldBusca {
	float: right;
	border: 1px solid #ccc;
	padding: 5px;
	border-radius: 10px;
	margin-top: -10px;
}

.retrancaBusca {
	font-weight: bold;
	font-size: 0.9em;
}

.inputBusca {
	background-color: #DAE7F4;
	padding: 3px;
}

.btBuscar {
	background: #003366;
	color: #fff;
	border: none;
	padding: 3px;
	cursor: pointer;
	border-radius: 5px;
}

/*************** menu **************/
.retrancaMenu {
	padding: 5px;
	font-size: 0.7em;
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 3px;
}

/************** RODAPE *****************/
.moldRodape {
	position: absolute;
	height: 77px;
	margin: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/*background: #1F406E url(../images/logoUnespRodape.gif.xhtml) no-repeat bottom right;*/
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	text-align: center;
	color: #fff;
}

.linkRodape {
	font-size: .8em;
	color: #fff;
}

.bold {
	font-weight: bold;
}
/*********************************************************************
				FIM legislação
*******************************************************************/
.titulos {
	
	font-size: 13px;
	font-weight: bold;
	color: #023f88;
	padding-bottom: 6px;
}

.nomePagina {
	font-weight: bold;
	color: #FFFFFF;
	padding: 15px 15px;
}

.txt_corpo {
	
	font-size: 12px;
	color: #333333;
}

.borda_azul {
	border: 1px solid #dae7f4;
	padding: 1px;
	
	font-size: 12px;
}

.borda_azul a {
	
	font-size: 12px;
	color: #006699;
}

.txt_azul11 {
	
	font-size: 12px;
	color: #006699;
	padding: 2px;
}

.txt_azul11 a {
	
	font-size: 12px;
	color: #006699;
	text-decoration: none;
}

.txt_azul11 a:hover {
	
	font-size: 12px;
	color: #006699;
	text-decoration: underline;
}

.tit_lat_azul {
	
	font-size: 13px;
	font-weight: bold;
	color: #006699;
	padding-bottom: 7px;
}

.menu_topo_bg table td img {
	padding: 2px;
}

.dot_azul {
	
	font-size: 12px;
	color: #006699;
	background-image: url(reitoria_arquivos/dot_azul.gif.xhtml);
	background-repeat: no-repeat;
	padding-left: 10px;
	text-decoration: none;
	background-position: 1px 1px;
}

.dot_azul a:hover {
	
	font-size: 12px;
	text-decoration: underline;
}

.dot_azul a {
	
	font-size: 12px;
	color: #006699;
	text-decoration: none;
}

.txt_endereco {
	
	font-size: 11px;
	color: #333333;
	padding: 2px;
}

.txt_endereco a {
	
	font-size: 11px;
	color: #006699;
	text-decoration: none;
}

.txt_endereco a:hover {
	
	font-size: 11px;
	color: #006699;
	text-decoration: underline;
}

.mesq_topo {
	background-image: url(reitoria_arquivos/mesq_topo.gif.xhtml);
	background-repeat: no-repeat;
	height: 4px;
	width: 170px;
}

.mesq_item {
	width: 170px;
	
	font-size: 12px;
	font-weight: bold;
	background-color: #DAE7F4;
	color: #28405b;
	padding-right: 2px;
	padding-left: 4px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.mesq_item a {
	height: 4px;
	width: 170px;
	
	font-size: 12px;
	font-weight: bold;
	background-color: #DAE7F4;
	color: #28405b;
	text-decoration: none;
}

.mesq_item a:hover {
	height: 4px;
	width: 170px;
	
	font-size: 12px;
	font-weight: bold;
	background-color: #DAE7F4;
	color: #28405b;
	text-decoration: underline;
}

.mesq_subitem {
	width: 170px;
	
	font-size: 12px;
	color: #1C2C3E;
	padding-right: 2px;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 4px;
}

.mesq_subitem a {
	
	font-size: 12px;
	color: #1C2C3E;
	text-decoration: none;
}

.mesq_subitem a:hover {
	
	font-size: 12px;
	color: #1C2C3E;
	text-decoration: underline;
}

.mesq_rodape {
	background-image: url(reitoria_arquivos/mesq_rodape.gif.xhtml);
	background-repeat: no-repeat;
	height: 4px;
	width: 170px;
}

.mesq_divisor {
	background-repeat: no-repeat;
	height: 2px;
	width: 170px;
}

.noticiasTITULO {
	
	font-size: 17px;
	font-weight: bold;
	color: #023f88;
	padding-top: 2px;
	padding-bottom: 3px;
}

.noticiasTITULO a {
	
	font-size: 17px;
	font-weight: bold;
	color: #023f88;
	padding-top: 2px;
	padding-bottom: 3px;
	text-decoration: none;
}

.noticiasTITULO a:hover {
	
	font-size: 17px;
	font-weight: bold;
	color: #023f88;
	padding-top: 2px;
	padding-bottom: 3px;
	text-decoration: underline;
}

a {
	
	text-decoration: none;
	color: #333;
}

a:hover {
	text-decoration: underline;
	/*text-align: right;*/
}

.noticiaSUBTITULO {
	
	font-size: 13px;
	color: #666666;
	padding-top: 2px;
	padding-bottom: 7px;
	font-style: italic;
}

.noticiaSUBTITULO a {
	
	font-size: 13px;
	color: #666666;
	text-decoration: none;
}

.noticiaSUBTITULO a:hover {
	
	font-size: 13px;
	color: #666666;
	text-decoration: underline;
}

.noticiaTEXTO {
	
	font-size: 13px;
	color: #333333;
	padding-top: 3px;
	padding-bottom: 2px;
}

.noticiaTEXTO a {
	
	font-size: 13px;
	color: #333333;
	padding-top: 3px;
	padding-bottom: 2px;
	text-decoration: none;
}

.noticiaTEXTO a:hover {
	
	font-size: 13px;
	color: #333333;
	padding-top: 3px;
	padding-bottom: 2px;
	text-decoration: underline;
}

#ant_noticias td {
	
	font-size: 12px;
	color: #333333;
}

#ant_noticias img {
	padding: 2px;
}

.ant_noticias_titulo {
	
	font-size: 12px;
	font-weight: bold;
	color: #023f88;
}

.home_noticia_leg {
	
	font-size: 12px;
	color: #333333;
	background-color: #dae7f4;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 2px;
}

.ant_noticias_titulo {
	
	font-size: 12px;
	font-weight: bold;
	color: #023f88;
	text-decoration: none;
}

.ant_noticias_titulo a {
	
	font-size: 12px;
	font-weight: bold;
	color: #023f88;
	text-decoration: none;
}

#ant_noticias td {
	
	font-size: 12px;
	color: #333333;
}

#ant_noticias img {
	padding: 2px;
}

.tit_chms {
	
	font-size: 12px;
	color: #023f88;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #023f88;
	height: 20px;
}

.txt_chmds {
	
	padding-top: 5px;
	font-size: 10px;
}

.tit_chms a {
	
	font-size: 12px;
	color: #023F88;
}

.aba_linha {
	background-image: url(reitoria_arquivos/abas/linha.gif.xhtml);
	background-repeat: repeat-x;
	background-position: bottom;
}

.aba_selec {
	
	font-size: 11px;
	font-weight: bold;
	color: #023f88;
	padding: 1px;
}

.aba_selec a {
	
	font-size: 11px;
	font-weight: bold;
	color: #023f88;
	padding: 1px;
	text-decoration: none;
}

.aba_selec a:hover {
	
	font-size: 11px;
	font-weight: bold;
	color: #023f88;
	padding: 1px;
	text-decoration: underline;
}

.aba_nselec {
	
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	padding: 1px;
}

.aba_nselec a {
	
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	padding: 1px;
	text-decoration: none;
}

.aba_nselec a:hover {
	
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	padding: 1px;
	text-decoration: underline;
}

.rodape_txt {
	
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

.rodape_links {
	
	font-size: 12px;
	color: #FFFFFF;
}

.rodape_links a {
	
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

.rodape_links a:hover {
	
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}

.rodape_simbolo {
	background-image: url(reitoria_arquivos/rodape_simbolo.gif.xhtml);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.rodape_simbolo2 {
	background-image: url(reitoria_arquivos/rodape_simbolo2.gif.xhtml);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.bnr_rot {
	
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-repeat: no-repeat;
}

.bnr_rot a {
	
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(reitoria_arquivos/bnrs/rot01.gif.xhtml);
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	width: 22px;
	line-height: 22px;
}

.bnr_rot a:hover {
	
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(reitoria_arquivos/bnrs/rot02.gif.xhtml);
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	width: 22px;
}

.txt_chm {
	
	font-size: 12px;
	color: #000000;
	padding-top: 3px;
}

.txt_chm a {
	
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.txt_arquivo {
	
	font-size: 12px;
	color: #666666;
}

.txt_arquivo a {
	
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

#buscar td {
	
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #1E4876;
}

.txt_arquivo a:hover {
	
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}

.ant_noticias_titulo a:hover {
	
	font-size: 12px;
	font-weight: bold;
	color: #023f88;
	text-decoration: underline;
}

.topo_links {
	
	font-size: 10px;
	font-weight: bold;
	color: #28405b;
}

.topo_links a {
	
	font-size: 10px;
	font-weight: bold;
	color: #28405b;
	text-decoration: none;
}

.topo_links a:hover {
	
	font-size: 10px;
	font-weight: bold;
	color: #28405b;
	text-decoration: underline;
}

.linkPadrao {
	
	font-size: 12px;
	color: #006699;
	text-decoration: none;
}

.linkSublinhado {
	
	font-size: 12px;
	color: #006699;
	text-decoration: underline;
}

.linkSublinhadoRed {
	
	font-size: 11px;
	color: #EA0000;
	text-decoration: none;
}

.menu_completo {
	padding: 1px;
}

#texto_news {
	
	font-size: 12px;
}

.ui-widget .ui-widget {
	font-size: 12px;
}

.anosAnteriores {
    font-size: 16px !important; 
    color: #006699 !important;
    padding: 2px;
}

div.nomePagina a.ui-link.ui-widget {
    color: white;
}