/*
/*
Author: UFJF
Author URI: http://www.ufjf.br
Version: 2013
*/
/* INICIO - Zerar as propriedades */
*{
	margin:0;
	padding:0;
	border:none;
	outline: 0;
}
/* FIM - Zerar as propriedades */



body{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background: #FFFFFF;
}

select{
	border: solid 1px #D4D4D4;
	color: #747474;
}


/* INICIO - Barra verde do governo */
.barra_governo {
	background-color: #085E09;
	height: 35px;
	overflow: hidden;
	width: 100%;
	display: block;
	text-align: center;
	border-bottom: #ffb400 solid 1px;
}
.barra_governo_box {
	background: url("./imagens/governo/barra_governo2.gif") no-repeat scroll 0 0 transparent;
	background-position: right bottom;
	display: block;
	height: 35px;
	margin: 0 auto;
	max-width: 1024px;
}
.barra_governo .marca_acesso_informacao {
	display:block;
	float:right;
	height:35px;
	padding: 5px 0px 0px 0px;
	width:140px;
	margin-right:40px;
}
.barra_governo .marca_acesso_informacao a {
	display:block;
	height:35px;
	overflow:hidden;
	text-indent:-9999px;
	width:140px;
}
.barra_governo .marca_brasil {
	display:block;
	float:right;
	height:35px;
	padding: 5px 0px 0px 0px;
	width:100px;
}
.barra_governo .marca_brasil a {
	display:block;
	height:35px;
	overflow:hidden;
	text-indent:-9999px;
	width:100px;
}
/* FIM - Barra verde do governo */

/* INICIO - Barra NOVA cinza do governo */

#wrapper-barra-brasil{
	max-width: 1024px !important;
}

/* FIM - Barra NOVA cinza do governo */

/* INICIO - Barra cinza da UFJF */
#ufjf{
	background:#F1F1F1;
	text-align:center;
	border-bottom: 1px solid #E1E1E1;
	width: 100%;
}

#ufjf2{
	height:40px;
	text-align:left;
	margin: 0 auto;
	max-width:1024px;
}

#ufjf h4{
	text-indent:-9000px;
	overflow:hidden;
	width:276px;
	background: url("./imagens/ufjf/logo.gif") no-repeat center;
	float: left;
	height:40px;
}

#ufjf h4 a{
	display: block;
	width:276px;
	height:40px;
}

#ufjf select{
	color: #747474;
	margin:7px 2px 0px 0px;
	padding-top: 1px;
	vertical-align:middle;
	font-size: 15px;
	float: right;
	height: 26px;
	border: 1px solid #D4D4D4;
}

@media screen and (max-width: 780px){
	#ufjf select{
		width:14%;
	}
}

#busca{
	float: right;
	height: 37px;
	margin-right: 18px;
	vertical-align: middle;
	padding-top:3px;
}

#busca input[type="text"]{
	padding:2px;
	border:1px solid #CCCCCC;
	width:180px;
	height:19px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin: 5px 0 15px;
	vertical-align: top;
	border-radius:0px;
}

@media screen and (max-width: 692px){
	#busca{
		width: 200px;
	}
	#busca input[type="text"]{
		width: 120px;
	}
}

#searchform{
	height:37px;
}
/* FIM - Barra cinza da UFJF */


/* INICIO - Topo do site e logo */
@media screen and (min-width: 1040px){
	#topo, #logo .titulo{
		width: 1024px;
	}
}
@media screen and (max-width: 1040px){
	#topo, #logo .titulo{
		width: 100%;
	}
}

#topo{
	clear: both;
	margin: 0 auto;
	height: 100px;
}

#logo, #logo h1, #logo span{
	height:100px;
	padding:0;
}

#logo .titulo{
	z-index: 5;
	position: absolute;
	float: left;
}

#logo .titulo a{
	color: #434141;
	text-align: right;
	font-size: 100%;
	padding: 1% 0;
	width: inherit;
	float: right;
	text-decoration:none;
	height:80px;
}

#logo img{
	z-index: 10;
	position: relative;
}

#logo .imgpgprinc_novo {
	float: left;
}

#sociais{
	position: absolute;
	margin-top: -30px;
	z-index: 11;
	margin-left: 10px;
	width:300px;
}

#sociais a, #sociais p{
	float:left;
	margin-right: 5px;
}

#sociais a img{
	width: 20px;
}

#sociais .fb_iframe_widget{
	margin-right:10px;
	float:left;
}

#sociais #flags{
	float:left;
}

#sociais #radio{
	float:left;
}

#sociais #radio img{
	width:18px;
	float:left;
	margin-right: 10px;
}

#sociais #radio:hover{
	text-decoration:none;
}

/* INICIO - Alto Contraste */

.alto{
	-webkit-filter: invert(100%);
	/*filter: invert(100%);*/
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'invert\'><feColorMatrix in='SourceGraphic' type='matrix' values='-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0'/></filter></svg>#invert");
	-moz-filter: invert(100%);
}

