/*Reset*/
@import url('normalize.css');
/* Reset */

/* Globals */
a{
	color: #666;
	text-decoration: none;
}

div{
	overflow: hidden;
}

.box-topo{
	background: url(../images/background/topo.jpg) repeat-x #eee;
	display: block;
}
/* Globals */

/* Topo */
.wrapper-box-topo{
	background-repeat: no-repeat;
	display: block;
	padding-bottom: 22px;
}

.topo{
	display: block;
	height: 101px;
	margin: auto;
	width: 885px;
}
/* Topo */

/* Navega��o */
.Links{
	display: block;
	float: right;
}

.Links .li{
	font-size: 11px;
}

.Links li{
	border-right: 1px solid #666;
	display: inline;
	margin-left: 5px;
	padding-right: 5px;
}

.Links ul li:last-child{
	border-right: none;
}
/* Navegação */

/* Conte�do */
.Conteudo{
	display: block;
	height: 100%;
	margin: 0 auto;
	padding-top: 8px;
	width: 885px;
}

html,body{
	height: 100%;
}

#areaTotal{
	margin: 0 auto -85px;
	min-height: 100%;
}

#espacoVazioRodape{
	clear: both;
	height: 125px;
	margin: 0;
}

#form-corpo{
	float: none !important;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-top: 30px;
	min-width: 0 !important;
	overflow: visible;
	width: 835px !important;
}

#formulario{
	height: 100%;
}
/* Conte�do */

/* COLUNA ESQUERDA */
.coluna-esquerda{
	display: block;
	float: left;
	overflow: visible;
}

/* SLIDE */
.slide{
	background: #fff; /* Old browsers */
	background:    -moz-linear-gradient(top, #fff 0%, #e5e5e5 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff),
	color-stop(100%, #e5e5e5) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fff 0%, #e5e5e5 100%);
	/* Chrome10+,Safari5.1+ */
	background:      -o-linear-gradient(top, #fff 0%, #e5e5e5 100%);
	/* Opera 11.10+ */
	background:     -ms-linear-gradient(top, #fff 0%, #e5e5e5 100%);
	/* IE10+ */
	background:         linear-gradient(to bottom, #fff 0%, #e5e5e5 100%);
	/* W3C */
    border-radius: 10px;
	border: 1px solid #fff;
    box-shadow: 0 3px 8px rgba(50, 50, 50, .28);
	display: block;
	font-family: Droid, sans-serif;
	height: 104px;
	margin: 15px 5px 20px 0;
	padding: 12px;
	position: relative;
	width: 504px;
   -moz-border-radius: 10px;
   -moz-box-shadow: 0 3px 8px rgba(50, 50, 50, .28);
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0 3px 8px rgba(50, 50, 50, .28);
}

.slide h2{
	background: #fff;
	color: #900;
	font-size: 16px;
	left: 10px;
	position: absolute;
	text-transform: uppercase;
	top: -10px;
}

.slide .ul{
	display: block;
	height: 100%;
}

.slide .li{
	display: block;
}

.slide .h3,.slide .p{
	white-space: pre-wrap;
	width: 500px;
	word-wrap: break-word;
}

.slide .h3{
	display: block;
	font-family: Droid, sans-serif;
	font-size: 15px;
	font-weight: normal;
}

.slide .p{
	color: #333;
	display: block;
	height: 62px;
	line-height: 14px;
	margin-top: 5px;
	overflow: hidden;
}

.pager{
	bottom: 7px;
	position: absolute;
	right: 7px;
}

.testeInd{
    border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 10px;
	font-weight: bold;
	margin-left: 3px;
	padding: 1px 4px;
   -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.testeInd:hover{
	color: #fff;
}

.activeSlide{
	color: #fff;
}

.ui-corner-all,.login .ul .li{
   	border-radius: 8px;
   	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

/* Avisos mais importantes*/
.flag{
	margin-top: -8px;
	position: absolute;
}

.aviso{
	background-color: #f8f8f8;
    border-radius: 0 5px 0 5px;
	border: 1px solid #ccc;
	display: block;
	font-family: Droid, sans-serif;
	font-size: 12px;
	margin: 5px 0 6px 5px;
	padding: 3px 0 3px 5px;
	width: 525px;
   -moz-border-radius: 0 5px 0 5px;
	-webkit-border-radius: 0 5px 0 5px;
}

.aviso .titulo{
	font-weight: bold;
	margin-top: 4px;
	padding-left: 20px;
}

.aviso .descricao{
	color: #6f6f6f;
	display: inline;
	margin-top: 4px;
	margin-top: 5px;
}

/* Links Principais */
#link-principal{
	width: 540px;
	text-align:justify;
	margin-bottom: 100px;
}

#link-principal li{
	background-color: #fff;
	border-radius: 8px;
	border: 1px solid #fff;
	display: block;
	margin-bottom: 15px;
	min-height: 106px;
	overflow: hidden;
	padding: 2px 10px 10px 10px;
    transition: background-color .5s;
    transition: border-color .5s;
	width: 510px;
	-webkit-transition: background-color .5s;
	-webkit-transition: border-color .5s;
}

#link-principal li:hover{
	background-color: #f0f0f0;
	border-color: #ccc;
}

#link-principal li:active{
	border-color: #aaa;
}

#link-principal li .thumb{
	float: left;
	margin-left: 10px;
	margin-top: 14px;
}

#link-principal h2{
	color: #810000;
	font-size: 16px;
	font-weight: normal;
	margin: 10px 0 -10px;
}

#link-principal li p{
	display: block;
	line-height: 16px;
	width: 508px;
}

