/* --------------------------------------------------------------------------*/
/*GLOBAL; (reset, corpo da pagina, estilo padrão para parágrafos, listas, etc.)
/* --------------------------------------------------------------------------*/
@font-face {
    font-family: 'ProximaNovaThBold';
    src: url('proximanova-extrabold-webfont.eot');
    src: url('proximanova-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('proximanova-extrabold-webfont.woff') format('woff'),
         url('proximanova-extrabold-webfont.ttf') format('truetype'),
         url('proximanova-extrabold-webfont.svg#ProximaNovaThBold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ProximaNovaRgRegular';
    src: url('proximanova-regular-webfont.eot');
    src: url('proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('proximanova-regular-webfont.woff') format('woff'),
         url('proximanova-regular-webfont.ttf') format('truetype'),
         url('proximanova-regular-webfont.svg#ProximaNovaRgRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
* {
	padding:0px;
	margin:0px;
}

a {
	cursor:pointer;
	text-decoration:none;
	transition:color 300ms ease-out;
   -webkit-transition:color 300ms ease-out;
    -moz-transition:color 300ms ease-out; 
}
a:hover{
	transition:color 300ms ease-out;
   -webkit-transition:color 300ms ease-out;
    -moz-transition:color 300ms ease-out; 
	}
:hover{
	transition:color 300ms ease-out;
   -webkit-transition:color 300ms ease-out;
    -moz-transition:color 300ms ease-out; 
	}	
a:focus {
	outline: none;
}
.clearFloat {
	clear:both;
}
body {
	font:15px Arial, Helvetica, sans-serif;
	background:url(../images/estrutura/bg.jpg) no-repeat scroll 50% 0 #fff;
	overflow-x:hidden;
}
img {
	border:0px;
}
input:focus {
	outline: none;
}


/* --------------------------------------------------------------------------*/
/* --------------------- Cabeçalho da página ---------------------------------
/* --------------------------------------------------------------------------*/
#topo-geral{
	width:100%;
	height:49px;
	background-image:url(../images/estrutura/bg-topo.png);
	background-color:#E10000;
	}
#topo{
	width:965px;
	margin: 0 auto;
	}	
#topo #logo{
	position:absolute;
	z-index:99999;
	}	
#topo #menu{
	float:right;
	font-family: 'ProximaNovaRgRegular';
	}	
#topo #menu ul {
	list-style:none;
	margin-top:10px;
	}	
#topo #menu ul li {
	float:left;
	display:inline;
	border-left:1px dotted #9B0000;
	}	
#topo #menu ul li:first-child{
	border: 0px;
	}	
#topo #menu ul li a {
	display:block;
	padding:8px 6px;
	font-size:13px;
	color:#FFC6C6;
	text-transform:uppercase;
	}	
#topo #menu .marcador{
	padding-right:12px;
	background-position:right 14px;
	margin-right:4px;
	background-image:url(../images/estrutura/marcador-menu.png);
	background-repeat:no-repeat;
	}	
#topo #menu .marcador:hover{
	background-position:right -7px;
	}	
#topo #menu ul li a:hover{
	color:#fff;
	}	
#drop-ensino{
	margin:-7px 0px 0px -28px;
	display:none;
	}	
#drop-processo{
	margin:-7px 0px 0px -22px;
	display:none;
	}	
#drop-servico{
	margin:-7px 0px 0px -22px;
	display:none;
	}	
.submenu{
	background-image:url(../images/estrutura/bg-menu.png);
	background-repeat:no-repeat;
	width:140px;
	position:absolute;
	padding:14px 10px 5px 10px;
	z-index:99999;
	font-size:12px;
    }	
#topo #menu ul li  .submenu a{
	display:block;
	border-top:1px dotted #9B0000;
	font-size:11px;
	}	
#topo #menu ul li  .submenu a:first-child{
	border:none;
	}	
/* --------------------------------------------------------------------------*/
/* --------------------- Estrutura da página ---------------------------------
/* --------------------------------------------------------------------------*/
#slider{
	width:100%;
	height:343px;
	overflow:hidden;
	background-color:#000;
	}
.repetir{
	width:100%;
	height:343px;
	}	
.centro-slider{
	width:965px;
	margin:0 auto;
	}
#thumbs{
	width:965px;
	margin: 0 auto;
	}		