.alto-contraste{
	float:left;
	top: 80px;
	background:#FFF;
	z-index: 100;
}
.alto-contraste:hover{
	-webkit-filter: invert(100%);
	/*filter: invert(100%);*/
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'invert\'><feColorMatrix in='SourceGraphic' type='matrix' values='-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0'/></filter></svg>#invert");
	-moz-filter: invert(100%);
	text-decoration:none;
}

/* FIM - Alto Contraste */

/* INICIO - ISSN */

.issn {
	margin-right: 10px;
}

/* FIM - ISSN */

/* FIM - Topo do site e logo */


/* INICIO - Menu */

@media screen and (min-width: 1040px){
	#superior{
		width: 1024px;
	}
}
@media screen and (max-width: 1040px){
	#superior{
		width: 100%;
	}
}

#superior{
	clear: both;
	height: 40px;
	text-align: left;
	margin: 0 auto;
	margin-bottom: 20px;
}

#menu-superior{
	float:none;
	text-align:center;
}

#menu-superior li ul {
	text-align:left;
	list-style-type:none;
	display: none;
	height: auto;
	position: absolute;
	width: 225px;
	z-index: 200;
}

#menu-superior ul li a:hover{
	text-decoration:none;
	padding:0px 3px;
}

#menu-superior ul ul li a:hover #menu-superior ul li a{
	background-color:#FFF;
	text-decoration:none;
	padding:0px 3px;
}

#menu-superior li:hover > ul {
	display: block;
}

#menu-superior li li {
	display: block;
	float: none;
	position: relative;
	width: 100%;
	padding:0 !important;
	margin:0 !important;
}
#menu-superior li ul a {
	display: block;
	text-align: left;
	padding:0px 3px;
}

#menu-superior p {
	clear: left;
}

#menu-superior ul{
	vertical-align:middle;
}

#menu-superior ul ul a {
	line-height: 40px;
}

#menu-superior ul ul ul {
	left: 100%;
	top: 0;
}

#menu-superior ul li{
	display: inline-table;
	font-size: 15px;
	margin-left: 5px;
	padding-right: 10px;
	position:relative;
	margin-bottom:5px;
}

#menu-superior ul li a{
	color: #FFFFFF;
	display: block;
	line-height: 40px;
	text-align:left;
	text-decoration: none;
	height:auto;
	padding:0px 3px;
}

/* INICIO - Limitador Itens Menu */

.children li{
	border-bottom: 1px solid rgb(255, 255, 255);
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

/* FIM - Limitador Itens Menu */

/* INICIO - Setas Itens Menu */

#menu-superior li > a:after {
	font-family: FontAwesome;
	content: "\f0d7";
	float: none;
	margin-left: 6px;
}

#menu-superior li > a:only-child:after {
	content: '';
	margin: 0 !important;
}

.children li > a:before {
	font-family: FontAwesome;
	content: "\f0da" !important;
	float: right !important;
	margin: 0 6px;
}

.children  a:last-child:before, .children li > a:after {
	content: '' !important;
	margin: 0 !important;
}

/* FIM - Setas Itens Menu */

/* FIM - Menu */


/* INICIO - Conteudo */
@media screen and (min-width: 1040px){
	#site{
		width: 1024px;
	}
}
@media screen and (max-width: 1040px){
	#site{
		width: 100%;
	}
}

#site{
	text-align: left;
	background: #FFF;
	margin: 0 auto;
}

#site h2{
	color: #434141;
}
#site p, #site a, #site li, #site label{
	color: #6e6c6d;
}

#site table{
	width:100%;
	border: 1px solid #e3e3e3;
}

#site td{
	border: 1px solid #e3e3e3;
}

#site input[type="text"], #site input[type="password"]{
	padding:2px;
	border:1px solid #CCCCCC;
	width:180px;
	height:19px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin: 5px 0 15px;
	vertical-align: top;
}

.voce-esta-em{
	margin-bottom:20px !important;
}

#imagem-principal{
	width: 100%;
	height: 180px;
	margin-bottom: 20px;
}

#imagem-principal img{
	width: 100%;
	height: 100%;
}

#conteudo{
	float: left;
	padding-bottom: 20px;
	width: 100%;
	background-color: #FFF;
	min-height:300px;  
}

#conteudo p{
	margin-bottom: 5px;
	font-size: 15px;
}

#conteudo span{
	color:#969696;
	vertical-align:baseline;
	font-size: 15px;
}

#conteudo a{
	text-decoration:underline;
	font-size: 15px;
}

#conteudo li{
	font-size: 15px;
	margin-left: 20px;
	line-height: 22px;
}

#conteudo .botao{
	margin-bottom: 20px;
	padding: 3px !important;
	margin-top: 5px !important;
	height: 25px;
	width: 130px;
	color: #747474;
	cursor: pointer;
	border: 1px solid #CCCCCC;
	font-size: 15px;
}

#conteudo input[type="text"], #conteudo input[type="email"]{
	padding:2px;
	border:1px solid #CCCCCC;
	width:180px;
	height:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin: 5px 0 15px;
	vertical-align: top;
}

