* {
	margin: 0em auto;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background-color: #DCDCDC;
	height: 100%;
}

ul {
	padding-left: 7px;
}

a.link_admin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

a.link_admin:hover {
	color: #F60;
}

a.link_adm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

a.link_adm:hover {
	color: #F60;
}

table.bordasimples {
	border-collapse: collapse;
}

table.bordasimples tr td {
	border: 1px solid #999999;
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}

.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3A3FC1;
}

.style5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F60;
}

.style6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3A3FC1;
}

.style7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.style8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.style9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}

#limites {
	display: table;
	background: #FFF;
}

#banner {
	width: 100%;
}

#barra_menu {
	background: #19254b;
	/*background: #2877B9;*/
	/*background: #18338a;*/
	width: 100%;
	line-height: 26px;
	display: table;
	border: 1px 0px 1px 0px solid #2877B9;
}

#pesquisa {
	float: right;
	background: #19254b;
	display: none !important;
	/*background: #2877B9;*/
	/*background: #18338a;*/
}

#menu_superior {
	float: left;
	display: none !important;
	/*width: 750px;*/
}

#menu_superior a.item {
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	float: left;
	padding: 6px 4px;
	color: #FFF;
	text-decoration: none;
}

#menu_superior a.item:hover {
	text-decoration: underline;
	padding: 6px 4px;
	color: #F60;
}

#corpo {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: start;
	min-height: 100vh;
}

#col_esquerda {
	display: none !important;
	float: left;
	width: 247px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

#menu {
	float: left;
	background: #FFF;
	width: 235px;
	text-align: left;
	color: #FFF;
	margin-top: 5px;
	padding: 0px 5px 5px 5px;
	clear: both;
	display: table;
}

#col_direita {
	width: 230px;
	float: right;
}

#processo_seletivo {
	width: 230px;
	float: right;
	background: #ecebe9;
	border: 1px solid #CCC;
	text-align: center;
	padding: 15px 0px 15px 0px;
	margin-bottom: 10px;
}


#links_coluna_direita {
	width: 230px;
	float: right;
	background: #ecebe9;
	border: 1px solid #CCC;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 10px;
}

#links_coluna_direita a img {
	width: 200px;
	height: 84px;
	object-fit: contain;
	/* mantém proporção sem distorcer */
	border: 2px solid #ecebe9;
	margin-bottom: 3px;
}

#links_coluna_direita a:hover img {
	border: 2px solid #F60;
}

.galeria_curso img {
	width: 75px;
	margin: 3px;
	height: 75px;
	object-fit: contain;
}

.galeria_curso img:hover {
	transform: scale(1.05);
	box-shadow: 3px 3px 5px rgba(0, 38, 255, 0.2);
}

/*
#app_fateb{
	width: 230px;
	float: right;
	border: 1px solid #CCC;
	text-align: center;
	margin-bottom: 10px;
}
*/
#saladeestudos {
	width: 230px;
	float: right;
	border: 1px solid #CCC;
	text-align: center;
	margin-bottom: 10px;
	padding: 5px 0px 5px 0px;
	background: #ecebe9;
}

#eventos {
	width: 230px;
	float: right;
	border: 1px solid #CCC;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: #ecebe9;
}

#eventos.item {
	float: left;
	width: 222px;
	margin: 4px;
	display: table;
	padding: 5px 0px 5px 0px;
	background: #ecebe9;
	border: 1px solid #CCC;
	text-align: center;
}

#eventos a.banner img {
	border: 2px solid #ecebe9;
	margin-bottom: 3px;
}

#eventos a.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}

#eventos a.banner:hover img {
	border: 2px solid #F60;
}

#eventos a.titulo:hover {
	color: #F60;
}

a.link_submenu {
	text-decoration: none;
	color: #666;
	display: block;
}

