@charset "utf-8";
/* css */

/* resets */
html, body, div, span, applet, object, a, iframe, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	border: 0;
	padding: 0;
}

.parallax-window {
    min-height: 400px;
    background: transparent;}

html {
	overflow: -moz-scrollbars-vertical;}

ol, ul {
	list-style: none;}

table {
	border-spacing: 0;}

@font-face {
  font-family: "HelveticaNeue";
  src: url("../css/HelveticaNeue.ttf");
  }
  
/* Genéricos */
.justificado {
	text-align: justify;}

.bold {
	font-weight: bold;}

.centered {
	text-align: center;}

.left {
	text-align: left;}

	
.clear {
	clear: both;}

p {
	line-height: 1.9em;
}

ul {
	line-height: 1.9em;
}

li {
	line-height: 1.9em;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.9em;
	color: #000;
	margin: 0;
	padding: 0;}

/* ~~ Element/tag selectors ~~ */
    
ul,  ol,  dl {
	/* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
    padding: 0;
	margin: 0;}

h1,  h2,  h4,  h5,  h6,  p {
	margin-top: 0;
	/* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
    padding-right: 0px;
	padding-left: 0px;/* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */}

h1 {
	clear: both;
	font-family: "HelveticaNeue";
	font-size: 1.5em;
	/*line-height: 1.28em;*/
    letter-spacing: 0.09em;
	color: black;
	margin-left: 0;
    /*padding-left: 1.639%;*/
	margin-bottom: 1.286em;
	/*background: url(../img/bg_h3.png) no-repeat 0 18px;*/
	border-bottom: 2px solid #000;
	font-variant: small-caps;}
	
h2 {
	font-family: "HelveticaNeue";
	font-size:1.37em;
	color: black;
	font-variant: small-caps;
	font-weight: 300;
	padding-bottom: 15px;}

h3 {
	font-family: "HelveticaNeue";
	font-size:1.27em;
	font-variant: small-caps;
	font-weight: 200;
	padding-bottom: 10px;}



	