#nav2{
	float:right;
	margin-top:-93px;
	position:relative;
	z-index:99999;
	display:none;
	}
 ul#nav2 {
	list-style:none;
	z-index:99999;
	}
ul#nav2  li {
	float:left;
	margin-left:3px;
	font-size:11px;
	line-height:12px;
	}
ul#nav2  li .imagem{
	width:120px;
	height:50px;
	background-image:url(../images/estrutura/bg-imagem.png);
	margin-bottom:3px;
	}	
	
ul#nav2  li .imagem .mascara{
	display:none;
	}		

ul#nav2  li .activeSlide .imagem .mascara {
    position: absolute;
	display:block;
}	
ul#nav2  li  a {
	display:block;
	padding:5px;
	width:120px;
	height:79px;
	background-color:#fff;
	color:#E10000;
	}	
ul#nav2  li  a:hover{
	color:#000;
	margin-top:-3px;
	}	
ul#nav2  li  .activeSlide {
	color:#ccc;
	}	
	
		
.centro-slider .imagem-slider{
	margin-left:-500px;
	position:absolute;
	z-index:9996;
	}	
#slider .descricao-slider{
	font-size:50px;
	letter-spacing:-2px;
	text-transform:uppercase;
	color:#fff;
	text-shadow:3px 3px 3px #333;
	width:309px;
	position:absolute;
	z-index:9999;
	margin-top:93px;
	line-height:50px;
	font-family: 'ProximaNovaThBold';
	margin-left:54px;
	}	
#slider .descricao-slider a {
	float:left;
	margin-top:5px;
	display:none;
	}	
	
#conteudo{
	width:965px;
	margin: 0 auto;
	margin-top:42px;
	
	}	
.titulo{
	color:#E10000;
	text-transform:uppercase;
	font-size:19px;
	padding-bottom:8px;
	font-family: 'ProximaNovaThBold';
	}		
#conteudo .efeito .titulo{
	color:#E10000;
	text-transform:uppercase;
	font-size:19px;
	padding-bottom:8px;
	font-family: 'ProximaNovaThBold';
	}	
.efeito .imagem .mascara {
    margin: 1px 0 0 1px;
    position: absolute;
	display:none;
}
#conteudo .efeito:hover .titulo{
	color:#333;
	}

#coluna-principal .efeito:hover .imagem{
	border-bottom:3px solid #333;
	}
.efeito a:hover .texto{ 
	color:#333;
	}	
	
	
#coluna-principal{
	float:left;
	width:557px;
	}	
#coluna-principal .imagem{
	padding-bottom:1px;
	border-bottom:3px solid #E10000;
	margin-bottom:7px;
	}
.texto{
	font-size:11px;
	color:#666666;
	line-height:15px;
	}
#coluna-principal .a-faculdade{
	width:265px;
	float:left;
	}	
#coluna-principal .graduacao{
	width:265px;
	float:right;
	}
#coluna-principal .extensao , #coluna-principal .pesquisa , #coluna-principal .pos-graduacao{
	width:170px;
	float:left;
	}			
#coluna-principal .pesquisa{
	margin:0px  23px;
	}	
#coluna-principal #colunas {
    padding:40px 0px;	
	} 
#biblioteca .imagem{
	width:333px;
	height:117px;
	float:right;
	border:0px;
	}

#coluna-principal #biblioteca.efeito:hover .imagem{
	border-bottom:0px solid #fff;
	}	
	
#biblioteca .descricao-biblioteca{
	float:left;
	width:220px;
	}	
#biblioteca img{
	float:right;
	}					
#coluna-secundaria{
	float:right;
	width:366px;
	}	
#corpo-diferenciado{
	margin-bottom:33px;
	}
#corpo-diferenciado .subtitulo{
	color:#999999;
	font-size:11px;
	line-height:8px;
	margin-bottom:10px;
	}	
#corpo-diferenciado .bt-docente{
	display:block;
	width:365px;
	height:32px;
	background-image:url(../images/estrutura/bt-docente.png);
	background-repeat:no-repeat;
	margin-top:30px;
	}	
#corpo-diferenciado .bt-docente:hover{
	background-position:left bottom;
	}	
#box-twitter-professores{
	height:290px;
	}
	
#twitter iframe{
	margin-left:9px;
	}	
#mais-conteudo{
	background-image:url(../images/estrutura/bg-mais-conteudo.png);
	background-repeat:repeat-x;
	width:965px;
	margin:0 auto;
	margin-top:60px;
	padding-top:51px;
	}	