li.menu {
	list-style-type: none;
	color: #03F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

li.menusub {
	list-style-type: none;
	color: #03F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
}

li.submenu {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	float: left;
	width: 100%;
}

li.submenu a {
	width: 100%;
	border: 1px solid #fff;
}

li.submenu2 {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	float: left;
	width: 100%;
}

li.submenu2 a {
	width: 100%;
	border: 1px solid #fff;
}

li.menu_link {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
	float: left;
	width: 100%;
}

li.menu_link a {
	width: 100%;
	border: 1px solid #fff;
}

li.submenu:hover a,
li.submenu.hover a,
li.submenu2:hover a,
li.submenu2.hover a,
li.menu_link:hover a,
li.menu_link.hover a {
	background: #DBDBDB;
	width: 100%;
	border: 1px solid #999;
	float: left;
	display: block;
}

a.link_submenu:hover {
	color: #F60;
	width: 100%;
	display: block;
}

#menu_admin {
	width: 100%;
	border: 1px solid #CCC;
	margin-top: 20px;
}

* html li a {
	width: 100%;
}

/*Necessario para que funcione no IE6*/
#climatempo {
	width: 230px;
	height: 170px;
	float: left;
	text-align: center;
	padding: 10px 0px 10px 0px;
}

#contador_acesso {
	width: 230px;
	float: left;
	text-align: center;
}

#titulo_calendario {
	text-align: center;
	width: 219px;
	height: 20px;
	display: table;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3A3FC1;
}

#titulo_calendario span {
	display: table-cell;
	vertical-align: middle;
}

#calendario {
	width: 220px;
	display: table;
	border: 1px solid #CCC;
	padding: 0px 0px 10px 0px;
}

#seta_calendario {
	padding-top: 10px;
	width: 225px;
	position: relative;
	overflow: hidden;
}

#seta_calendario img.seta1 {
	position: absolute;
	top: 37px;
	left: 22px;
	border: 0px;
}

#seta_calendario img.seta2 {
	position: absolute;
	top: 37px;
	right: 22px;
	border: 0px;
}

#calendario table.tabela {
	border-collapse: collapse;
	width: 200px;
	height: 162px;
}

#calendario table.tabela td {
	border: 1px solid #CCC;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#calendario table.tabela tr.cabecalho {
	background: #ecebe9;
}

#calendario table.resumo_legenda {
	width: 200px;
}

#calendario table.resumo_legenda td.cabecalho {
	margin: 0.5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#calendario table.resumo_legenda td.normal {
	margin: 0.5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#conteudo {
	color: #000;
	width: 746px;
	text-align: left;
	margin: 5px 0px 10px 0px;
	float: right;
	display: table;
}

#slide_show {
	width: 500px;
	float: left;
}

.banner_home {
	margin-top: 10px;
	width: 500px;
	float: left;
}

#noticias {
	width: 500px;
	margin: 10px 0px 0px 0px;
	float: left;
	display: table;
	border-bottom: 1px solid #CCC;
	padding-bottom: 5px;
}

#noticias_item {
	margin: 0px 5px 0px 5px;
	width: 488px;
	display: table;

}

#noticias_item .data_noticia {
	width: 78px;
	float: left;
}

#noticias_item .descricao_noticia {
	width: 406px;
	float: left;
	padding-top: 3.5px;
}

#noticias_item .titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}

#noticias_item a.titulo:hover {
	color: #03F;
}

.noticias_item a {
	text-decoration: none;
}

#noticias_item .link_noticia {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F60;
}

.lista_link {
	width: 100%;
	height: 20px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	display: table;
	color: #000000;
}

.link_data_hora {
	color: #03F;
	float: left;
	width: 137px;
}

.link_titulo a {
	float: left;
	width: 605px;
}

.link_titulo a {
	color: #000000;
	text-decoration: none;
}

.link_titulo a:hover {
	color: #F60;
}

#paginacao {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

#destaques {
	width: 500px;
	float: left;
	border: 0px;
	padding-bottom: 10px;
	background: #FFFFFF;
	margin: 10px 0px 5px 0px;
	border-bottom: 1px solid #CCC;
}

