@charset "utf-8";
/* CSS Document */

@font-face src: url(Futura Md BT.ttf)

* {margin:0; padding:0;}

h2{
	font-size:18px;	
}

a{
	color:#FFF;
	font-size:13px;
	text-decoration:none;
	border:0;
	margin:0;
	padding:0;
}

a:hover{
	color:#03F;
}

body{
	margin:0 auto;
	font:"Futura Md BT";
	font-size:16px;
/*	font-weight:bold;
*/	color:#fff;
}

#conteudo{
	margin:0 auto;
	width:100%;
	height:1024px;	
	position:absolute;
	z-index:0;
}

	#topo{
		margin:0 auto;
		width:100%;
		height:75px;
		background:url(img/bg_topo.png) repeat-x;
		position:absolute;
		z-index:1;
	}
	
		#topo_conteudo{
			margin:0 auto;
			width:800px;
			height:976px;	
			z-index:2;
			position:relative;
		}
		
.menu2_conteudo{
}

#menu_conteudo_missao{
	width:540px;
	height:810px;
	left:190px;
	top:100px;
	padding:10px 20px 14px 50px;
	background:url(img/bg_missao_conteudo.png) repeat-y;
	text-align:justify;
	position:absolute;
	overflow:auto;
}
	
#menu_conteudo_pessoas{
	width:540px;
	height:810px;
	left:190px;
	top:100px;
	padding:10px 20px 14px 50px;
	background:url(img/bg_pessoas_conteudo.png) no-repeat;
	text-align:justify;
	position:absolute;
	overflow:auto;
}

#menu_conteudo_academico{
	width:540px;
	height:810px;
	left:190px;
	top:100px;
	padding:10px 20px 14px 50px;
	background:url(img/bg_academico_conteudo.png) no-repeat;
	text-align:justify;
	position:absolute;
	overflow:auto;
}

#menu_conteudo_pesquisa{
	width:540px;
	height:810px;
	left:190px;
	top:100px;
	padding:10px 20px 14px 50px;
	background:url(img/bg_pesquisa_conteudo.png) no-repeat;
	text-align:justify;
	position:absolute;
	overflow:auto;
}

#menu_conteudo_extensao{
	width:540px;
	height:810px;
	left:190px;
	top:100px;
	padding:10px 20px 14px 50px;
	background:url(img/bg_extensao_conteudo.png) no-repeat;
	text-align:justify;
	position:absolute;
	overflow:auto;
}

#menu_conteudo_administrativo{
	width:540px;
	height:810px;
	left:190px;
	top:100px;
	padding:10px 20px 14px 50px;
	background:url(img/bg_administrativo_conteudo.png) no-repeat;
	text-align:justify;
	position:absolute;
	overflow:auto;
}

#menu_conteudo_noticias{
	width:540px;
	height:810px;
	left:190px;
	top:100px;
	padding:10px 20px 14px 50px;
	background:url(img/bg_noticias_conteudo.png) no-repeat;
	text-align:justify;
	position:absolute;
	overflow:auto;
}

#menu_conteudo_links{
	width:540px;
	height:810px;
	left:190px;
	top:100px;
	padding:10px 20px 14px 50px;
	background:url(img/bg_links_conteudo.png) no-repeat;
	text-align:justify;
	position:absolute;
	overflow:auto;
}
		
#rodape{
	width:100%;
	height:50px;
	background:url(img/bg_rodape.png) repeat-x;
	position:absolute;
	margin-top:976px;
	z-index:1;
}

	#rodape_conteudo{
		width:800px;
		height:20px;
		position:relative;
		margin:0 auto;
		z-index:2;
		padding:15px 0;
	}

#espacamento{
	width:190px;
	height:30px;
	background:url(img/bg_menu01.png) repeat-x;
}

#ct_tabela_webmail{
	width:100%;
	height:auto;
/*	background:#333;
*/	padding:20px 0;
}



/* =========================== Slide ================================ */

#slideTudo{
	margin:0 auto;
	width:1280px;
	height:1024px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-640px;	
	margin-top:-512px;
	z-index:-1;	
}

#slideshow {
    position:absolute;
    height:350px;
	z-index:-1;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:0;
}

#slideshow IMG.active {
    z-index:-1;
}

#slideshow IMG.last-active {
    z-index:-2;
}

/* =============================== classes ================================= */