#mais-conteudo #informativo{
	width:307px;
	height:307px;
	float:left;
	background-image:url(../images/estrutura/bg-informativo.png);
	}	
#informativo-slider{
	min-height:239px;
	}		
#mais-conteudo #artigo{
	width:307px;
	height:307px;
	float:left;
	background-image:url(../images/estrutura/bg-informativo.png);
	margin: 0px 22px;
	}	

 #informativo ul{
	list-style:none;
	width:281px;
	min-height:239px;
	}	
 #informativo ul ,  #informativo li{
	margin:0;
	padding:0;
	list-style:none;
	}
 #informativo  li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:270px;
	overflow:hidden; 
	}	
	
p#controls{
	margin:0;
	position:relative;
	background-image:url(../images/estrutura/desativado.jpg);
	width:296px;
	height:32px;
	margin-left:-7px;
	} 

#prevBtn, #nextBtn{ 
	display:block;
    width:148px;
	height:32px;
	float:left;
	}
#prevBtn{
	float:left;
	}		
#nextBtn{ 
	float:left;
	margin-left:-1px;
	}														
#prevBtn a{  
	display:block;
	width:148px;
	height:32px;
	background:url(../images/estrutura/desce.jpg) no-repeat 0 0;
	background-image:url(../images/estrutura/sobe.jpg);
	color:#fff;
	font-size:1px;
	}	
#prevBtn a:hover{
	background-position:left bottom;
	}	
#nextBtn a{ 
    background-image:url(../images/estrutura/desce.jpg);
    display:block;
	width:148px;
	height:32px;
	color:#fff;
	font-size:1px;
	}	
#nextBtn a:hover{	
	background-position:left bottom;
	}		
	
	
	
		
#mais-conteudo #publicidade{
	width:307px;
	height:307px;
	float:left;
	}	
#contato{
	width:100%;
	height:420px;
	background-color:#f2f2f2;
	background-image:url(../images/estrutura/bg-contato.png);
	background-repeat:repeat-x;
	margin-top:85px;
	}		
#contato-centro{
	width:965px;
	margin: 0 auto;
	padding-top:40px;
	}	
#contato-centro .coluna{
	padding:14px;
	background-color:#fff;
	width:278px;
	height:304px;
	border-bottom:3px solid #E00000;
	float:left;
	}	
#twitter{
	margin:0px 23px;
	}	
#contato-centro .coluna .titulo{
	font-family: 'ProximaNovaRgRegular';
	font-size:24px;
	color:#E10000;
	text-transform:uppercase;
	margin-bottom:15px;
	}	
#contato-centro .coluna .titulo img{
	float:left;
	margin-right:10px;
	margin-top:-3px;
	}		
 a.ver-artigo{
	float:right;
	font-size:12px;
	color:#E10000;
	font-family: 'ProximaNovaRgRegular';
	text-transform:lowercase;
	margin-right:12px;
	margin-top:5px;
	padding-right:12px;
	background-image:url(../images/estrutura/marcacao.png);
	height:13px;
	background-repeat:no-repeat;
	background-position:right 5px;
	line-height:16px;
	}
a:hover.ver-artigo{
	color:#000;
	background-position:right bottom;
	}		
#box-informativos , #box-artigos{
	padding:0px 13px;
	}	
	
#box-informativos .informe{
	border-top:1px dashed #ccc;
	}
#box-informativos .informe{
	padding-top:10px;
	display:block;
	cursor:text;
	color:#666666;
	padding-bottom:10px;
	margin-bottom:10px;
	font-size:12px;
	line-height:16px;
	}
#box-informativos .informe a{
	color:#E10000;
	}	
#box-informativos .informe a:hover{
	text-decoration:underline;
	}	
#box-informativos .informe:first-child{
	border:none;
	}	

	


#box-artigos  .artigo{
	border-top:1px dashed #ccc;
	}
#box-artigos  .artigo a{
	padding-top:8px;
	display:block;
	color:#666666;
	padding-bottom:8px;
	margin-bottom:8px;
	font-size:12px;
	line-height:16px;
	}
#box-artigos  .artigo:first-child{
	border:none;
	}	
#box-artigos  .artigo a:hover{
	color:#333333;
	}	