#atividade{
	padding: 2px;
	border: 1px solid #CCCCCC;
	width: 180px;
	height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin: 5px 0 15px;
	vertical-align: top;
}

#consulta-atividades{
	font-size:15px;
}

#consulta-atividades td{
	height: 25px;
}

#cima{
	float:left;
	width:100%;
}

#cima p a, #aviso a p b{
	font-weight: bold;
	text-decoration:none;
}

#pagina{
	float: left;
	width: 65%;
	padding-right: 45px;
}

#pagina p{
	font-size: 15px;
	width: 100%;
}

#pagina a{
	font-size: 15px;
	font-weight:bold;
	text-decoration:underline;
}

@media screen and (min-width: 1040px){
	#banners{
		width: 30.6%;
	}
}
@media screen and (max-width: 1040px){
	#banners{
		width: 313px;
	}
	#pagina{
		width: 100%;
	}
}

#banners{
	background-color: #FFF;
	float: left;
	padding-top: 0px;
	text-align:right;
}

#banners ul, #banners ol, #banners li{
	list-style:none;
}

#banners h2{
	margin-bottom: 2px;
}

#banners h3{
	background-color: #2068AF;
	font-weight: normal;
	margin-bottom: 2px;
}

#banners ul li{
	border-bottom: 1px solid #D6D6D6;
	font-size: 15px;
	line-height: 18px;
	padding: 5px 0px;
	text-decoration: underline;
}

#banners ul li a:hover{
	padding:0px;
}

/* INICIO - Plugin Banner */

input[type="submit"],input[type="button"],input[type="reset"]{
	margin-bottom: 20px;
	padding:3px !important;
	margin-top:5px !important;
	height:25px;
	color:#747474;
	cursor:pointer;
	border:1px solid #CCCCCC;
	font-size: 15px;
	background: #FFF;
}

#anterior,#proximo{
	padding:0px !important;
	cursor:pointer;
}

input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover{
	background-color: #d4d4d4;
}

#plugin-banners {
	width: 86.5%;
	float: right;
	height: 210px;
}

#plugin-banners img{
	width:270px;
	height:210px;
}

/* FIM - Plugin Banner */

/* INICIO - NOTICIA */

.info{
	margin-bottom:30px !important;
}

/* FIM - NOTICIA */

/* INICIO - Resultado Busca Google */

.gsc-control-cse.gsc-control-cse-pt_BR{
	padding:0 !important;
}

.gsc-webResult.gsc-result, .gsc-webResult.gsc-result, .gsc-imageResult-classic, .gsc-imageResult-column {
	padding: 0 !important;
	margin: 0 !important;
	border-left: 1px solid !important;
	border-color: #ffffff !important;
	border-bottom: 0px solid !important;
}

.gsc-resultsHeader, .gsc-resultsHeader, .gcsc-branding{
	margin: 0 !important;
	display: none;
}

.gsc-above-wrapper-area {
	border: none !important;
	padding: 5px 0 !important;
}

.gsc-results, .gsc-results {
	margin: 0 !important;
}

#cse table{
	margin: 5px 0 !important;
}

/* FIM - Resultado Busca Google */

/* INICIO - Contato */

.contato{
	padding-top:10px;
	color: #403f3f;
	font-size: 15px;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:100%;
}

.numero{
	width:50px !important;
	text-transform: uppercase;
}

.contato img{
	margin: 5px 0 15px;
	padding:2px;
	border:1px solid #CCCCCC;
	height:20px;
}

#codigo-errado{
	background-color: #D70000;
	color: #FFFFFF;
	padding: 4px 6px 8px;
	width: 106px;
	display: inline-block;
	margin: 5px 0 5px 10px;
	height: 14px
}

textarea{
	max-width: 99.3%;
	padding:2px;
	border:1px solid #CCCCCC;
	width:300px;
	height:100px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
}

.contato input[type="submit"]{
	font-size: 15px;
	margin-bottom: 20px;
	padding:3px !important;
	margin-top:5px !important;
	height:25px;
	width:70px;
	color:#747474;
	cursor:pointer;
	border:1px solid #CCCCCC;
	background: #FFF;
}

.contato #destino, .contato #assunto{
	padding: 2px;
	border: 1px solid #CCCCCC;
	height: 26px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin: 5px 0 15px;
}

.contato input[type="submit"]:hover{
	background: #d4d4d4;
}

/* FIM - Contato */

/* INICIO - Destaque Avisos */

#baixo .mais{
	text-align: center;
	width: 100%;
	margin-top: 20px;
	float: left;
	font-weight:bold;
}

#aviso .mais a{
	text-decoration:underline !important;
	font-size: 15px;
}

#avisos-destaque, #biblioteca{
	float: left;
	width: 73%;
}

#avisos-destaque #icones {
	margin: 20px 0;
}

#avisos-destaque #icones img{
	border:none;
}

#aviso{
	float: left;
	width: 45%;
	margin-right: 33px;
}

#aviso a{
	text-decoration:none;
}

#aviso img{
	display:none;
}

#aviso p b:hover, #cima p a:hover{
	text-decoration:underline;
}

#aviso ul {
	list-style-type:none;
}