.menu_bg{
	height:374px;
}

.menu_missao{
	font-size:14px;
	font-weight:bold;
	width:190px;
	height:41px;
	padding-top:6px;
}

.menu_missao:hover{
	background:url(img/bg_missao.png) no-repeat;
	background-position:right;
}

.menu_pessoas{
	font-size:14px;
	font-weight:bold;
	width:190px;
	height:41px;
	padding-top:6px;
}

.menu_pessoas:hover{
	background:url(img/bg_pessoas.png) no-repeat;
	background-position:right;
}

.menu_academico{
	font-size:14px;
	font-weight:bold;
	width:190px;
	height:41px;
	padding-top:6px;
}

.menu_academico:hover{
	background:url(img/bg_academico.png) no-repeat;
	background-position:right;
}

.menu_pesquisa{
	font-size:14px;
	font-weight:bold;
	width:190px;
	height:41px;
	padding-top:6px;
}

.menu_pesquisa:hover{
	background:url(img/bg_pesquisa.png) no-repeat;
	background-position:right;
}

.menu_extensao{
	font-size:14px;
	font-weight:bold;
	width:190px;
	height:41px;
	padding-top:6px;
}

.menu_extensao:hover{
	background:url(img/bg_extensao.png) no-repeat;
	background-position:right;
}

.menu_administrativo{
	font-size:14px;
	font-weight:bold;
	width:190px;
	height:41px;
	padding-top:6px;
}

.menu_administrativo:hover{
	background:url(img/bg_administrativo.png) no-repeat;
	background-position:right;
}

.menu_noticias{
	font-size:14px;
	font-weight:bold;
	width:190px;
	height:41px;
	padding-top:6px;
}

.menu_noticias:hover{
	background:url(img/bg_noticias.png) no-repeat;
	background-position:right;
}

.menu_links{
	font-size:14px;
	font-weight:bold;
	width:190px;
	height:41px;
	padding-top:6px;
}

.menu_links:hover{
	background:url(img/bg_links.png) no-repeat;
	background-position:right;
}

/*.menu_cursos_deq{
	background:url(img/menu_cursos_deq.png) no-repeat;
	width:95px;
	height:37px;
	position:absolute;
	top:14px;
	left:90px;
}

.menu_cursos_deq:hover{
	background-position:right;
	width:99px;
	cursor:pointer;
	left:88px;
}

.menu_cursos_eng{
	background:url(img/menu_cursos_eng.png) no-repeat;
	width:140px;
	height:37px;
	position:absolute;
	top:2px;
	left:96px;
}
.menu_cursos_eng:hover{
	background-position:right;
	cursor:pointer;
	width:144px;
	top:2px;
	left:94px;
}*/

.logo{
	width:431px;
	height:40px;
	left:95px;
	top:13px;
	position:absolute;
	float:left;
}

.logo02{
	width:150px;
	left:540px;
	top:10px;
	position:absolute;
	float:left;
}

.ufrn{
	width:85px;
	left:700px;
	top:14px;
	position:absolute;
	float:left;
}

.table{
	width:524px;
	height:auto;
	font-size:10px;
	position:relative;
	float:left;
}

.professores{
	background-color:#16146c;
	height:40px;
}

.professores02{
	background-color:#2d2aa7;
	height:40px;
}

.professores03{
	background-color:#06C;
	height:40px;
}

.margin_p{
	margin-left:35px;
	vertical-align:middle;
	color:#fff;
	z-index:2;
}

.icon_menu_conteudo{
	position:relative;
	float:left;	
}

.bg_tabela01{
	width:140px;
	background:url(img/bg_tabela01.png);
	text-align:center;	
}

.bg_tabela02{
	width:115px;
	background:url(img/bg_tabela02.png);
	text-align:center;	
}

.em_construcao{
	position:absolute;
	float:left;
	left:32px;
	top:15px;
	z-index:2
}

.texto01{
	color:#000;	
}

#div{
	position:relative;
	float:left;
	font-size:14px;
	margin-top:10px;
	margin-bottom:10px;
	width:auto;
}

#div02{
	position:relative;
	float:left;
	font-size:14px;
	margin-left:-10px;
	width:190px;
}

.faixa{
	position:relative;
	float:left;
	margin-left:-24px;
}

.paragrafo01{
	position:relative;
	float:left;	
}