#siga_info{
	margin-top: -7px;
}

#siga_info2{
	margin-top: -7px;
}

#agenda{
	padding-left: 16px;
}

#chave{
	padding-left: 28px;
}

/* LOGIN */
.login{
	background: #f8f8f8;
	border: 1px solid #ccc;
	float: right;
	height: auto;
	padding: 10px;
	width: 302px;
}

.login label{
	color: #666;
	display: block;
	padding-bottom: 5px;
}

.login input{
 	border-radius: 3px;
	border: 1px solid #ccc;
	margin-bottom: 5px;
	padding: 2px;
	width: 295px;
	-moz-border-radius: 3px;
	-web-kit-border-radius: 3px;
}

.login input:-webkit-autofill{
	-webkit-box-shadow: 0 0 0 1000px white inset;
}

.login input:focus{
	border: 1px solid #888 !important;
	outline: none;
}

.login input:-webkit-autofill{
	-webkit-box-shadow: 0 0 0 1000px white inset;
}

.login select{
	margin-bottom: 5px;
	outline: none;
	padding: 2px;
	width: 302px;
}

.login option{
	padding: 2px;
}

.login ul li,.alertaLogin{
	background: #ffffbf;
	color: #f00;
	display: block;
	line-height: 16px;
	margin: 10px auto 0;
	padding: 15px;
	width: 250px;
}

.login input.btEntrar{
	background: url(../images/btEntrar.png) repeat-x;
	border: 1px solid #090;
	color: #fff;
	cursor: pointer;
	display: block;
	float: right;
	height: 36px;
	margin: 21px 5px 0 0;
	width: 95px;
}

.login input.btEntrar:hover{
	background: #13a000;
}

.login .esqueceuSenha,
.esqueceuSenha{
	color: #15c;
	cursor: pointer;
	float: left;
	margin-left: 3px;
	margin-top: 10px;
	text-decoration: none;
}

html body .esqueceuSenha:hover{
	color: #15c;
	text-decoration: underline;
}

/* RECAPTCHA */

.recaptcha{
	color: red;
}

.btn-disabled {
	cursor: not-allowed !important;	
}

#recaptcha_widget{
	background-color: #e3e3e3;
	margin: 5px auto 0;
	padding: 10px;
	width: 260px;
}

#recaptcha_image img{
	width: 258px;
}

#recaptcha_widget span{
	color: #666;
	display: block;
	padding: 5px 0 2px;
}

#recaptcha_widget input{
	float: left;
	padding: 2px;
	width: 170px;
}