#aviso ul  li{
	margin-bottom: 10px;
	margin-left: 0px;
}

#aviso ul li a{
	text-decoration: underline;
	font-size: 15px;
}

#noticias-sem-destaque{
	float: right;
	width: 26.7%;
} 

#noticias-sem-destaque p{
	margin-bottom: 10px;
}

#noticia{
	width:100%;
}

#baixo{
	float: left;
	margin-top: 30px;
	width: 100%;
}

#avisos, #noticias{
	float:left;
	width:47%;
}

#avisos{
	margin-right:60px;
}

#avisos p, #noticias p{
	margin: 0 0 10px;
}

#avisos a, #noticias a{
	text-decoration:underline;
}

/* FIM - Destaque Avisos*/

/* INICIO - MAPA DE IMAGENS */

#mapa-imagens{
	float: left;
	width: 100%;
	background-color: #FFF;
}

#mapa-imagens .view {
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
	width:204.8px;
	height:204.8px;
}
#mapa-imagens .view .mask, #mapa-imagens .view .content {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}
#mapa-imagens .view img {
    display: block;
    position: relative;
}
#mapa-imagens .view h2 {
    color: #fff !important;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 5px;
    background: #444;
    margin: 20px 0 0 0;
}
#mapa-imagens .view p {
    font-size: 12px !important;
    position: relative;
    color: #fff !important; 
    padding: 5px;
    text-align: center;
	height:95px;
	line-height:15px !important;
	margin-bottom: 5px !important;
}
#mapa-imagens .view a.info{
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #444;
    color: #fff !important;
}

#mapa-imagens .view a.info-resumo {
    display: inline-block;
    text-decoration: none !important;
    color: #fff !important;
}

#mapa-imagens .view-first img { 
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}
#mapa-imagens .view-first .mask {
    -webkit-opacity: 0;
    -o-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    background-color: rgba(20,20,20, 0.7); 
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	width:204.8px;
	height:204.8px;
}
#mapa-imagens .view-first h2 {
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#mapa-imagens .view-first p { 
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#mapa-imagens .view-first a.info{
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#mapa-imagens .view-first:hover img { 
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
} 
#mapa-imagens .view-first:hover .mask { 
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
}
#mapa-imagens .view-first:hover h2,
#mapa-imagens .view-first:hover p,
#mapa-imagens .view-first:hover a.info {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
#mapa-imagens .view-first:hover p {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
#mapa-imagens .view-first:hover a.info {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

/* FIM - MAPA DE IMAGENS */

/* INICIO - MENU PORTAL SRI */

#menu-portal-sri{
	float: left;
	width: 100%;
	background-color: #FFF;
	margin-top:60px;
}


#menu-portal-sri .view{
	width: 460.8px;
	margin: 25px;
	height: 130px;
}

#menu-portal-sri .view-ultimo{
	width: 460.8px;
	margin: 25px 281.5px;
	height: 130px;
}


#menu-portal-sri .view {
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
	border-radius: 30px/20px;
    -webkit-border-radius: 30px/20px;
    -moz-border-radius: 30px/20px;
    -o-border-radius: 30px/20px;
	-ms-border-radius: 30px/20px;
	-webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    -ms-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
}

#menu-portal-sri .view-ultimo {
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
	border-radius: 30px/20px;
    -webkit-border-radius: 30px/20px;
    -moz-border-radius: 30px/20px;
    -o-border-radius: 30px/20px;
	-ms-border-radius: 30px/20px;
	-webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    -ms-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
}

#menu-portal-sri .view img, #menu-portal-sri .view-ultimo img {
    display: block;
	border-radius: 30px/20px;
	-webkit-border-radius: 30px/20px;
	-moz-border-radius: 30px/20px;
	-o-border-radius: 30px/20px;
	-ms-border-radius: 30px/20px;
}
#menu-portal-sri .view a.info, #menu-portal-sri .view-ultimo a.info {
    display: inline-block;
    text-decoration: none;
}

#menu-portal-sri .view:hover img, #menu-portal-sri .view-ultimo:hover img{ 
    /*-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;*/
	width: 477px;
	height: 134px;
	-webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    -ms-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
}

/* FIM - MENU PORTAL SRI */

/* INICIO - Arquivo */

.posts-nav{
	float: left;
	width: 100%;
	font-size: 13px;
	padding-top: 4px;
	margin-top:20px;
}

.nav-ant{
	float: left;
}

.nav-ant a, .nav-prox a{
	border: solid 1px #D4D4D4;
	padding: 5px;
	text-decoration: none !important;
	font-weight: normal !important;
	background-color: #FFF;
}

.nav-ant a:hover, .nav-prox a:hover{
	background-color: #d4d4d4;
}

.nav-prox{
	float: right;
}

/* FIM - Arquivo */

/* INICIO - Youtube */

#videogroup {
	width: 100%;
}

#myplayer .first iframe {
	width: 100%;
	height: 230px;
	padding: 0;
}

#videolist ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#videolist li {
	width: 50%;
	float: left;
	border: none;
	position: relative;
}

