* {
	margin: 0;
	padding: 0;
}

body {
	font: 14px/21px Arial;
	color: #231f20;
	background:	#283a83;
}

a {
	text-decoration: none;
	color: #283a83;
}

a:hover {
	text-decoration: none;
	color: #b3090c;
}

ul {
	list-style: none;
}

img {
	border: 0;
}

h1 {
	margin-bottom: 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d5d7d8;
	font: 24px/24px Abel;
	font-weight: normal;
	color: #000;
}

h2 {
	font: 15px 'Abel',arial;
	color: #b3090c;
	margin-bottom: 10px;
	font-weight: normal;
}

.central {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

#saltoConteudoLink {
	display:block;
	position:absolute;
	text-align: center;
	padding: 6px 0;
	left:-1000em;
	color: #fff;
	font-weight: bold;
}
#saltoConteudoLink:focus {
	position:static;
}

.btn_submit {
	height: 33px;
	font: 12px/33px Arial;
	color: #283a83;
	background: url(../img/botoes/bt-branco.png) repeat-x;
	border: 1px solid #d5d7d8;
	padding: 0 20px;
	cursor: pointer;
}
.btn_submit:hover {
	background-position: 0 -33px;
}
.btn_submit:active {
	background-position: 0 -66px;
}
a.btn_submit {
	padding: 7px 20px;
}

.invisivel {
	display: none;
}
.retirar {
	text-indent:-10000px;
	position: absolute;
}

.errors {
	list-style-type: none;
	background: #f75241;
	border: 1px solid #632012;
	color: #fff;
	font-weight: bold;
	padding: 6px;
	margin-bottom: 10px;
}
.msgs {
	list-style-type: none;
	background: #87b67f;
	border: 1px solid #65945d;
	color: #fff;
	font-weight: bold;
	padding: 6px;
	margin-bottom: 10px;
}
.resultado_vazio {
	float: left;
	height: 75px;
	margin: 10px 0 20px 0;
	padding: 20px 0 8px 200px;
	background: url(../img/icones/nao_encontrado.png) 0 20px no-repeat;
}
.resultado_vazio h2 {
	font-size: 24px;
	margin-bottom: 0px;
}
.break {
	clear: both;
}
.break-left {
	clear: left;
}
.break-right {
	clear: right;
}

/* header */

#headerTopo {
	height: 37px;
	border-bottom: 1px solid #d5d7d8;
	background: url(../img/topo/fundo.png) repeat-x;
}
#headerTopo ul {
	float: right;
}
#headerTopo ul li {
	float: left;
	margin-left: 18px;
	border-top: 2px solid #f8f8f9;
	font-size: 13px;
	line-height: 33px;
	color: #535353;
}
#headerTopo ul li a {
	font-size: 13px;
	line-height: 33px;
	color: #535353;
}
#headerTopo ul li a:hover {
	color: #b3090c;
}

#headerTopo ul li.sel {
	border-top: 2px solid #b3090c;
	color: #b3090c;
}

#headerLogo {
	height: 101px;
	border-bottom: 1px solid #d5d7d8;
	background: #fff;
}

#logo_topo {
	padding-top: 14px;
}

#busca_topo {
	float: right;
	line-height: 101px;
}

#busca_topo #inp_busca_topo {
	width: 193px;
	height: 42px;
	padding-left: 40px;
	margin-right: 4px;
	border: 1px solid #e0e0e0;
	background: #f7f7f7 url(../img/topo/lupa.png) 10px center no-repeat;
	font: 16px/24px Arial;
	color: #535353;
	vertical-align: middle;
	*vertical-align: text-bottom;
}
#busca_topo #btn_busca_topo {
	width: 79px;
	height: 43px;
	background: url(../img/topo/bt-buscar.png) no-repeat;
	cursor: pointer;
	border: 0;
	vertical-align: middle;
	*vertical-align: text-bottom;
}
#busca_topo #btn_busca_topo:hover {
	background-position: 0 -43px;
}
#busca_topo #btn_busca_topo:active {
	background-position: 0 -86px;
}

#headerNav {
	height: 50px;
	border-bottom: 1px solid #d5d7d8;
	background: #fff;
}

#nav {
}

#nav li {
	float: left;
	position: relative;
	z-index: 100;
	padding: 0 19px;
	border-right: 1px solid #d5d7d8;
	border-top: 3px solid #fff;
}
#nav li a {
	display: block;
	font-family: Abel,Arial;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 47px;
}
#nav li.first {
	border-left: 1px solid #fff;
}
#nav li.last {
	border-right: 1px solid #fff;
}
#nav > li.sel {
	border-top: 3px solid #b3090c;
}
#nav li.sel > a {
	color: #b3090c;
}


#nav ul {
	position: absolute;
	left: -1000em;
	width: 20em;
	height: 0;
	margin-left: -25px;
	margin-top: 1px;
	background: #fff;
}
#nav ul li {
	float: none;
	background: #fff;
	padding: 0 18px;
	border: 0;
	border-top: 0;
	border-left: 4px solid #ebeced;
	border-right: 4px solid #ebeced;
}