#attCaptcha,#somCaptcha,#imgCaptcha,#helpCaptcha{
	float: left;
	margin: 0 1px 0;
}

#attCaptcha{
	margin-left: 2px;
}


/* RECAPTCHA 2.0 */
#widget-captcha {
	padding-top:  7px;
}


/* RODAP� */
.conteiner{
	display: block;
	margin-left: 500px;
	width: 885px;
}

.Rodape{
	background: #eee;
	border-top: 1px solid #ccc;
	display: block;
	height: 80px;
	margin-top: -40px;
	position: relative;
	width: 100%;
}

.Rodape .conteiner {
	margin: auto;
}

.Rodape .titulo{
	color: #999;
	float: left;
	font-size: 10px;
	margin: 33px 5px 0 0;
}

.Rodape ul{
	float: left;
	margin-top: 30px;
}

.Rodape ul li{
	display: inline-block;
}

.Rodape ul li a{
	display: block;
	height: 23px;
	overflow: hidden;
	text-indent: -9999px;
	width: 23px;
}

.Rodape .info{
	color: #999;
	float: right;
	font-size: 10px;
	line-height: 15px;
	margin: 25px 0;
	text-align: right;
	width: 355px;
}

.Rodape .info p{
	color: #999;
	font-size: 10px;
}

.seloSeguranca{
	display: inline;
	float: right;
	margin: 15px 0 0 5px;
}

/* Aviso navegadores */
.aviso-navegador{
	background-color: #ffffbf;
	border: 1px solid #999;
	display: none;
	font-size: 13px;
	margin-bottom: 6px;
	padding: 10px;
	width: 508px;
}
.aviso-navegador ul.ul-aviso-navegador{
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	width: 350px;
}

.aviso-navegador ul li{
	display: inline-block;
	font-size: 13px;
}

.aviso-navegador .ul-aviso-navegador li a{
	display: inline-block;
	display: block;
	float: left;
	height: 23px;
	margin-right: 5px;
	overflow: hidden;
	text-indent: -9999px;
	width: 23px;
}

.sair-aviso-navegador{
	background-size: 18px;
	background: url(../images/sair.png) no-repeat;
	display: block;
	float: right;
	height: 18px;
	margin-left: 5px;
	overflow: hidden;
	width: 18px;
}

.sair-aviso-navegador:hover{
	background-size: 18px;
	background: url(../images/sair2.png) no-repeat;
}

/* LOGO */
.logo{
	float: left;
	height: 57px;
	margin-top: 20px;
	width: 161px;
}

.logo-ufpe{
	border: 0;
	float: left;
	height: auto;
	margin: 10px 5px;
	width: auto;
	max-width: 64px
}

/* ESTILOS PARA BARRA DE ACESSIBILIDADE */
#barra_de_acessibilidade *{
	font: 13px Droid, sans-serif;
	margin: 0;
	padding: 0;
}

#barra_de_acessibilidade{
	clear: right;
	display: table;
	float: right;
	margin: 10px 0 0 100px;
	padding-right: 3px;
	width: 225px;
}

#barra_de_acessibilidade ul{
	float: right;
}

#barra_de_acessibilidade li{
	color: #555;
	float: left;
	line-height: 22px;
	list-style: none;
	margin-right: 5px;
	overflow: hidden;
}

#barra_de_acessibilidade a{
	background-repeat: no-repeat;
	display: block;
	height: 23px;
	text-decoration: none;
	text-indent: -999px;
	width: 23px;
}

#barra_de_acessibilidade a:hover,#barra_de_acessibilidade a:focus{
	text-decoration: underline;
}

#barra_de_acessibilidade a:hover,#barra_de_acessibilidade a:focus{
	text-decoration: underline;
}

#barra_de_acessibilidade .text-bar,#barra_de_acessibilidade .text-bar a{
	background: none;
	border: 0;
	text-indent: 0;
	width: auto;
}

/* Estilos para modal de ajuda */
#mask{
	background: #000;
	display: none;
	height: 100%;
	left: 0;
    opacity: .8;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 997;
	-khtml-opacity: .8; /* khtml, old safari */
	-moz-opacity: .8; /* mozilla, netscape */
}