#destaque.item {
	float: left;
	width: 235px;
	margin: 5px;
	display: table;
	padding: 5px 0px 5px 0px;
	background: #FFFFFF;
	/*border: 1px solid #CCC;*/
	text-align: center;
}

#destaque a.banner img {
	border: 2px solid #FFFFFF;
	margin-bottom: 3px;
}

#destaque a.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}

#destaque a.banner:hover img {
	border: 2px solid #03F;
}

#destaque a.titulo:hover {
	color: #03F;
}

.link_veja_mais {
	float: left;
	text-align: center;
	width: 100%;
}

.link_veja_mais a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #03F;
	text-decoration: none;
}

.link_veja_mais a:hover {
	color: #F60;
}

#exibe_conteudo {
	width: 700px;
	padding: 3px;
	margin-top: 20px;
	list-style-position: inside;
}

#exibe_texto_conteudo {
	margin: 40px 10px 0px 6px;
}

#informacao_publicacao_conteudo {
	margin-top: 10px;
}

#titulo_conteudo {
	margin-top: 30px;
	text-align: center;
}

#blog {
	width: 500px;
	margin-top: 10px;
	display: table;
	float: left;
	text-align: center;
	border-bottom: 1px solid #CCC;
	padding-bottom: 5px;
}

#convenio {
	width: 500px;
	margin-top: 10px;
	display: table;
	float: left;
	border-bottom: 1px solid #CCC;
	padding-bottom: 5px;
}

#parceiros {
	width: 500px;
	margin: 15px 0px 0px 0px;
	float: left;
	border-bottom: 1px solid #CCC;
	padding-bottom: 5px;
}

#col_centro {
	width: 500px;
	float: left;
}

#rodape {
	width: 1000px;
	height: 82px;
	/*float: left;*/
	/*background: url(../imagens/rodape.jpg);
	background-repeat: no-repeat;*/
	text-align: center;
	line-height: 23.33px;
	/*
	background: #007CC2;  para browsers sem suporte a CSS 3 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007CC2', endColorstr='#ffffff',GradientType=1);  IE 
	background: -webkit-gradient(linear, left top, right bottom, from(#007CC2), to(#ffffff));  webkit browsers 
	background: -moz-linear-gradient(left,  #007CC2,  #ffffff);  Firefox 3.6+ */
}

.cabecalho_geral {
	width: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #3A3FC1;
	margin-top: 40px;
}

#subtopo_contato {
	width: 100%;
	text-align: center;
	margin-top: 40px;
}

#email {
	margin-top: 25px;
	width: 100%;
	display: table;
	text-align: center;
}

.campos_email {
	width: 410px;
	margin-top: 3px;
	text-align: right;
}

#cursos {
	margin-top: 50px;
}

.tipo_curso {
	margin-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

.link_curso {
	margin: 5px 40px 5px 60px;
}

.link_curso a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #03F;
	text-decoration: none;
}

.link_curso a:hover {
	color: #F60;
}

#aba table.tabela {
	border-collapse: separate;
	border: 1px solid #CCC;
	text-align: left;
	margin-left: 1px;
	border-spacing: 1px;
}

#aba {
	width: 100%;
	padding: 0px 0px 3px 0px;
}

#aba_off {
	padding: 0px 10px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: #EEE9E9;
	border: 1px solid #CCC;
}

#aba_off a {
	text-decoration: none;
	color: #696969;
	display: block;
}

#aba_off a:hover {
	color: #000000;
}

#aba_on {
	padding: 0px 10px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

#aba_caixa {
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	padding: 5px;
}

/*#################################EFEITOS EM CAMPOS############################################### */

.editNoFocus {
	background-color: #FFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.editFocus {
	background-color: #ecebe9;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

/* ############################## INSCRIÇÃO DO VESTIBULAR ############################# */

#quadro_inscricao {
	margin-top: 20px;
}

#dados {
	height: 25px;
}

#instrucao {
	background: #ecebe9;
	border: 1px solid #CCC;
	padding: 5px
}

a.link_consulta_vestibular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a.link_consulta_vestibular:hover {
	color: #F60;
}