#nav ul li.first {
	padding-top: 18px;
	border-left: 4px solid #ebeced;
}
#nav ul li.last {
	padding-bottom: 18px;
	border-bottom: 4px solid #ebeced;
	border-right: 4px solid #ebeced;
}
#nav ul li:hover {
	border-top: 0;
}
#nav ul li.first:hover {
	border-left: 4px solid #ebeced;
}
#nav ul li.last:hover {
	border-right: 4px solid #ebeced;
}

#nav ul li.nome_usuario {
	font: 14px 'Abel',arial;
	color: #000;
	text-transform: uppercase;
	padding-bottom: 6px;
}

#nav ul li a {
	font-family: Arial;
	text-transform: none;
	font-size: 12px;
	line-height: 24px;
}
#nav ul li a:hover {
	color: #b3090c;
}

#nav ul#menu_restrito {
	width: 240px;
	margin-left: -126px;
}
#nav ul#form_mini_login {
	width: 340px;
	margin-left: -209px;
}
#form_mini_login dt {
	float: left;
	width: 180px;
}
#form_mini_login dd {
	margin-bottom: 10px;
}
#form_mini_login input {
	width: 278px;
	height: 30px;
	padding: 4px 8px;
	border: 1px solid #e0e0e0;
	background: #f7f7f7;
	font-size: 14px;
	line-height: 30px;
	vertical-align: middle;
	*vertical-align: text-bottom;
}
#fl_entrar {
	float: right;
}
#fl_esqueci {
	font-size: 11px;
	line-height: 33px;
	height: 33px;
	vertical-align: middle;
	margin-bottom: 10px;
}
#fl_acesso {
	padding-top: 10px;
	border-top: 1px solid #e0e0e0;
}
#headerNav ul ul li #fl_acesso a {
	font-size: 14px;
}

#menu_restrito {
	left: -149px;
}

#headerNavShadow {
	height: 28px;
	background: url(../img/topo/fundo2.png) repeat-x;
}

/* conteudo */

#conteudo {
	background: #fff;
}
#pagina {
	background: #fff;
	padding-bottom: 20px;
}

/* fotter */

#footer_destaques {
	height: 52px;
	background: #f0f7f7;
	border-top: 1px solid #d5d7d8;
	font: bold 11px/52px Arial;
	color: #1e5f77;
	vertical-align: middle;
	*vertical-align: text-bottom;
}

#patrocinio {
	float: left;
	margin-right: 70px;
}
#patrocinio span {
	margin-right: 10px;
}
#patrocinio img {
	margin-bottom: -10px;
}

#informe {
}
#informe span {
	margin-right: 10px;
}
#informe input {
	width: 193px;
	height: 31px;
	border: 1px solid #d7e9e9;
	background: #fff url(../img/rodape/email.png) 10px center no-repeat;
	padding-left: 30px;
}

#footer_destaques #addthis {
	float: right;
	padding-top: 18px;
}

#footer {
	background: url(../img/rodape/bg-rodape.png) center 46px repeat-x;
}
#footer table {
	width: 100%;
	margin-bottom: 30px;
}

#footer table th,
#footer table td {
	vertical-align: top;
	text-align: left;
	font-family: arial;
}
#footer table th {
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	line-height: 46px;
}

.footer_links_institucional { width: 130px; }
.footer_links_dte { width: 170px; }
.footer_links_temas { width: 155px; }
.footer_links_espaco_universitario { width: 185px; }
.footer_links_midias { width: 90px; }
.footer_links_imprensa { width: 160px; }

#footer table td ul li {
	padding-top: 10px;
	padding-right: 8px;
}
#footer table td ul li a {
	color: #fff;
	font-size: 13px;
	line-height: 15px;
}
#footer table td ul li a:hover {
	color: #fff;
}

.hidden_dtes {
	display: none;
}
#footer table td ul li#btn_hidden_dtes a {
	font-weight: bold;
	color: #c6e1e1;
}

#footer_endereco {
	text-align: center;
}

#footer_endereco p {
	color: #829ad1;
	font: normal 12px/30px arial;
}

/* form */

.form_padrao {
	padding-bottom: 30px;
}
.form_padrao dt {
	float: left;
	width: 200px;
}
.form_padrao dt span {
	color: #666;
	font-style: italic;
	font-size: 12px;
}
.form_padrao dd {
	padding-bottom: 10px;
}
.form_padrao textarea,
.form_padrao select,
.form_padrao input {
	width: 300px;
	height: 30px;
	padding: 4px 8px;
	border: 1px solid #e0e0e0;
	background: #f7f7f7;
	font-size: 14px;
	line-height: 30px;
}
.form_padrao textarea {
	height: 80px;
}

.cont_txt {
	color: #666;
	margin-bottom: 20px;
}
p.cont_conf {
	margin: 40px 0;
}
#area_info {
	font-weight: bold;
	font-size: 14px;
	color: #283a83;
	margin-left: 200px;
}

/* conteúdeo de páginas internas */

#interna p {
	margin-bottom: 10px;
}