#videolist li .entriestitle {
	padding: 0 5px;
	position: absolute;
	left:80%;
	top:20%;
	display: none;
}

#videolist li:hover .entriestitle {
	display: block;
	width: 100%;
	background: rgb(119, 25, 51);
	border-radius: 10px;
	color: #FFF;
	padding: 10px;
	opacity: .9;
	z-index: 100;
	right: 0;
}

/* FIM - Youtube */

/* INICIO - Tabelas SIGA */

#grade table, #horarios table{
	font-size:12px;
	width: 100% !important;
}

#grade .cabecalho, #horarios .cabecalho{
	background: #EFEFEF;
}

#grade .icone-mail img, #horarios .icone-mail img{
	height: 33px !important;
	margin: 0 !important;
}

#grade .icone-lattes img, #horarios .icone-lattes img{
	height: 28px !important;
	margin: 0 !important;
}

#grade tr, #horarios tr , #sisu tr{
    background: #EFEFEF;
    height: auto;
	color: #666;
}

#sisu tr{
	font-size: 15px;
	height: 30px;
}

#grade a, #horarios a, #sisu a{
	text-decoration: none;
	font-size: 14px;
	display: block;
	padding: 5px;
}

#grade td, #sisu td{
	border: 1px solid #DFDFDF;
	padding: 0;
	height: auto;
}

#horarios td{
	border: 1px solid #DFDFDF;
	padding: 5px;
	height: auto;
	font-size:14px;
}

#grade td img, #horarios td img{
	vertical-align: middle;
}

#grade strong{
	font-size:13px;
}

#grade th, #horarios th, #sisu th{
	background-color: #E0E0E0;
	color: #434141;
	padding: 4px;
	font-size: 12px;
	border: 1px solid #DFDFDF;
}

#grade .disciplinas, #grade .docentes, #grade .planodep, #grade .plano, #horarios .disciplinas, #horarios .docentes, #horarios .planodep, #horarios .plano{
	background: #FFF;
}

#grade .turma-planodep a, #horarios .turma-planodep a{
	text-decoration: none;
	font-size: 12px;
	display: -webkit-inline-box;
	display: inline-box;
	display: -moz-inline-box;
}

#grade .selecao, #horarios .selecao{
	padding:0;
}

#grade .selecao a, #horarios .selecao a{
	height:auto;
	font-size:12px;
	padding:5px;
}
 
#grade .header, #horarios .header, #sisu  .header{
   background: #E6E6E6;   
}

#grade label, #horarios label{
	color: #575757;
	font-size: 13px;
	font-family: Arial;
	font-weight: bold;
}

#grade span, #horarios span{
	color: #575757;
	font-size: 12px;
	font-family: Arial;
	padding-left: 8px;
}

#grade .turno{
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0px !important;
	height: 17px;
}

#grade .hide, #horarios .hide {
	display: none;
}

#grade .show, #horarios .show {
	display: block;
}

#grade .item_grade, #horarios .item_grade{
	width: 100%;
	clear: both;
	font-size:12px;
	border:0px;
	border-spacing:0px 2px;
}

#grade .item_grade table, #horarios .item_grade table{
	border:0px;
	border-spacing:0px 2px;
}

#grade .item_grade span, #horarios .item_grade span{
	padding: 4px 0;
	font-size: 11px;
	width: 100%;
	float: left;
	margin: 5px 0;
}

#grade .item_grade th, #horarios .item_grade th, #sisu .header th{
	color: #666;
	padding: 4px;
	font-size: 12px;
	border: 0px;
	height:
}

#grade .item_grade tr:hover td{
	background-color: #d4d4d4;
}

#grade .item_grade .nomedisc, #horarios .item_grade .nomedisc{
	width:70%;
}

#grade .item_grade td, #horarios .item_grade td{
	border:0px;
	width:10%;
}

#grade .item_grade .show{
	font-size: 11px;
	width: 100%;
	float: left;
	margin: 5px 0;
	border: 0px;
}

#grade .item_grade table, #horarios .item_grade table, #sisu{
	width:100%;
}

#grade .item_grade img, #horarios .item_grade img {
	position: relative;
	float: right;
	top: 2px;
    *margin-top: -15px;
}

#grade td.selected, #horarios td.selected {
	background-color: #575757;
	color: #EFEFEF;
}

#grade .plano, #horarios .plano{
	height:27px;
}

#grade .plano td, #horarios .plano td{
	vertical-align:middle;
}

#grade .turmas-letra{
	display:flex;
}

#grade .anocurriculos{
	height:25px;
}

#grade .anocurriculos a{
	padding-top:0px;
}

#grade .curriculos{
	height:30px;
}

#turma ul li{
  font-size: 12px;
}

.voltar{
	padding: 3px !important;
	margin-top: 5px !important;
	color: #747474;
	cursor: pointer;
	border: 1px solid #CCCCCC;
	font-size: 15px !important;
	background: #FFF;
	display: inline;
	float: right;
	text-decoration:none !important;
	font-weight:bold;
}

