			/*  DEFINIÇÕES DE ESTILO PADRÃO PARA TODAS AS PÁGINAS DO SITE  */
			
			* {
				border:none;
				padding:0px;
				text-align: left;
				margin: 0px;
				font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
				color:#000;
				list-style: none; /*define as caractristicas das listas, */
				text-decoration:none; /*definindo nenhuma decoração para os textos*/
				outline: none; /*nenhuma margem ao redor dos elemntos.*/
				}
			body { background: #FFF url(../images/bg.jpg) repeat-x; } /* cor de fundo alternativa #EBF5DF */
			body#semFundo { background: #fff url(none); }
			
			/*  LINKS PADRÕES  */
			a:link {
				text-decoration:none;
				color: #0068AE;
				}
			a:visited {
				text-decoration:none;
				color: #0068AE;
				}
			a:hover {
				text-decoration:underline;
				color: #0068AE;
				}
			a:active {
				text-decoration:none;
				color: #0068AE;
				}
			/*  fim  */
			
			/*  LINKS COM OUTRAS CORES  */
			a.linkDiferenciado {
				text-decoration:none;
				color: #626262;
				}
			a.linkDiferenciado:visited {
				text-decoration:none;
				color: #626262;
				}
			a.linkDiferenciado:hover {
				text-decoration:underline;
				color: #626262;
				}
			a.linkDiferenciado:active {
				text-decoration:none;
				color: #626262;
				}
			/*  fim  */

			/*  PARÁGRAFOS  */
			p { text-align:left; }
			/*  fim  */
			
			.justify { text-align:justify; }
			
			/*  NEGRITO  */
			strong {
				font-weight:bold;
				color: #333333;
				}
			/*  fim  */
			
			/*  ITÁLICO  */
			em {
				font-style:italic;
				}
			/*  fim  */
			
			/*  LINHA ESTILIZADA  */
			hr {
				border-bottom: 1px dotted #E0DFE3;
				border-top-style: none;
				border-right-style: none;
				border-left-style: none;
				}
			.line {
				border-bottom: 1px solid #D0EDFB;
				border-top-width: 1px;
				border-right-width: 1px;
				border-left-width: 1px;
				border-top-style: none;
				border-right-style: none;
				border-left-style: none;
				}
			/*  fim  */
			
			/*  CABEÇALHOS   */
			h1, h2, h3, h4, h5, h6 {
				font-family: Arial, Helvetica, sans-serif;
				color: #0068B0;
				font-weight:bold;
				}
			h1 { font-size: 20px; }
			h2 { font-size: 16px; }
			h3 { font-size: 14px; }
			h4 { font-size: 12px; }
			h5 { font-size: 10px; }
			/*  fim  */
			
			/*  ELEMENTOS DE FORMULÁRIO   */
			form {}
			fieldset {
				border: 1px solid #E7E8EC;
				padding: 5px;
				}
			input, select, textarea {
				background:#FFF;
				padding: 1px;
				border: 1px solid #D5D7DE;
				}
			input:focus, select:focus, textarea:focus {
				padding: 1px;
				background:#FFFFD7;
				border:1px solid #C30;
				}
			legend {
				padding: 3px;
				background: #EAEEEF;
				color: #0068B0;
				}
			label {
				color: #586F74;
				}
			input.textfield {
				padding: 2px;
				}
			input.textarea {
				padding: 2px;
				}
			input.select {
				border-style: none;
				}
			input.checkbox {
				border: 1px none #E0DFE3;
				margin: 0px;
				background: transparent;
				}
			input.radiobutton {
				background:none;
				border-style: none;
				background: transparent;
				}
			input.submit {
				background-color:#EEEFF1;
				color:#333333;
				border-right: 1px solid #B7BAC0;
				border-top: 1px solid #FFFFFF;
				border-left: 1px solid #FFFFFF;
				border-bottom: 1px solid #B7BAC0;
				font: 11px Arial, Helvetica, sans-serif;
				padding: 2px;
				}
			input.imageField {
				border-style: none;
				}
			/*  fim  */
			
			/*  LISTAS  */
			ul {
				list-style-type: none;
				padding:0px;
				}
			li {
				background:none;
				/*background: url(../images/marcadores/seta.gif) no-repeat 0px 0.4em;*/
							display:block;
				text-indent: 10px;
				border:none;
				padding-bottom: 6px;
				width: auto;
				}
			ol { list-style:none; }
			/*  fim  */

			/* ALINHA OS BOTÕES NO CASO DE FICAR APÓS OS CAMPOS DE FORMULÁRIOS */
			.alinhaBotao { margin-bottom: -4px; }
			/* fim */

			/*  TABELAS  */
			table {
				border-collapse:separate;
				width:100%;
				color: #0068B0;
				}
			table tr td { padding:2px; }
			.titulo {
				font-weight:bold;
				color:#0068B0;
				background-color:#D0EDFB;
				padding: 3px;
				margin-bottom: 3px;
				}
			.titulo td {
				color: #0068AE;
				font-weight: bold;
				}
				
			.titulo2 {
				font-weight:bold;
				color:#333333;
				background-color:#DEF2FC;
				}

			/* ORDENA OS ÍTENS DAS TABELAS */
			table .titulo td a.ordenar-itens {
				background: url(../images/setaDown.png) no-repeat center top;
				display: block;
				padding-top: 5px;
				padding-bottom: 5px;
				font-weight: bold;
				}
			table .titulo td a.ordenar-itens:hover { background: url(../images/setaUp.png) no-repeat center top; }
			/* fim */

			table tr.rodape td {
			  font-weight:bold;
			  background-color:#EAEEEF;
				}
			.corUm { background-color:#fff; }
			.corDois { background-color:#F6F6F6; }
			.alinhaDir { text-align:right; }
			.alinhaMeio { text-align:center; }
			/*  DEFINIÇÕES DE ESTILO PARA AS LARGURAS DAS CÉLULAS DAS TABELAS  */
			.auto { width:auto};
			.width5 { width:5px; }
			.width10 { width:10px; }
			.width15 { width:15px; }
			.width20 { width:20px; }
			.width25 { width:25px; }
			.width30 { width:30px; }
			.width35 { width:35px; }
			.width40 { width:40px; }
			.width45 { width:45px; }
			.width50 { width:50px; }
			.width60 { width:60px; }
			.width65 { width:65px; }
			.width70 { width:70px; }
			.width75 { width:75px; }
			.width80 { width:80px; }
			.width85 { width:85px; }
			.width90 { width:90px; }
			.width95 { width:95px; }
			.width100 { width:100px; }
			.width150 { width:150px; }
			.width200 { width:200px; }
			.width250 { width:250px; }
			.width256 { width:256px; }
			.width300 { width:300px; }
			.width350 { width:350px; }
			.width400 { width:400px; }
			.width450 { width:450px; }
			.width500 { width:500px; }
			.width550 { width:550px; }
			/*  fim  */
			
			/*  DEFINIÇÕES DE ESTILO PARA AS LARGURAS DAS CÉLULAS DAS TABELAS CENTRALIZADAS */
			.width5Center { width:5px; text-align:center; }
			.width10Center { width:10px; text-align:center; }
			.width15Center { width:15px; text-align:center; }
			.width20Center { width:20px; text-align:center; }
			.width25Center { width:25px; text-align:center; }
			.width30Center { width:30px; text-align:center; }
			.width35Center { width:35px; text-align:center; }
			.width40Center { width:40px; text-align:center; }
			.width45Center { width:45px; text-align:center; }
			.width50Center { width:50px; text-align:center; }
			.width60Center { width:60px; text-align:center; }
			.width65Center { width:65px; text-align:center; }
			.width70Center { width:70px; text-align:center; }
			.width75Center { width:75px; text-align:center; }
			.width80Center { width:80px; text-align:center; }
			.width85Center { width:85px; text-align:center; }
			.width90Center { width:90px; text-align:center; }
			.width95Center { width:95px; text-align:center; }
			.width100Center { width:100px; text-align:center; }
			.width150Center { width:150px; text-align:center; }
			.width200Center { width:200px; text-align:center; }
			.width250Center { width:250px; text-align:center; }
			.width300Center { width:300px; text-align:center; }
			/* fim */

			table.tabGaleriaDest {
				width:auto;
				}

			/* DIVERSOS ESTILOS PARA TAG (SPAN) */
			span.data {
				font-size:10px;
				color:#999999;
				}
			/*  fim  */
			
			/*  MENSAGENS  */
			span.mensagens {
				display:block;
				border:none;
				padding: 3px;
				font-size: 12px;
				}
			span.mensagens img {
				float:left;
				display:block;
				margin-right: 5px;
				padding-right: 3px;
				padding-bottom: 0px;
				padding-left: 3px;
				}
			/*  fim  */
			
			/*  FOCO  */
			span.foco {
				font-weight:bold;
				color: #5EBEFF;
				}
			/*  fim  */
			
			/*  DEFINIÇÕES DE ESTILO PARA AS MENSAGENS  */
			span.observacao {
				display:block;
				color:#FF0000;
				padding: 3px;
				}
			/*  fim  */
			
			/*  CURSOR  */
			.hand { cursor:pointer;}
			/*  fim  */
			
			/*  BARRAS PARA OS TOPOS DAS TABELAS  */
			.barrTopoTabelas {
				color: #0068B0;
				padding: 3px;
				border-bottom: 1px solid #0068B0;
				margin-bottom: 5px;
				font: bold 14px Arial, Helvetica, sans-serif;
				height: 20px;
				}
			/*  fim  */
			
			/*  LINK SUBIR  */
			.linkSubir {
				text-indent: 15px;
				float: right;
				background: url(../images/marcadores/subir.gif) no-repeat 3px 5px;
				line-height: 15px;
				}

			/* FUNDO COM ORNAMENTO LATERAL */
			#bgConteudo {
				display:none;
				}
			/* fim */

			/*  DEFINIÇÕES DE ESTILO PARA AJUSTAR O LAYOUT NO MEIO DA PÁGINA <div id="principal">  */
			#principal {
				width:770px;
				margin-right: auto;
				margin-left: auto;
				clear: both;
				}
			/*  fim  */
			
			/*  TOPO  */
			#principal #topo {
				width: 770px;
				height:80px;
				position: relative;
				z-index: 17;
				}
			/*  fim  */

			/* FLOAT BANNER */
			#principal #topo #floatBanner {
				display:none;
				position: absolute;
				top: 265px;
				left: 92px;
				z-index: 18;
				}
			/* fim */

			/*  LOGO  */
			#principal #topo #logo {
				position: absolute;
				left: 20px;
				top: 21px;
				z-index: 8;
				}
			#principal #topo #logoTexto {
				position: absolute;
				left: 148px;
				top: 37px;
				}
			/*  fim  */
			
			/*  BOTÃO CESMAC EM UM CLIQUE  */
			#principal #topo #btnCesmacEmUmClique {
				position: absolute;
				left: 518px;
				top: 45px;
				z-index: 17;
				width: 233px;
				}
			#principal #topo #btnCesmacEmUmClique #subMenuCesmacEmUmClique {
				position: absolute;
				left: 33px;
				top: 21px;
				width: 172px;
				z-index: 17;
				height: 115px;
				visibility: hidden;
				}
			#principal #topo #btnCesmacEmUmClique #subMenuCesmacEmUmClique .topo {
				width: 199px;
				height: 17px;
				}
			#principal #topo #btnCesmacEmUmClique #subMenuCesmacEmUmClique .meio {
				width: 198px;
				background: url(../images/cesmacEmUmClique/meioCesmacEmUmClique.gif) repeat-y left top;
				padding-right: 1px;
				}
			#principal #topo #btnCesmacEmUmClique #subMenuCesmacEmUmClique .rodape {
				width: 199px;
				height: 10px;
				}
			#principal #topo #btnCesmacEmUmClique #subMenuCesmacEmUmClique .rodape img {
				display:block;
				}
			#principal #topo #btnCesmacEmUmClique #subMenuCesmacEmUmClique ul {
				list-style-type: none;
				display: block;
				padding-left: 30px;
				padding-right: 15px;
				overflow: auto;
				height: 200px;
				}
			#principal #topo #btnCesmacEmUmClique #subMenuCesmacEmUmClique ul li {
				background: url(../images/marcadores/setaBranca.gif) no-repeat 0px 0.3em;
				display:block;
				text-indent: 15px;
				padding-bottom: 3px;
				width: auto;
				}
			#principal #topo #btnCesmacEmUmClique #subMenuCesmacEmUmClique ul li a {
				color:#FFFFFF;
				text-decoration:none;
				font-size:11px;
				}
			#principal #topo #btnCesmacEmUmClique #subMenuCesmacEmUmClique ul li a:hover {
				color:#FFFFFF;
				text-decoration:underline;
				font-size:11px;
				}
			/*  fim  */
			
			/*  CONTEÚDO GERAL  */
			#principal #conteudoGeral {
				padding-right: 20px;
				padding-left: 20px;
				width: 730px;
				height: auto;
				}
			/*  fim  */
			
			/*  MAIS INFORMAÇÕES  */
			#principal #conteudoGeral .maisInformacoes {
				float:
				display:block;
				margin-top: 10px;
				}
			#principal #conteudoGeral .maisInformacoes img {
				display: inline;
				margin-right:0px;
				margin-bottom: -3px;
				}
			/*  fim  */
			
			/*  CONTEÚDO DAS PÁGS INTERNAS  */
			#principal #conteudoGeral #boxConteudoInternas {
	width: 487px;
	/* background: url(../images/bgBoxConteudoInternas.gif) no-repeat left top; FUNDO BRANCO */
				background: url(../images/bgConteudoInternas.jpg) no-repeat left top;
	padding: 20px;
	float: right;
	text-align: right;
				}
			/*  fim  */
			
			/*  COLUNA ESQUERDA  */
			#principal #conteudoGeral #colunaEsquerda {
				width: 183px;
				margin-right: 20px;
				float: left;
				}
			/*  fim  */
			
			/*  MENU DAS PÁGS INTERNAS  */
			#principal #conteudoGeral #colunaEsquerda .menuInternas {
				width: 183px;
				height: auto;
				}
			#principal #conteudoGeral #colunaEsquerda .menuInternas .barrTit {
				height: 29px;
				width: 183px;
				}
			#principal #conteudoGeral #colunaEsquerda .menuInternas .topo {
				height: 4px;
				width: 183px;
				}
			#principal #conteudoGeral #colunaEsquerda .menuInternas .topo img {
				display:block;
				}
			#principal #conteudoGeral #colunaEsquerda .menuInternas .meio {
				width: 183px;
				height:auto;
				background: url(../images/menuInternas/meio.gif) repeat-y;
				}
			#principal #conteudoGeral #colunaEsquerda .menuInternas .meio ul { border:none; }
			#principal #conteudoGeral #colunaEsquerda .menuInternas .meio ul li {
				display:block;
				border-style: none;
				margin-right: 10px;
				margin-left: 10px;
				}
			#principal #conteudoGeral #colunaEsquerda .menuInternas .meio ul li a strong  {
				text-decoration:underline;
				color:#fff;
				}
			#principal #conteudoGeral #colunaEsquerda .menuInternas .meio ul li a {
				text-decoration:none;
				color:#fff;
				}
			#principal #conteudoGeral #colunaEsquerda .menuInternas .meio ul li a:hover {
				text-decoration:underline;
				color:#fff;
				}
			#principal #conteudoGeral #colunaEsquerda .menuInternas .rodape {
				height: 10px;
				width: 183px;
				display: block;
				}
			#principal #conteudoGeral #colunaEsquerda .menuInternas .rodape img {
				display:block;
				}
			/*  fim  */
			
			/*  CALENDÁRIO DAS PÁGINAS INTERNAS DO PORTAL  */
			#principal #conteudoGeral #colunaEsquerda #calendarioInternas {
				text-align: right;
				margin-top: 20px;
				width:183px;
				}
			#principal #conteudoGeral #colunaEsquerda #tabelaCalendarioInternas {
				background: url(../images/index/calendario/bgCalendarioInternas.gif) no-repeat;
				width:163px;
				padding:15px 10px;
				height: 325px;
				}
			#principal #conteudoGeral #colunaEsquerda #tabelaCalendarioInternas #maisInformacoes { margin-left:0px; }
			#principal #conteudoGeral #colunaEsquerda table.tabCalendarioInternas {
				font: 10px Arial, Helvetica, sans-serif;
				border-collapse: collapse;
				}
			#principal #conteudoGeral #colunaEsquerda td.destaqueDia {
				background: #EAEEEF;
				text-align: center;
				}
			#principal #conteudoGeral #colunaEsquerda .mesCalendarioInternas {
				font: italic bold 14px Arial, Helvetica, sans-serif;
				color: #33B0ED;
				}
			#principal #conteudoGeral #colunaEsquerda .anoCalendarioInternas {
				font: italic bold 18px/1px Arial, Helvetica, sans-serif;
				color: #0068B0;
				}
			#principal #conteudoGeral #colunaEsquerda .dataCalendarioInternas { color: #586F74; }
			#principal #conteudoGeral #colunaEsquerda .textoCalendarioInternas { color: #586F74; }
			#principal #conteudoGeral #colunaEsquerda ul#boxTextoCalendario { list-style: none; }
			#principal #conteudoGeral #colunaEsquerda ul#boxTextoCalendario li {
				text-align: left;
				font: 11px Verdana, Arial, Helvetica, sans-serif;
				padding-top: 5px;
				text-indent: 20px;
				background: url(../images/marcadores/seta2.gif) no-repeat 4px 14px;
				padding-bottom: 5px;
				border-bottom: 1px dashed #E8EFF9;
				}
			/*  fim  */
			
			/*  DEFINIÇÕES DE ESTILOS PARA A PAGINAÇÃO DE CONTEÚDO  */
			#principal #conteudoGeral div.paginacao {
				text-align:left;
				padding-right: 4px;
				font-size: 12px;
				float: right;
				}
			#principal #conteudoGeral div.paginacao a:link { color:#006AAC; }
			#principal #conteudoGeral div.paginacao a:visited { color:#006AAC; }
			#principal #conteudoGeral div.paginacao a:hover { color:#006AAC; }
			#principal #conteudoGeral div.paginacao a:active { color:#006AAC; }
			#principal #conteudoGeral div.paginacao img {
				margin-bottom:0px;
				display: inline;
				}
			#principal #conteudoGeral div.paginacao span {
				font-weight:bold;
				text-decoration:underline;
				}
			/*  fim  */
			
			/*  DEFINIÇÃO DE ESTILOS PARA NAVEGAÇÃO DE RODAPÉ DAS PÁGINAS COM OS LINKS VOLTAR, TOPO, IMPRIMIR  */
			#principal #conteudoGeral div.navRodape {
				text-align:right;
				font-size: 12px;
				float: right;
				clear: both;
				}
			#principal #conteudoGeral div.navRodape img {
				margin-bottom:0px;
				display: inline;
				padding-right: 5px;
				}
			#principal #conteudoGeral div.navRodape span {
				font-weight:bold;
				text-decoration:underline;
				}
			/*  fim  */
			
			/*  RODAPÉ  */
			#rodape {
				background: url(/images/bgRodape.jpg) repeat-x left top;
				height: 81px;
				clear: both;
				width: auto;
				}
			#rodape span {
				display: block;
				margin-right: auto;
				margin-left: auto;
				width: 750px;
				text-align: right;
				padding-right: 20px;
				padding-top: 20px;
				}
			/*  fim  */
			
			/*  BARRA DOS TÍTULOS DAS PÁG INTERNAS  */
			#principal #conteudoGeral #boxConteudoInternas .barrTit {
				border-bottom: 1px solid #0066AE;
				border-top-style: none;
				border-right-style: none;
				border-left-style: none;
				height: 20px;
				margin-bottom: 20px;
				}
			#principal #conteudoGeral #boxConteudoInternas .barrTit span {
				color: #006AAC;
				font-size: 14px;
				font-weight: bold;
				float: left;
				height: 20px;
				}
			#principal #conteudoGeral #boxConteudoInternas .barrTit #maisInformacoes {
				left: 637px;
				top: 314px;
				float: right;
				margin-top: 0px;
				font-size: 14px;
				}
			/*  fim  */
			
			/*  LEGENDA  */
			#principal #bgLayoutMeio #legendas {
				height: 58px;
				width: auto;
				background: url(../images/legendas/bgLegendas.gif) no-repeat left top;
				}
			#principal #bgLayoutMeio #legendas span {
				display:block;
				padding: 3px;
				float: left;
				margin-top: 27px;
				margin-left: 5px;
				font-size: 12px;
				}
			#principal #bgLayoutMeio #legendas span img {
				float:left;
				display:block;
				padding: 3px 3px -3px;
				margin-right: 3px;
				}
			/*  fim  */
			
			/*  FOTO EM DESTAQUE  */
			#principal #conteudoGeral #boxConteudoInternas .fotoDestaque {
				float: left;
				margin-right: 10px;
				}
			/*  fim  */
			
			/*  ??????????  */
			#subMenuInstituicao, #subMenuEnsino, #subMenuServicos, #subMenuComoIngressar{
				display:none;
				}
			/*  fim  */