#box-artigos  .artigo a span{
	color:#FF0000;
	line-height:20px;
	}		
#box-artigos  .artigo a:hover span{
	color:#333;
	}			
/* --------------------------------------------------------------------------*/
/* --------------------------- Rodapé ----------------------------------------
/* --------------------------------------------------------------------------*/
#rodape-geral{
	background-image:url(../images/estrutura/bg-rodape.png);
	background-repeat:repeat-x;
	}
#rodape{
	width:965px;
	height:194px;
	margin:0 auto;
	padding-top:15px;
	text-transform:uppercase;
	font-family: 'ProximaNovaRgRegular';
	}
#rodape ul{
	list-style:none;
	max-width:140px;
	float:left;
	height:144px;
	margin-left:35px;
	}	
#rodape ul:first-child{
	margin-left:0px;
	}	
#rodape ul li {
	color:#FFC6C6;
	font-size:10px;
	padding-bottom:5px;
	}
#rodape ul li:first-child{
	font-size:14px;
	padding-bottom:10px;
	}	
#rodape ul li a{
	color:#FFC6C6;
	}	
#rodape ul li a:hover{
	color:#fff;
	}	
#instituicao{
	float:left;
	margin-top:17px;
	}
#nimboz{
	float:right;
	margin-top:17px;
	color:#fff;
	font-size:10px;
	}	
#nimboz img{
	float:right;
	margin-top:5px;
	}	
/* --------------------------------------------------------------------------*/
/* --------------------------- Formulários -----------------------------------
/* --------------------------------------------------------------------------*/
#contato .endereco{
	color:#666666;
	font-size:11px;
	padding-bottom:15px;
	border-bottom:1px dashed #ccc;
	margin-bottom:15px;
	}
#contato .boxForm {
    background: url("../images/estrutura/form.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 167px;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 3px;
    position: relative;
    width: 278px;
}
#contato .boxForm .boxAviso {
    display: block;
    height: 151px;
    left: 0;
    margin-left: 1px;
    padding-left: 130px;
    padding-top: 52px;
    position: absolute;
    top: 0;
    width: 150px;
}
#contato .boxForm .boxSucesso {
   background: url("../images/estrutura/box-alerta.jpg") no-repeat scroll 0 0 white;
}
#contato .boxForm .boxErro {
   background: url("../images/estrutura/box-alerta.jpg") no-repeat scroll 0 0 white;
}
#contato .boxForm .boxAlerta {
   background: url("../images/estrutura/box-alerta.jpg") no-repeat scroll 0 0 white;
}
#contato .boxForm .boxAviso .texto {
    color: #8B8B8B;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    line-height: 120%;
    margin-left: -81px;
    margin-top: 54px;
    text-align: center;
    width: 151px;
}
#contato .boxForm .boxAviso .btOk {
    background: url("../images/estrutura/btOk.png") no-repeat scroll 0 0 white;
    display: block;
    height: 34px;
    position: absolute;
    right: 0;
    top: 4px;
    width: 38px;
}
#contato .boxForm .boxAviso .btOk:hover {
    background-position: left bottom;
}
#contato .boxForm .inputForm {
    background: none repeat scroll 0 0 transparent;
    border: 0 solid white;
    color: #8B8B8B;
    display: block;
    font-family: Arial;
    font-size: 11px;
    height: 34px;
    margin-bottom: 1px;
    margin-top: -2px;
    padding-left: 10px;
    width: 238px;
}
#contato .boxForm .mensagem {
    background: none repeat scroll 0 0 transparent;
    border: 0 solid white;
    color: #8B8B8B;
    display: block;
    float: left;
    font-family: Arial;
    font-size: 11px;
    height: 87px;
    line-height: 110%;
    margin-bottom: 3px;
    overflow: hidden;
    padding-left: 10px;
    padding-top: 9px;
    width: 265px;
}
#contato .boxForm .btEnviar {
    background: url("../images/estrutura/enviar.png") no-repeat scroll 0 0 transparent;
    border: 0 solid white;
    cursor: pointer;
    display: block;
    float: right;
    height: 32px;
    margin-right: 2px;
    margin-top: 0px;
    width: 78px;
}
#contato .boxForm .btEnviar:hover {
    background-position: left bottom;
}
/* --------------------------------------------------------------------------*/
/* --------------------- Extras ou Miscelâneas --------------------------------
/* --------------------------------------------------------------------------*/