.voltar:hover, #grade .disciplinas:hover, #grade .selecao:hover{
	background-color: #d4d4d4;
}
 
/* FIM - Tabelas SIGA */

/* INICIO - SOCIABLE PLUGIN */

.sociable_tagline{
	margin-top:30px;
}

/* FIM - SOCIABLE PLUGIN */

/* INICIO - Tradutor */

#flags ul a{
	cursor: pointer;
}

#flags ul li, #flags ul a{
	margin-right: 3px;
}

/* FIM - Tradutor */

/* INICIO - Tabela de Cores */

.wikitable  thead th{
	border: 1px solid #e3e3e3;
	line-height:40px;
}

.wikitable thead td{
	border: 1px solid #e3e3e3;
	line-height:30px;
}

/* FIM - Tabela de Cores */

/* INICIO - Newsletter */

#newsletter{
	float: right;
	width: 92%;
	font-size: 14px;
	font-weight: bold;
	border: solid 1px #D4D4D4;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	margin-bottom: 10px;	
}

#newsletter a{
	color:#0086AB;
}

#newsletter p{
    font-size: 14px;
}

#newsletter input[type="text"], #newsletter input[type="email"]{
	padding:2px;
	border:1px solid #CCCCCC;
	width:98%;
	height:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin: 5px 0 15px;
	vertical-align: top;
}

#newsletter ul li{
	list-style: none;
	text-align: center;
	margin: 0 auto;
}

#newsletter .error{
	background-color: #D70000;
}

#newsletter .error ul li{
    color: white;
}

.dialog{
	background: #FFF;
	border: 1px solid #aeaeae;
	padding:3px;
	z-index:50 !important;
}

.dialog img{
	border:1px solid #CCCCCC;
	height:20px;
}

.dialog label{
	color:#6e6c6d;
}

.dialog .campo,.dialog .numero{
	padding:2px;
	border:1px solid #CCCCCC;
	width:180px;
	height:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
}

.overlay_alphacube {
	background-color: #85BBEF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.alphacube_sizer {
	cursor:se-resize;	
}

.alphacube_close {
	width: 25px;
	height: 25px;
	background: transparent url(imagens/close-newsletter.png) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:11px;
	cursor:pointer;
	z-index:1000;
}

.alphacube_close:hover {
	background: transparent url(imagens/close-newsletter.png) no-repeat 0 -25px;	
}

.alphacube_title {
	float:left;
	height:14px;
	font-size:14px;
	text-align:center;
	margin-top:2px;
	width:100%;
	color:#6e6c6d;
}

.alphacube_content {
	overflow:auto;
	font-family: Tahoma, Arial, sans-serif;
	font: 12px arial;
}

.alphacube_n{
	cursor:move;
}

.dialog {
	display: block;
	position: absolute;
}

.dialog table.table_window  {
	border: none; 
	border-collapse: collapse; 
	border-spacing: 0; 
	width: 100%;
	margin: 0px;
	padding:0px;
}

.dialog table.table_window td , .dialog table.table_window th {
	border: none;
	padding: 0; 
}

.dialog .title_window {
	-moz-user-select:none;
}                                                    

/* FIM - Newsletter */

/* INICIO - Enquete */

.enquete{
	float: left;
	width: 35%;
	margin-right: 25px;
}

.democracy{
	border: 1px solid #E6E6E6;
	padding: 10px;
	margin-top: 0px;
	margin-bottom:10px;
	width: 252px;
	float: left;
}

.democracy ul{
	margin-bottom:10px;
}

.poll-question{
	font-size: 14px;
	font-weight: bold;
	color: #6e6c6d;
}

.dem-results{
	margin-top: 10px;
}


.dem-results ul li{
	color:#4F4F4F;
	font-size:12px;
	line-height:14px;
	list-style-image:none;
	list-style-position:inside;
	list-style-type:none;
	padding-bottom:2px;
	padding-left:0px;
	text-indent:0;
}

.dem-vote-button{
   color:#5C5C5C;
   font-size:84%;
   font-weight:normal;
   background-color: #FFF;
   border:solid 1px #D4D4D4;
   cursor:pointer;
   float: left;
}

.dem-vote-link{
	font-size: 12px !important;
	font-weight: bold;
	float: right;
	padding-top: 7px;
}

.dem-total-votes{
	font-size: 11px;
	font-weight: bold;
	color:#4F4F4F;
}

.democracy input , .dem-vote-button{
	margin: 0 !important;
}

.dem-graph {
	border: 1px solid #ccc;
	height: 20px !important;
	vertical-align: middle;
	display: block;
}

.dem-graph a, .dem-winner a{
	margin: 5px 0;
}

.addAnswerText{
	border:1px solid #CCCCCC;
}

/* FIM - Enquete */

/* INICIO - Galeria de Fotos (NextGen Gallery) */

.ngg-album-compact h4 a{
	font-size: 12px !important;
}

.ngg-album-compact{
	width: auto !important;
	display: inline-table;
	float: none !important;
}

#lightbox-overlay-text-close, #lightbox-overlay-text-interact{
	background: white;
	border-radius: 3px;
	padding: 2px;
}