/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */ 
.container {
	width: 80%;
	max-width: 1260px;
	/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */  
    min-width: 780px;
	margin: 0 auto;
	/* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
	clear: both;
	margin-top: 20px;
	text-decoration: none;}

/* ~~the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo~~ */

a.container:link, a.container:active, a.container:visited {
	text-decoration: none;
	color: white;}

a.container:hover {
	text-decoration: none;
	color: #ccc;}

.header {
	background: white;
	height: 80px;}

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/
    
.content {
	padding: 10px 0;}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
    
.content ul,  .content ol {
	padding: 0 15px 15px 40px;/* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */}

/* ~~ The footer ~~ */
    
.footer {
	font-family: Arial, Helvetica, sans-serif;
	padding: 20px 0;
	background: #f3f3f3;
	height: 200px;
	color: #666;
	font-size: 12px;
	margin: auto; 
	width: 100%;}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {
	/* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */  
    float: right;
	margin-left: 8px;}

.fltlft {
	/* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
    float: left;
	margin-right: 4px;}

.clearfloat {      
    clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;}

.header_line1 {
	height: 5px;
	background-color: #7AABDE;}

.header_line2 {
	height: 23px;
	padding-top: 7px;
	background-color: #f3f3f3;
	text-align: right;
	line-height:1em;}

a.header_line2link:link,a.header_line2link:visited,a.header_line2link:active {
	text-decoration: none;
	color: black;
	font-weight: bold;
	font-size: 10px;
	padding-right: 10px;}

a.header_line2link:hover {
	text-decoration: none;
	font-weight: bold;
	color: #7AABDE;}

.lang_switcher {
	color: black;
	line-height:1;
	font-weight: bold;
	float:left; 
	padding: 7px 4px 0 10px;}

a.lang_switcherlink:link,a.lang_switcherlink:visited,a.lang_switcherlink:active {
	text-decoration: none;
	color: black;
	font-size: 9px;
	font-weight: bold;
	display: inline;}

a.lang_switcherlink:hover {
	text-decoration: none;
	color: #7AABDE;
	font-weight: bold;
	font-size: 9px;}

.lupa_posi {
	position: relative;
	left: 12px;
	top: 40px;}

.submenu_line1 {
	height: 1px;
	background-color: #CCC;}

.footer_line {
	height: 10px;
	background-color: #7AABDE;}

.menu {
	position: absolute;
	margin: 40px 0 0 20px;
	height: 22px;
	width: 610px;
	top: 32px;
	left: 490px;}

/*
 * jQuery FlexSlider v2.6.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('../fonts/flexslider-icon.eot');
  src: url('../fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../fonts/flexslider-icon.woff') format('woff') , url('../fonts/flexslider-icon.ttf') format('truetype'), url('../fonts/flexslider-icon.svg#flexslider-icon') format('svg'); 
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #ffffff;
  border: 4px solid #ffffff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
  padding-top: 15px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
  padding-top: 15px;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

/* navegação de nível 2 - ver igualmente .act class, localmente */	
.nav_sec_box {
	text-align: right;
	background-color: black;
	height: 25px;
	padding-top: 5px;
	opacity: 0.75;
    filter: alpha(opacity=75); /* For IE8 and earlier */
	text-transform: capitalize;}
	
a.nav_sec:link,a.nav_sec:visited,a.nav_sec:active {
	font-size: 13px;
	color: white;
	letter-spacing: 0.05em;
	margin-right: 8px;
	text-decoration: none;
	text-transform: capitalize;
	font-family: Tahoma, Geneva, sans-serif;}

a.nav_sec:hover {
	font-size: 13px;
	color: #5bacdd;
	letter-spacing: 0.05em;
	text-transform: capitalize;
	font-family: Tahoma, Geneva, sans-serif;}
	
/* afecta menu nível 2 e 3 em algumas secções ie, destaques */	
.act a {
	font-size: 13px;
	color: #5bacdd;
	letter-spacing: 0.05em;
	margin-right: 8px;
	font-family: Tahoma, Geneva, sans-serif;}

.act a:selected {
	font-size: 13px;
	color: #5bacdd;
	letter-spacing: 0.05em;
	margin-right: 8px;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;}
	
.act {
	font-size: 13px;
	color: #5bacdd;
	letter-spacing: 0.05em;
	margin-right: 8px;
	font-family: Tahoma, Geneva, sans-serif;}

	
	
	
	
a.menu:link,a.menu:visited,a.menu:active {
	text-decoration: none;
	font-weight: 900;
	font-size: 10px;
	margin-right: 10px;
	color: #878682;
	font-family: Tahoma, Geneva, sans-serif;}

a.menu:hover {
	color: #7AABDE;
	border-bottom: solid 4px #7AABDE;}

.search {
	float:left;
	height: 17px;
	width: 45px;
	color: black !important;}

.avisos {
	float: right;}

a.avisoslink:link,a.avisoslink:active,a.avisoslink:visited {
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	color: #B0B0B0;}

a.avisoslink:hover {
	color: #7AABDE;}

.footer_center {
	width: 60%;
	/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */  
	margin: 0 auto;}
	
.footerbox {
	font-family: "HelveticaNeue";
	float: left;
	color: #666;
	margin-right: 1.7em;
	font-size: 12px;
	font-variant: small-caps;}

a.footerboxlinks:link,a.footerboxlinks:visited,a.footerboxlinks:active {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 13px;
	letter-spacing: .8px;
	line-height: 9px;
	display: block;}

a.footerboxlinks:hover {
	text-decoration: none;
	color: #7AABDE;}

.footerbox_social {
	float: left;
	margin-left: 50px;
	color: #666;
	font-size: 12px;}

.tablebold {
	font-weight: bold;}


/*** main menu ***/
.oe_overlay {
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	overflow-x:hidden;	
	background:#000;
	opacity:0;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
/*	z-index: -1;*/}

ul.oe_menu {
	font-family:"Trebuchet MS", Helvetica, sans-serif;	
	text-transform:uppercase;
	list-style:none;
	float:right;
	width:900px;
	clear:both;
	margin-top: -45px;
	margin-right: 0px;
	margin-bottom: 0px;
	top: 10px;}

ul.oe_menu > li {
	width:112px;
	height:50px;
	padding-bottom:2px;
	float:left;
	right: -50px;
	position:relative;}

ul.oe_menu > li > a {
	display:block;
	/*	background-color:#ccc;*/
	color:#000;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	width:90px;
	height:20px;
	padding:10px;
	margin:1px;
	text-align: center;
	/*	text-shadow:0px 0px 1px #000;*/
	opacity:0.8;}

ul.oe_menu > li > a:hover, ul.oe_menu > li.selected > a {
	background:red;
	color:#101010;
	opacity:1.0;}

.oe_wrapper ul.hovered > li > a {
	/*background:#fff;*/
	color: #ccc;
	/*text-shadow:0px 0px 1px #FFF;*/}

ul.oe_menu div/** fundo caixa menu **/ {
	position:absolute;
	top:43px;
	left:1px;
	background:#fff;
	width:722px;
	height:180px;
	padding:30px;
	display:none;}

ul.oe_menu div ul li a {
	text-decoration:none;
	color:#222;
	padding:2px 2px 2px 4px;
	margin:2px;
	display:block;
	font-size:14px;}

ul.oe_menu div ul.oe_full {
	width:100%;}

ul.oe_menu div ul li a:hover {
	background:#000;
	color:#fff;}

ul.oe_menu li ul {
	list-style:none;
	float:left;
	width: 150px;
	margin-right:10px;}

li.oe_heading {
	color:#aaa;
	font-size:14px;
	margin-bottom:10px;
	padding-bottom:6px;
	border-bottom:1px solid red;}

span.reference {
	position:fixed;
	left:0px;
	bottom:0px;
	background:#000;
	width:100%;
	font-size:10px;
	line-height:20px;
	text-align:right;
	height:20px;
	-moz-box-shadow:-1px 0px 10px #000;
	-webkit-box-shadow:-1px 0px 10px #000;
	box-shadow:-1px 0px 10px #000;}

span.reference a {
	color:#aaa;
	text-transform:uppercase;
	text-decoration:none;
	margin-right:10px;}

span.reference a:hover {
	color:#ddd;}

.bg_img img {
	width:100%;
	position:fixed;
	top:0px;
	left:0px;
	z-index:-1;}

/*** end mainmenu ***/


/*** eventos nav ***/
.eventos_nav_small {
	position: relative;
	margin-top: 20px;
	height: 35px;
	border-bottom: solid 3px #00d0ff;}

.eventos_titulo {
	float: left;
	font-size: 15px;
	font-weight: bolder;
	padding: 6px;
	color: black;
	text-transform:uppercase;}

.eventos_titulo_link {
	float: left;
	font-size: 20px;
	margin-left: 20px;
	color: black;
	height: 29px;
	width: 80px;}

a.eventos_titulo_link:link,a.eventos_titulo_link:visited,a.eventos_titulo_link:active {
	float: left;
	color: black;
	font-size: 14px;
	padding: 6px;
	text-align: center;
	clear: right;}

a.eventos_titulo_link:hover {
	float: left;
	height: 24px;
	color: black;
	background-color: #00d0ff;
	display: block;}

.eventos_nav_small_selected {
	float: left;
	height: 24px;
	font-size: 14px;
	padding: 6px;
	color: black;
	background-color: #00d0ff;
	clear: right;
	margin-left: 15px;
	display: block;}

.ev_nome {
	font-size: 14px;
	font-weight: 200;
	color: #676767;}

.ev_titulo {
	font-size: 11px;
	color: #676767;
	font-weight: 100;
	font-style: italic;
	line-height: 15px;}

.ev_tipo {
	font-size: 11px;
	color: #B7B7B7;
	line-height: 20px;
	font-weight: 600;}

.ev_containerbox {
	 position: relative; 
	 width: 590px; 
	 min-height: 90px; /* altura container eventos agenda */
	 margin-top: 20px; 
	 border-bottom: dotted 2px #666;}

.ev_txtbox {
	color: #666; 
	width: 435px;}

.ev_details {
	margin-left: 15px;
	font-size: 10px;
	color: #676767;
	font-weight: 100;}

/*** end eventos nav ***/
.news_titulobox {
	position: relative;
	margin-top: 20px;
	height: 35px;
	text-align: center;
	border-bottom: solid 3px #00d0ff;	}

.news_titulo {
	font-size: 15px;
	font-weight: bolder;
	padding: 6px;
	color: black;
	text-transform:uppercase;}

/*** agenda detalhes ***/
.ev_grey {
	min-height: 550px;
	margin: 20px 0 0 20px;
	font-size: 15px;
	color: #666;}

.ev_photobar {
	background-color: white;
	width: 270px;
	min-height: 440px;}

.photo_swap {
	margin-top: 20px;}

a.photo_swap:hover {
	background-image: url(../images/eventos/fotoperfil1_on.jpg);}

.photo_accent {
	position: relative;
	left: 87px;
	border-bottom: dotted 2px #666;
	width: 100px;
	height: 1px;}

.photo_accent_xl {
	position: relative;
	border-bottom: solid 1px #666;
	top: 25px;
	left: 20px;
	width: 225px;
	height: 1px;}

.details_interior {
	width: 600px;
	margin: 0px 20px 20px 15px;
	min-height: 530px;
	font-size: 11px;
	line-height: 25px;
	text-align: justify;}

.ev_interior_tipo {
	font-size: 17px;
	line-height: 35px;}

.ev_interior_univ {
	font-size: 13px;
	color: #666;}

.sep {
	border-bottom: dotted 2px #666;
	width: 100%;
	height: 1px;
	margin: 20px 0 20px 0;}

.sep_minor {
	border-bottom: dotted 2px #666;
	width: 100%;
	height: 1px;
	margin: 20px 0 30px 0;}

a.ev_interior_footertxt1:link,a.ev_interior_footertxt2:active,a.ev_interior_footertxt2:visited {
	font-size: 13px;
	margin-left: 25px;
	text-decoration: none;
	color: black;}

a.ev_interior_footertxt1:hover {
	font-size: 14px;
	text-decoration: none;
	color: red;}

a.ev_interior_footertxt2:link,a.ev_interior_footertxt2:active,a.ev_interior_footertxt2:visited {
	font-size: 13px;
	text-decoration: none;
	color: black;}

a.ev_interior_footertxt2:hover {
	font-size: 14px;
	text-decoration: none;
	color: red;}

.ev_interior_org {
	font-size: 14px;
	font-style: italic;
	line-height: 35px;}

.ev_interior_author {
	font-size: 16px;
	font-style: bold;
	line-height: 10px;}

.blue_accent {
	border-bottom: solid 3px #7AABDE;	
	width: 60px;
	height: 12px;}

.white_accent {
	border-bottom: solid 3px white;
	width: 25px;
	height: 7px;}

.container_dropdown {
	min-height: 20px;
	margin-top: 30px;}

.gov_director_box {
	background-color: white;
	width: 855px;
	margin: 25px 0 0 0;
	min-height: 230px;}

.gov_director_name {
	font-size: 18px;
	line-height: 35px;
	font-weight: 100;
	color: black;
	text-align: left;
	padding: 0px;}

.gov_director_function {
	font-size: 13px;
	line-height: 35px;
	text-align: left;
	color: #999;}

.gov_director_email {
	font-size: 11px;
	line-height: 55px;
	font-weight: 100;
	text-align: left;
	color: black;}

.gov_others_function {
	font-size: 11px;
	line-height: 25px;
	text-align: left;
	color: #999;}

.gov_others_name {
	font-size: 12px;
	font-stretch:expanded;
	line-height: 14px;
	color: #333;
	text-align: center;
	padding: 0px;
	font-weight: bold;}

.gov_others_email {
	font-size: 10px;
	line-height: 20px;
	font-weight: 100;
	text-align: left;
	color: black;}

.nav_xs_pagetop {
	font-size: 13px;}

.title_page {
	font-size: 14px;
	color: #333;
	font-weight: bold;}

/*** eventos nav ***/
.inv_nav_top {
	position: relative;
	height: 42px;
	border-bottom: solid 3px #000;
}
.inv_nav_top_titulo {
	float: left;
	font-size: 15px;
	font-weight: bolder;
	padding: 6px;
	color: black;
	text-transform:uppercase;
}
.inv_nav_top_titulo_link {
	float: left;
	height: 22px;
	font-size: 12px;
	padding: 10px;
	color: black;
	font-weight: bold;
	height: 29px;
}
a.inv_nav_top_titulo_link:link,a.inv_nav_top_titulo_link:visited,a.inv_nav_top_titulo_link:active {
	float: left;
	height: 22px;
	color: #333;
	font-size: 12px;
	padding: 10px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	clear: right;
	cursor: pointer;
}
a.inv_nav_top_titulo_link:hover {
	float: left;
	height: 22px;
	font-size: 12px;
	padding: 10px;
	color: white;
	font-weight: bold;
	background-color: #7AABDE;
	display: block;
	cursor: pointer;
}
.inv_nav_top_selected {
	float: left;
	height: 22px;
	font-size: 12px;
	padding: 10px;
	color: white;
	font-weight: bold;
	background-color: #7AABDE;
	display: block;
}

div.inv_nav_top_titulo_link:link,div.inv_nav_top_titulo_link:visited,div.inv_nav_top_titulo_link:active {
	float: left;
	height: 22px;
	color: #333;
	font-size: 12px;
	padding: 10px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	clear: right;
	cursor: pointer;}
	
div.inv_nav_top_titulo_link:hover {
	float: left;
	height: 22px;
	font-size: 12px;
	padding: 10px;
	color: white;
	font-weight: bold;
	background-color: #7AABDE;
	display: block;
	cursor: pointer;}
	
.ev_nome {
	font-size: 14px;
	font-weight: 200;
	color: #676767;
}
.ev_titulo {
	font-size: 11px;
	color: #676767;
	font-weight: 100;
	font-style: italic;
	line-height: 15px;
}
.ev_tipo {
	font-size: 11px;
	color: #B7B7B7;
	line-height: 20px;
	font-weight: 600;
}
.ev_containerbox {
	 position: relative; 
	 width: 590px; 
	 min-height: 90px; /* altura container eventos agenda */
	 margin-top: 20px; 
	 border-bottom: dotted 2px #666;
	 }
.ev_date {
	width: 50px; 
	font-size: 25px; 
	color: #666; 
	text-align: center;
	}
.ev_txtbox {
	color: #666; 
	width: 435px;
	}
.ev_details {
	margin-left: 15px;
	font-size: 10px;
	color: #676767;
	font-weight: 100;
	}
/*** end eventos nav ***/

.inv_keywords_groups {
	font-size: 13px;
	line-height: 35px;
	font-weight: bold;}

.inv_keywords_groups_regular {
	font-size: 13px;
	line-height: 35px;}

.inv_name {
	font-size: 16px;
	font-weight: 600;
	line-height: 35px;}

.ev_title {
	font-size: 16px;
	font-style: italic;
	font-weight: 700;
	line-height: 65px;}

.inv_function {
	font-size: 11px;
	text-align: left;
	color: #999;
	line-height: 15px;}

a.email_link:link,a.email_link:visited,a.email_link:active {
	font-size: 11px;
	line-height: 55px;
	color: black;
	text-decoration: none;}

a.email_link:hover {
	text-decoration: underline;}

.ev_date {
	color: #666;
	font-size: 14px;
	font-weight: 600;
	line-height: 35px;}

.ev_place {
	color: #666;
	font-size: 14px;
	line-height: 35px;}

.box_photo {
	width: 175px; 
	height:250px;}
	
.box_right {
	width: 25%;
	text-align: left;}

.box_left {
	 width: 65%; 
	 text-align: justify;}

.box {
	 text-align: justify; 
	 font-size: 12px;}

.gov_4itemrow_box {
	text-align: center;
	font-size: 9px;
	padding: 25px;
	border-right: 2px solid #f1f1f1;}
	
.photo_box_xl {
	width: 233px;
	text-align: center;
	font-size: 9px;
	padding: 25px;
	border-right: 2px solid #f1f1f1;}

.boxB {
	width: 235px; 
	height: 250px; 
	border-right: 2px solid #f1f1f1; 
	padding-top: 20px;}

.boxBDout {
	width: 210px; 
	height: 250px; 
	border-right: 2px solid #f1f1f1; 
	padding-top: 20px;}

.boxGI1 {
	width: 184px;
	height: 125px;
	border: 3px solid #7AABDE;
	padding-top: 139px;
	margin-top: 10px;}
	
.boxGITitle {
	font-family: "HelveticaNeue";
	color: black;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	font-size: 1.1em;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 5px;
	height: 91px;
	background-color: #7AABDE;}
	
/*.boxGI2 {
	width: 190px;
	height: 126px;
	padding-top: 143px;
	margin-top: 10px;}

.boxGITxt {
	font-family: "HelveticaNeue";
	color: white;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	font-size: 1.1em;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 5px;
	height: 100px;
	background-color: black;
	opacity: 0.65;
    filter: alpha(opacity=65); /* For IE8 and earlier }*/

.boxGI3 {
	width: 190px;
	height: 270px;
	margin-top: 10px;}
	
.boxGrupos {
	width: 315px; 
	height: 320px; 
	border-right: 2px solid #f1f1f1; 
	padding: 5px;
	margin-top: 10px;}

.letter_box {
	padding: 25px;
	border-right: 2px solid #f1f1f1;}
	
.rollover_photo img:last-child{display:none}
.rollover_photo:hover img:first-child{display:none}
.rollover_photo:hover img:last-child{display:inline-block}	

.photo_box_serv {
	background-color: white;
	width: 180px;
	min-height: 160px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 20px;
	border-right: 2px solid #ebebeb;}
	
.title_bar {
	height: 25px; 
	background-color: #7AABDE; 
	text-align: center; 
	color: white; 
	font-size: 14px; 
	font-weight: bold;}

.title_topmain {
	color: white; 
	font-size: 14px; 
	font-weight: bold;}
	
.entry_text {
	 padding-left: 25%; 
	 padding-right: 25%; 
	 font-size: 11px; 
	 text-align: justify; 
	 padding-bottom: 30px;}
	 
.condensed_s_txt {
	width: 95% !important;
	font-size: 1em;
	line-height: 2em;
	text-align: justify;}

.title_capsbb {
	font-size: 14px;
	font-weight: bold;
	color: #000;}

.subtitle_capsbb {
	font-size: 13px;
	font-weight: bold;
	color: #000;}

.dotted_bottom_grey {
	border-bottom: dotted 2px #666; 
	width: 97%; 
	text-align: center;
	height: 32px;
	margin-bottom: 20px;
	margin-top: 20px;}

.org_solid {
	border-bottom: solid 2px #666; 
	width: 97%; 
	text-align: center;
	height: 33px;
	margin-bottom: 20px;
	margin-top: 20px;}

.ppl_list_name {
	font-size: 12px;
	line-height: 14px;
	color: #333;
	text-align: center;
	padding: 0px;
	font-weight: bold;}
	
.ppl_list_function {
	font-size: 11px;
	line-height: 25px;
	text-align: left;
	color: #999;}

.normalblk {
	font-size: .9em; 
	color: black; 
	line-height: 1em;}

.centered_frame {
	 padding-left: 17%; 
	 padding-right: 17%;}

.undermap_address {
	width: 100%; 
	background-color: #f1f1f1;}

.graytxt {
	color: gray;}

.dotted_line {
	border-bottom: 2px dotted #666; 
	width: 100%;}

.locatorB {
	margin-bottom: 10px;
	font-size: 0.97em;}

.sep_b100 {
	border-bottom: 2px solid #000; 
	width: 100%;}

a.subnav_org:link {
	border-bottom: none;
    box-shadow: inset 0 -0px 0 #a9cee1;
    -webkit-transition: background .15s cubic-bezier(.33,.66,.66,1);
    transition: background .15s cubic-bezier(.33,.66,.66,1);
	border-bottom: none !important;
    font-family: "HelveticaNeue";
	font-size:1.1em;
	color: black;
	font-weight: 500;}
	
a.subnav_org:hover, .subnav_org a:focus, .subnav_org a:active, .subnav_org a:visited {
    background: #a9cee1;
	border-bottom: none !important;}

/**a:hover,  a:active,  a:focus {
	text-decoration: none;
	border-bottom: 3px solid #b4e7f8;
    box-shadow: inset 0 -5px 0 #b4e7f8;
    color: inherit;
    -webkit-transition: background .15s cubic-bezier(.33,.66,.66,1);
	transition: background .15s cubic-bezier(.33,.66,.66,1);}**/
	
	
a.link-underline:hover, .link-underline a:focus, .link-underline a:active, .link-underline a:visited {
    background: #a9cee1;
	border-bottom: none !important;
}

a.link-underline:link {
    border-bottom: 2px solid #a9cee1;
    box-shadow: inset 0 -3px 0 #a9cee1;
    color: inherit;
    -webkit-transition: background .15s cubic-bezier(.33,.66,.66,1);
    transition: background .15s cubic-bezier(.33,.66,.66,1);
	border-bottom: none !important;}	

.sizexl {
	font-size: 1em;
	text-transform: capitalize;}

.gray_xs {
	font-size: 0.9em;
	color: gray;}

.xs {
	font-size: 0.9em;}























































































	
	
/* *left* */
.marg_left5 {
	margin-left: 5px;}

.marg_left10 {
	margin-left: 10px;}

.marg_left15 {
	margin-left: 15px;}

.marg_left20 {
	margin-left: 20px;}

.marg_left25 {
	margin-left: 25px;}

.marg_left30 {
	margin-left: 30px;}

.marg_left35 {
	margin-left: 35px;}

.marg_left40 {
	margin-left: 40px;}

.marg_left50 {
	margin-left: 50px;}

.padd_left5 {
	padding-left: 5px;}

.padd_left10 {
	padding-left: 5px;}

.padd_left15 {
	padding-left: 15px;}

.padd_left20 {
	padding-left: 20px;}

.padd_left25 {
	padding-left: 25px;}

.padd_left30 {
	padding-left: 30px;}

.padd_left35 {
	padding-left: 35px;}

.padd_left40 {
	padding-left: 40px;}

.padd_left50 {
	padding-left: 50px;}

/* *right* */
.marg_right5 {
	margin-right: 5px;}

.marg_right10 {
	margin-right: 10px;}

.marg_right15 {
	margin-right: 15px;}

.marg_right20 {
	margin-right: 20px;}

.marg_right25 {
	margin-right: 25px;}

.marg_right30 {
	margin-right: 30px;}

.marg_right35 {
	margin-right: 35px;}

.marg_right40 {
	margin-right: 40px;}

.marg_right50 {
	margin-right: 50px;}

.padd_right5 {
	padding-right: 5px;}

.padd_right10 {
	padding-right: 5px;}

.padd_right15 {
	padding-right: 15px;}

.padd_right20 {
	padding-right: 20px;}

.padd_right25 {
	padding-right: 25px;}

.padd_right30 {
	padding-right: 30px;}

.padd_right35 {
	padding-right: 35px;}

.padd_right40 {
	padding-right: 40px;}

.padd_right50 {
	padding-right: 50px;}

/* *bottom* */
.marg_bottom5 {
	margin-bottom: 5px;}

.marg_bottom10 {
	margin-bottom: 10px;}

.marg_bottom15 {
	margin-bottom: 15px;}

.marg_bottom20 {
	margin-bottom: 20px;}

.marg_bottom25 {
	margin-bottom: 25px;}

.marg_bottom30 {
	margin-bottom: 30px;}

.marg_bottom35 {
	margin-bottom: 35px;}

.marg_bottom40 {
	margin-bottom: 40px;}

.marg_bottom50 {
	margin-bottom: 50px;}

.padd_bottom5 {
	padding-bottom: 5px;}

.padd_bottom10 {
	padding-bottom: 5px;}

.padd_bottom15 {
	padding-bottom: 15px;}

.padd_bottom20 {
	padding-bottom: 20px;}

.padd_bottom25 {
	padding-bottom: 25px;}

.padd_bottom30 {
	padding-bottom: 30px;}

.padd_bottom35 {
	padding-bottom: 35px;}

.padd_bottom40 {
	padding-bottom: 40px;}

.padd_bottom50 {
	padding-bottom: 50px;}

/* *top* */
.marg_top5 {
	margin-top: 5px;}

.marg_top10 {
	margin-top: 10px;}

.marg_top15 {
	margin-top: 15px;}

.marg_top20 {
	margin-top: 20px;}

.marg_top25 {
	margin-top: 25px;}

.marg_top30 {
	margin-top: 30px;}

.marg_top35 {
	margin-top: 35px;}

.marg_top40 {
	margin-top: 40px;}

.marg_top50 {
	margin-top: 50px;}

.padd_top5 {
	padding-top: 5px;}

.padd_top10 {
	padding-top: 5px;}

.padd_top15 {
	padding-top: 15px;}

.padd_top20 {
	padding-top: 20px;}

.padd_top25 {
	padding-top: 25px;}

.padd_top30 {
	padding-top: 30px;}

.padd_top35 {
	padding-top: 35px;}

.padd_top40 {
	padding-top: 40px;}

.padd_top50 {
	padding-top: 50px;}

/* *margin/padding geral* */
.marg_5 {
	margin: 5px;}

.marg_10 {
	margin: 10px;}

.marg_15 {
	margin: 15px;}

.marg_20 {
	margin: 20px;}

.marg_25 {
	margin: 25px;}

.marg_30 {
	margin: 30px;}

.marg_35 {
	margin: 35px;}

.marg_40 {
	margin: 40px;}

.marg_50 {
	margin: 50px;}

.padd_5 {
	padding: 5px;}

.padd_10 {
	padding: 5px;}

.padd_15 {
	padding: 15px;}

.padd_20 {
	padding: 20px;}

.padd_25 {
	padding: 25px;}

.padd_30 {
	padding: 30px;}

.padd_35 {
	padding: 35px;}

.padd_40 {
	padding: 40px;}

.padd_50 {
	padding: 50px;}
	
	
	

.agendaCx {
	float: left;
	margin-left: 30px;
	color: #666;
	width: 350px;
}

.destaquesDir {
	float: left;
	width: 155px;
	text-align: left;
}
			
.destaquesLinha {
	width: 250px;
	border-bottom: solid 1px #ccc;
}



	

.lb-album {
	width: 595px;
	margin: 0 auto;
	/*font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;*/
	border-bottom: solid 1px #ccc;
}
.lb-album {
	float: left;
	margin: 5px;
	position: relative;
}
.lb-album > a,
.lb-album > a img{
	display: block;
}
.lb-album > a{
	width: 150px;
	height: 125px;
	position: relative;
	background: white;
	/*-webkit-box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(158,111,86,0.3) inset;
	-moz-box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(158,111,86,0.3) inset;
	box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(158,111,86,0.3) inset;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px 4px 4px 4px;*/
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin: 0px;
}
/* rollover panel */
.lb-album > a span{
	position: absolute;
	width: 595px;
	height: 161px;
	top: -10px;
	left: 0px;
	text-align: center;
	line-height: 150px;
	color: rgba(27,54,81,0.8);
	text-shadow: 0px 1px 1px rgba(255,255,255,0.6);
	font-size: 24px;
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	background: rgb(241,210,194);
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%, rgba(122,171,222,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.56)), color-stop(100%,rgba(122,171,222,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(122,171,222,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(122,171,222,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(122,171,222,1) 100%);
	background: radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(122,171,222,1) 100%);
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}
.lb-album > a:hover span{
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}