#conteinerAjuda{
	display: none;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 430px;
	z-index: 998;
}

#containerAcessibilidade{
	display: none;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 800px;
	z-index: 998;
}

.modalAjuda{
	background: #fff;
    border-radius: 8px;
	border: 1px solid #ccc;
	color: #555;
	display: none;
	height: 150px;
	margin-top: -200px;
	margin: 0 auto;
	position: relative;
	z-index: 999;
   -moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.modalAcessibilidade{
	background: #fff;
    border-radius: 8px;
	border: 1px solid #ccc;
	color: #666;
	display: none;
	margin-top: -700px;
	margin: 0 auto;
	position: relative;
	width: 800px;
	z-index: 999;
   -moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.modalAjuda h2,.modalAcessibilidade h2{
	background: #f2f2f2;
	border-bottom: 1px solid #ccc;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
	font-weight: bolder;
	font: 14px Droid, sans-serif;
	padding: 5px 10px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}

.modalAcessibilidade ul,.modalAjuda ul,.modalAcessibilidade ul,.modalAjuda li{
	list-style: disc;
	padding: 0 16px;
}

.modalAcessibilidade .sair,.modalAjuda .sair{
	background-size: 18px;
	background: url(../images/sair.png) no-repeat;
	display: block;
	height: 18px;
	overflow: hidden;
	position: absolute;
	right: 7px;
	text-indent: -300px;
	top: 7px;
	width: 18px;
}

.modalAcessibilidade .sair:hover,.modalAjuda .sair:hover{
	background-size: 18px;
	background: url(../images/sair2.png) no-repeat;
}

.modalAcessibilidade .container-texto-acess{
	padding: 15px;
}

/*Estilos Acessibilidade*/
.modalAcessibilidade .textoAcess{
	display: block;
	font-family: Droid, sans-serif-serif;
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.modalAcessibilidade .acess{
	font-size: 14px;
}

.modalAcessibilidade .acess_topico{
	margin-bottom: 15px;
}

.modalAcessibilidade .acess_topico img{
	margin: -2px 2px;
}

.modalAcessibilidade #barra{
	background-image: url('../../../imagens/comum/barraAcess.png');
	border-radius: 4px;
	border: 1px solid #ccc;
	display: inline-block;
	height: 0;
	margin-bottom: -4px;
	overflow: hidden;
	padding-top: 24px;
	width: 146px;
}

.modalAcessibilidade #contraste{
	background-image: url('../images/contraste.png');
	display: inline-block;
	height: 0;
	margin-bottom: -4px;
	overflow: hidden;
	padding-top: 24px;
	width: 26px;
}

/*Video Siga Interface 3.0*/
#videoSiga{
	float: right;
	height: 254px;
	margin-bottom: 15px;
	margin-top: 25px;
	width: 310px;
}

/* Mensagem de erro e sucesso (vermelha e azul respectivamente) */
.editErro{
	color: #f30;
}

.editSucesso{
	color: #00f;
}

.slide .p a{
	color: #15c;
}

.slide .p a:hover{
	text-decoration: underline;
}

input[type='text']:focus,input[type='password']:focus,textarea:focus{
	background-color: #fff;
}

/* Retira cor amarelada que o Google Chrome adiciona automaticamente a inputs de texto. */
input:-webkit-autofill{
	-webkit-box-shadow: 0 0 0 1000px white inset;
}

.fonteBranca{
	color: #fff;
	display: block;
	width: 22px;
}

.fonteBranca strong{
	font-size: 11px;
}

.maquina{
	background: transparent url('../../../imagens/vermelho/sprite_logado-vermelho.png') no-repeat scroll 0 -403px;
	float: right;
	height: 18px;
	margin: 28px 0 10px 10px;
	padding: 4px 1px 5px 10px;
	width: 22px;
}

#Rodape .maquina span{
	font-size: 8px;
	margin: .5px 0 0 1px;
}

.maquina strong{
	font-weight: normal;
	margin-left: -6px;
}