#lightbox-overlay-text-interact{
	display:none !important;
}

#lightbox-overlay-text-close:hover{
	background: #747474;
	color: white;
	cursor: pointer;
}

/* FIM - Galeria de Fotos (NextGen Gallery) */

/*INICIO - HU*/

.tit{
	color:#FFF !important;
}

.tit a{
	color:#FFF !important;
	text-decoration:none !important;
	display:block;
	padding: 6px 3px;
	text-align: center;
}
	
#gente-nossa a, #especial a{
	text-decoration:none;
}

#gente-nossa p b:hover, #especial p b:hover{
	text-decoration:underline;
}

#noticias-sem-destaque #gente-nossa, #noticias-sem-destaque #eventos, #noticias-sem-destaque #acesse, #noticias-sem-destaque #calendario, #noticias-sem-destaque #especial{
	float: left;
	width: 30%;
	margin-right: 33px;
}

#noticias-sem-destaque .enquete{
	width: auto;
}  

#noticias-sem-destaque #acesse a{
	display: block;
	text-align:center;
}

#noticias-sem-destaque div ul li{
	margin-bottom: 10px;
}
/*FIM - HU*/

/* INICIO - FAQ - Mostrar ou Esconder */

.esconde {
	display:none;
}

/* FIM - FAQ - Mostrar ou Esconder */

/* INICIO - Lista de Espera SISU */

.lista-sisu, .lista-sisu li {
	margin-left: 0 !important;
	padding-left: 0;
	list-style-type: none;
}

/* FIM - Lista de Espera SISU */

/* INICIO - Ficha Catalográfica */

fieldset{
	border: 1px solid #1B4A4A;
	width: 97%;
	padding:10px;
}

.label-form {
	display: block;
	float:none !important;
	width:46%;
	margin-right:5px;
	padding-top:2px;
	text-align:left;
}

.tema{	
	float:none !important;
}

.legend-form{
	color: #fff;
	background: #2B7777;
	border: 1px solid #1B4A4A;
	padding: 2px 6px;
	float:left !important;
	margin-bottom:20px;
} 

.ajuda{
	background-color:#white;
	border: 1px solid #526F9B;
	font-size:11px;
	width: 125px;
	float:right;
	padding: 3px;
	margin-top:15px;
}

.ajuda-interno{
	background: #84A4D4;
	padding:3px;
	color:white;
	font-weight:bold;
	margin-right:5px;
}

.edit{
	float:none;
	border: 1px solid #D3D3D3;
}

.radio{
	margin-left:6px;
}

.consulta{
	background-color:#f0f0f0;
	text-align:center;
	font-size:11px;
	width: 100px;
	float:right;
	padding: 3px;
}

.box{
	background: #f0f0f0;
	padding:3px;
	color:black;
	height:100%;
	margin-bottom:10px;
	padding-bottom: 5px;
}

.box .box-title{
	text-align:center !important;
	display:block;
	background:lightgrey;
	width:99%;
	padding: 3px;
	margin-bottom:3px;
}

.trabalho{
	font-size:10px;
}

.label-form{
	font-size: 12px;
	margin-bottom: 5px;
}

.label-radio, .label-check{
	vertical-align:top;
}

.box  input[type="text"]{
	margin: 5px 0 !important;
}

.box #folhas{
	float:left;
}

.box .folhas{
	margin-top: 13px;
	font-size: 12px !important;
}

#area, #area2, #unidade{
	margin-top:5px;
}

.botoes input{
	float:left;
	margin:0 5px;
}

.obrigatorio{
	margin-left:587px;
	font-size: 12px !important;
	line-height: normal;
}

/* FIM - Ficha Catalográfica */

/* INICIO - Foto do Dia */

#galeria{
	font-size: 10px;
	color: #FFF;
	width: 54px;
	float: left;
	padding-top: 110px;
	text-align: center;
}

#galeria a{
	color: #FFF;
	text-decoration:none;
}

#galeria a:hover{
	color: #FFF;
	text-decoration:underline;
}

/* FIM - Foto do Dia */

/* INICIO - Biblioteca */

#servicos {
	margin-bottom: 20px;
	background: #efefef;
	text-align: center;
}

#servicos a{
	text-decoration:none;
}

/* FIM - Biblioteca */


/* FIM - Conteudo */


/* INICIO - Rodape */

#filhos{
	float:left;
	width:100%;
	margin-bottom:20px;
}

#filhos a{
	font-weight:bold;
	text-decoration:underline;
}

#fim {
	width:100%;
	float:left;
	background:#D6D6D6;
}

#fim ul, #fim ol, #fim li{
	list-style:none;
}

#fim a{
	font-size:15px;
}

#icones img{
	border: 5px solid #CCCCCC;
	margin: 0 1.6px;
}

#mapa-site{
	width:67%;
	text-align: left;
	float:left;
	margin-left: 10px;
}

#mapa-site ul{
	padding-right:5px;
}

#mapa-site ul li{
	margin:5px 0;
	font-size: 12px;
	vertical-align: top; /*Links ficarem na mesma altura do IE*/
}

#mapa-site .children li{
	margin:5px 0;
}

.coluna{
	float:left;
	width:33%;
	font-size:9px;
}

.coluna li a, #rodape p, #rodape h1, #rodape h2, #rodape h3, #rodape a, #rodape span, #rodape b, #rodape strong, #rodape address{
	font-size:11px !important;
	color: #6e6c6d !important;
	font-weight: normal;
	font-style:normal;
}

#rodape{
	width:30.7%;
	text-align: right !important;
	float:right;
	margin-right: 10px;
}

#rodape p{
	text-align: right !important;
}

#rodape a{
	text-decoration:underline;
}

#rodape p b{
	font-weight: bold !important;
}

#rodape img, #rodape .wp-caption, #rodape .sociable{
	display:none;
}

#rodape div{
	background: none;
}

#contador{
	float:right;
}

#contador .vr-visitas{
	vertical-align: initial;
}

.vr-visitas b{
	float: right;
	margin-left: 5px;
}

/* FIM - Rodape */

/* INICIO - CSS Obrigatório para Wordpress */

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}
/* FIM - CSS Obrigatório para Wordpress */

/* Elementos html */

a{
	color: #403f3f;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

p{
	font-size: 15px;
	line-height: 22px;
	color: #403f3f;
}

h2{
	font-size: 20px;
	margin-bottom: 8px;
	color: #403f3f;
}

h3{
	font-size: 18px;
	margin-bottom: 8px;
	color: #403f3f;
}

/* Site */

/*SINGLE.php*/

#post{
	float: left;
	width: 63%;
	min-height: 280px;
}

#post h2{
	margin-bottom: 0px;
	padding-bottom: 10px;
}

#post .info{
	font-size: 12px;
	border-bottom: 1px solid #DBDBDB;
	padding-bottom: 4px;
}

#post p{
	font-size: 12px;
}

#post2{
	float: left;
	width: 96%;
	min-height: 280px;
}

#post2 h2{
	margin-bottom: 0px;
}

#post2 .info{
	font-size: 12px;
	border-bottom: 1px solid #DBDBDB;
	padding-bottom: 4px;
}

#post2 p{
	font-size: 12px;
}

#arquivos{
	width: 33%;
	background-color: #FFF;
	float:right;
	margin-left: 16px;
}

#arquivos h3{
	color: #fff;
	font-size: 16px;
	background-color: #2068AF;
	padding: 3px 3px 3px 5px;
	font-weight: normal;
}

#arquivos ul{
	padding-right: 10px;
}

#arquivos ul li{
	border-bottom: 1px solid #D6D6D6;
	font-size: 12px;
	text-indent: 0px;
	line-height: 18px;
	padding: 5px 5px 5px 5px;
	background: url('imagens/seta.gif') no-repeat left;
	padding-left: 12px;
}

#arquivos ul li a{
	color: #696969;
}

#arquivos ul li a:hover{
	text-decoration: underline;
}

/*Archives.php*/

#posts{
	float: left;
	width: 63%;
	min-height: 280px;
}

#posts h3{
	margin-bottom: 0px;
	padding-top: 12px;
	line-height: 22px;
}

#posts p{
	font-size: 12px;
}

#posts #atual{
	color: #fff;
	font-size: 16px;
	background-color: #2068AF;
	padding: 3px 3px 3px 5px;
	font-weight: normal;
}

#posts .info{
	font-size: 10px;
}

.space{
	padding-bottom: 14px;
}

.posts-nav2{
	float: left;
	width: 400px;
	font-size: 13px;
	padding-top: 4px;
}

.result{
	float: left;
	border-top: 1px solid #D6D6D6;
	padding-top: 10px;
	margin-top: 10px;
	width: 600px;
}

.red a {
	color: #AC0A1C;
}

/*Links.php*/

#links {
	width: 98%;
}

#links h2{
	padding-top: 10px;

}

#links ul,#links ol,#links li{
	list-style:none;
}

#links ul li{
	border-bottom: 1px solid #D6D6D6;
	font-size: 12px;
	text-indent: 0px;
	line-height: 18px;
	padding: 5px 5px 5px 5px;
	background: url('imagens/seta.gif') no-repeat left;
	padding-left: 12px;
}

#links .titulo{
	padding:0;
}

.linkcat{
	margin-left:0px !important;
}

/*page.php*/

#page {
	width: 98%;
}
#page h3{
	font-size: 16px;
}

/*erro.php*/

#erro{
	padding-top: 10px;
	margin-left: 10px;
	width: 610px;
	float: left;
}

.obop, .codigo, .credito, .periodo{
	text-align: center;
}

/*downloads.php*/

#downloads{
	width: 600px;
}

#downloads a{
	border-bottom: 1px dashed #D6D6D6;
	font-size: 12px;
	text-indent: 0px;
	line-height: 18px;
	padding: 5px 5px 5px 12px;
	background: url('imagens/seta.gif') no-repeat left;
}

/*home.php*/

.cada{
	padding-bottom: 15px;
}

.blue a{
	color: #990000;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 10px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}