/**
 * Copyright (c) 2012 Anders Ekdahl (http://coffeescripter.com/)
 * Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php)
 * and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses.
 *
 * Version: 1.2.7
 *
 * Demo and documentation: http://coffeescripter.com/code/ad-gallery/
 */
.ad-gallery {
  width: 800px;
}
.ad-gallery, .ad-gallery * {
  margin: 0 auto;
  padding: 0;
}
.ad-gallery .ad-image-wrapper {
  width: 100%;
  height: 400px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.ad-gallery .ad-image-wrapper .ad-loader {
  position: absolute;
  z-index: 10;
  top: 48%;
  left: 48%;
  border: 1px solid #CCC;
}
.ad-gallery .ad-image-wrapper .ad-next {
  position: absolute;
  right: 0;
  top: 0;
  width: 25%;
  height: 100%;
  cursor: pointer;
  display: block;
  z-index: 200;
}
.ad-gallery .ad-image-wrapper .ad-prev {
  position: absolute;
  left: 0;
  top: 0;
  width: 25%;
  height: 100%;
  cursor: pointer;
  display: block;
  z-index: 200;
}
.ad-gallery .ad-image-wrapper .ad-prev, .ad-gallery .ad-image-wrapper .ad-next {
  /* Or else IE will hide it */
  background: url(/js/vendor/ad-gallery/trans.gif);
}
.ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image, .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
  background: url(/js/vendor/ad-gallery/ad_prev.png);
  width: 30px;
  height: 30px;
  display: none;
  position: absolute;
  top: 47%;
  left: 0;
  z-index: 101;
}
.ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
  background: url(/js/vendor/ad-gallery/ad_next.png);
  width: 30px;
  height: 30px;
  right: 0;
  left: auto;
}
.ad-gallery .ad-image-wrapper .ad-image {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 9;
}
.ad-gallery .ad-image-wrapper .ad-image a img {
  border: 0;
}
.ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 7px;
  text-align: left;
  width: 100%;
  z-index: 2;
  background: url(/js/vendor/ad-gallery/opa75.png);
  color: #000;
}
* html .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
  background: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, sizingMethod=scale, src='/js/vendor/ad-gallery/opa75.png');
}
.ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title {
  display: block;
}
.ad-gallery .ad-controls {
  height: 20px;
}
.ad-gallery .ad-info {
  float: left;
  display: none;
}
.ad-gallery .ad-slideshow-controls {
  float: right;
}
.ad-gallery .ad-slideshow-controls .ad-slideshow-start, .ad-gallery .ad-slideshow-controls .ad-slideshow-stop {
  padding-left: 5px;
  cursor: pointer;
}
.ad-gallery .ad-slideshow-controls .ad-slideshow-countdown {
  padding-left: 5px;
  font-size: 0.9em;
}
.ad-gallery .ad-slideshow-running .ad-slideshow-start {
  cursor: default;
  font-style: italic;
}
.ad-gallery .ad-nav {
  width: 100%;
  position: relative;
}
.ad-gallery .ad-forward, .ad-gallery .ad-back {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 10;
}
/* IE 6 doesn't like height: 100% */
* html .ad-gallery .ad-forward, .ad-gallery .ad-back {
  height: 100px;
}
.ad-gallery .ad-back {
  cursor: pointer;
  left: -20px;
  width: 13px;
  display: block;
  background: url(/js/vendor/ad-gallery/ad_scroll_back.png) 0px 22px no-repeat;
}
.ad-gallery .ad-forward {
  cursor: pointer;
  display: block;
  right: -20px;
  width: 13px;
  background: url(/js/vendor/ad-gallery/ad_scroll_forward.png) 0px 22px no-repeat;
}
.ad-gallery .ad-nav .ad-thumbs {
  overflow: hidden;
  width: 100%;
}
.ad-gallery .ad-thumbs .ad-thumb-list {
  float: left;
  width: 9000px;
  list-style: none;
}
.ad-gallery .ad-thumbs li {
  float: left;
  padding-right: 5px;
}
.ad-gallery .ad-thumbs li a {
  display: block;
}
.ad-gallery .ad-thumbs li a img {
  border: 3px solid #CCC;
  display: block;
}
.ad-gallery .ad-thumbs li a.ad-active img {
  border: 3px solid #616161;
}
/* Can't do display none, since Opera won't load the images then */
.ad-preloads {
  position: absolute;
  left: -9000px;
  top: -9000px;
}/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
  left: -5px;
  background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(/js/vendor/bxslider/images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
  left: 10px;
  background: url(/js/vendor/bxslider/images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url(/js/vendor/bxslider/images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(/js/vendor/bxslider/images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(/js/vendor/bxslider/images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}.sf-menu, .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sf-menu li {
  position: relative;
}
.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}
.sf-menu > li {
  float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  display: block;
}

.sf-menu a {
  display: block;
  position: relative;
}
.sf-menu ul ul {
  top: 0;
  left: 100%;
}

.sf-menu > li {
  background: url(/img/nav_separete.jpg) no-repeat right center;
  padding: 0 30px;
  cursor: pointer;
}

.sf-menu > li:last-child {
  background: none;
}

.sf-menu > li > a {
  color: #055d9f;
  text-decoration: none;
  padding: 6px 0;
  zoom: 1;
  font-size: 15px;
  font-weight: bold;
  line-height: 25px;
}

.sf-menu > li > a.sf-with-ul {
  background: url(/img/nav_arrow.png) no-repeat left 8px;
  padding-left: 25px;
}

.sf-menu ul {
  min-width: 140px;
  *width: 140px;
}

.sf-menu ul a {
  padding: 5px 10px;
  zoom: 1; /* IE7 */
  color: #055d9f;
  text-decoration: none;
}

.sf-menu ul li {
  white-space: nowrap; /* no need for Supersubs plugin */
  *white-space: normal; /* ...unless you support IE7 (let it wrap) */
  -webkit-transition: background .2s;
  transition: background .2s;
}

.sf-menu ul li {
  background: #f7f7f7;
}

.sf-menu ul li:hover,
.sf-menu ul li.sfHover {
  background: #CFDEFF;
  -webkit-transition: none;
  transition: none;
}#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message{font-family:"HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:200;color:#fff;}
#sb-container{position:fixed;margin:0;padding:0;top:0;left:0;z-index:999;text-align:left;visibility:hidden;display:none;}
#sb-overlay{position:relative;height:100%;width:100%;}
#sb-wrapper{position:absolute;visibility:hidden;width:100px;}
#sb-wrapper-inner{position:relative;border:1px solid #303030;overflow:hidden;height:100px;}
#sb-body{position:relative;height:100%;}
#sb-body-inner{position:absolute;height:100%;width:100%;}
#sb-player.html{height:100%;overflow:auto;}
#sb-body img{border:none;}
#sb-loading{position:relative;height:100%;}
#sb-loading-inner{position:absolute;font-size:14px;line-height:24px;height:24px;top:50%;margin-top:-12px;width:100%;text-align:center;}
#sb-loading-inner span{background:url(/js/vendor/shadowbox/loading.gif) no-repeat;padding-left:34px;display:inline-block;}
#sb-body,#sb-loading{background-color:#060606;}
#sb-title,#sb-info{position:relative;margin:0;padding:0;overflow:hidden;}
#sb-title,#sb-title-inner{height:26px;line-height:26px;}
#sb-title-inner{font-size:16px;}
#sb-info,#sb-info-inner{height:20px;line-height:20px;}
#sb-info-inner{font-size:12px;}
#sb-nav{float:right;height:16px;padding:2px 0;width:45%;}
#sb-nav a{display:block;float:right;height:16px;width:16px;margin-left:3px;cursor:pointer;background-repeat:no-repeat;}
#sb-nav-close{background-image:url(/js/vendor/shadowbox/close.png);}
#sb-nav-next{background-image:url(/js/vendor/shadowbox/next.png);}
#sb-nav-previous{background-image:url(/js/vendor/shadowbox/previous.png);}
#sb-nav-play{background-image:url(/js/vendor/shadowbox/play.png);}
#sb-nav-pause{background-image:url(/js/vendor/shadowbox/pause.png);}
#sb-counter{float:left;width:45%;}
#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#fff;}
#sb-counter a.sb-counter-current{text-decoration:underline;}
div.sb-message{font-size:12px;padding:10px;text-align:center;}
div.sb-message a:link,div.sb-message a:visited{color:#fff;text-decoration:underline;}/*! normalize.css v1.1.2 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}html,button,input,select,textarea{font-family:sans-serif}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}h2{font-size:1.5em;margin:.83em 0}h3{font-size:1.17em;margin:1em 0}h4{font-size:1em;margin:1.33em 0}h5{font-size:.83em;margin:1.67em 0}h6{font-size:.67em;margin:2.33em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}blockquote{margin:1em 40px}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}p,pre{margin:1em 0}code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:'';content:none}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}dl,menu,ol,ul{margin:1em 0}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ul,nav ol{list-style:none;list-style-image:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal;*margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
  color: #222;
}

body {
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
  background: #f3f3f3 url(/img/bg.jpg);
  /*font-family: 'Source Sans Pro', sans-serif;*/
  font-family:Arial,Helvetica,sans-serif;
}

.wrapper {
  width: 1000px;
  margin: 0 auto;
}

#header {
  height: 139px;
  background: url(/img/bg_header.png) repeat-x left top;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow:  1px 3px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow:  1px 3px 8px 0px rgba(0, 0, 0, 0.3);
  position: relative;
}

#header h1 {
  width: 134px;
  height: 120px;
  float: left;
  background: url(/img/logo_fndc.png);
  margin: 8px 0 0 18px;
  padding: 0;
}

#header h1 a {
  width: 134px;
  height: 120px;
  display: block;
  overflow: hidden;
  text-indent: -1000px;
}

#header .data {
  float: left;
  font-size: 12px;
  padding: 80px 0 0 0;
  margin: 0 0 0 15px;
}

#header nav {
  position: absolute;
  top: 105px;
  left: 170px;
  width: 830px;
  height: 34px;
  background: url(/img/nav_bg.jpg) repeat-x;
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
}

#header nav ul {
  margin: 0;
  padding: 0;
}

#header nav > ul > li {
  float: left;
  font-size: 13px;
}

#social {
  float: left;
  margin: 60px 0 0 170px;
  padding: 0;
  list-style: none;
}

#social li {
  float: left;
  margin-left: 20px;
}

#social li a {
  width: 32px;
  height: 33px;
  display: block;
  overflow: hidden;
  text-indent: -100px;
  background: url(/img/sprites.png) no-repeat left top;
}

#social li a.twitter {
  background-position: -32px top;
}

#social li a.youtube {
  background-position: -65px top;
}

#social li a.flickr {
  background-position: -98px top;
}

#form_search {
  width: 190px;
  float: right;
  background-color: #055d9f;
  height: 27px;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 15px 15px 0 0;
}

#form_search input[type="text"] {
  border: 0 solid;
  width: 150px;
  float: left;
  margin: 5px 0 0 6px;
  font-size: 12px;
  padding: 1px 5px;
}

#form_search input[type="submit"] {
  width: 17px;
  height: 18px;
  float: right;
  border: 0 solid;
  overflow: hidden;
  text-indent: -100px;
  background: url(/img/sprites.png) no-repeat left -33px;
  margin: 3px 2px 0 0;
}

#wrapper_banner {
  margin: 20px auto;
  overflow: hidden;
}

#banner {
  width: 730px;
  height: 140px;
  float: left;
  overflow: hidden;
}

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

#form_mailing {
  width: 260px;
  float: right;
}

#form_mailing .titulo {
  height: 22px;
  -moz-border-radius: 1em 1em 1em 1em;
  border-radius: 1em 1em 1em 1em;
  border-top-left-radius: 100px 50px;
  background: #055d9f;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  line-height: 23px;
  position: relative;
}

#form_mailing div {
  background: #FFF;
  border-left: 1px solid #e5e6e6;
  border-right: 1px solid #e5e6e6;
  border-bottom: 1px solid #e5e6e6;
  margin: -7px 0 0 0;
  padding: 10px 10px 5px 10px;
  overflow: hidden;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

#form_mailing div p {
  margin: 0;
  padding: 0 0 5px 0;
}

#form_mailing input[type='text'] {
  border: 1px solid #cfdeef;
  font-size: 11px;
  color: #58595b;
  padding: 2px 5px;
  width: 225px;
}

#form_mailing label {
  overflow: hidden;
  display: block;
}

#form_mailing label input {
  float: left;
  margin-right: 5px;
}

#form_mailing label span {
  font-size: 11px;
  color: #58595b;
  float: left;
}

#form_mailing input[type='submit'] {
  width: 66px;
  height: 15px;
  float: right;
  border: 0 solid;
  background: transparent url(/img/sprites.png) no-repeat -17px -33px;
  overflow: hidden;
  text-indent: -200px;
}

#btn_associar {
  width: 107px;
  height: 33px;
  background: transparent url(/img/sprites.png) no-repeat left -51px;
  display: block;
  overflow: hidden;
  text-indent: -1000px;
  float: right;
  margin: 15px 15px 0 0;
}

footer {
  width: 1000px;
  height: 150px;
  background: url(/img/bg_footer.jpg) repeat-x;
  margin: 0 auto;
  border-left: 1px solid #d7d8d9;
  border-top: 1px solid #d7d8d9;
  border-right: 1px solid #d7d8d9;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

footer nav {
  margin: 7px 0 10px 0;
}

footer nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

footer nav ul li {
  display: inline-block;
  padding: 0 10px 10px 10px;
  border-bottom: 2px solid #b8b8b8;
}

footer nav ul li a {
  font-size: 14px;
  color: #055d9f;
  text-decoration: none;
  padding: 0 6px;
}

footer nav ul li a:hover {
  text-decoration: underline;
}

footer p {
  text-align: center;
  font-size: 13px;
  margin: 0;
  padding: 0;
}

p#license {
  font-size: 10px!important;
  padding-top: 5px;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.o_hidden {
  overflow: hidden;
}

.clear_left {
  clear: left;
}

.clear_right {
  clear: right;
}

.clear_both {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.nbg {
  background: none!important;
}

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
  * {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group; /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

#container_share {
  clear: both;
  margin: 20px 10px;
  height: 25px;
}

#container_share .facebook_share {
  float: left;
}

#container_share .twitter_share {
  float: left;
  margin: 2px 0 0 10px;
}#news-home {
  width: 600px;
  height: 470px;
  overflow: hidden;
  float: left;
}

#news-home .titulo,
#tagcloud-home .titulo,
#revista-home .titulo,
.social-home .titulo,
#indicamos-home .titulo,
.titulo_page{
  /*height: 35px;*/
  -moz-border-radius: 1em 1em 1em 1em;
  border-radius: 1em 1em 1em 1em;
  border-top-left-radius: 100px 50px;
  background: #055d9f;
  margin: 0;
  padding: 0;
  color: #FFF;
  font-size: 17px;
  /*line-height: 35px;*/
  position: relative;
  text-indent: 30px;
}

#news-home .titulo a,
#tagcloud-home .titulo a,
#revista-home .titulo a,
.social-home .titulo a,
#indicamos-home .titulo a,
.titulo_page a{
  color: #FFF;
  text-decoration: none;
}

#wrapper_news-home,
#tagcloud-home > div,
#revista-home > div,
.social-home > div,
#indicamos-home > div,
.content-page {
  background: #FFF;
  border-left: 1px solid #e5e6e6;
  border-right: 1px solid #e5e6e6;
  border-bottom: 1px solid #e5e6e6;
  margin: -7px 0 0 0;
  padding: 15px 0 0 0;
  overflow: hidden;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

#news-home article {
  height: 405px;
  position: relative;
}

#news-home article header p {
  border: 1px solid #bbbdbf;
  background: #ebebec;
  font-size: 12px;
  margin: 0 0 0 10px;
  padding: 0;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 120px;
  text-align: center;
}

#news-home article header h3 {
  font-size: 17px;
  margin: 5px 0 0 0;
  padding: 0 10px;
  font-weight: bold;
}

#news-home article header h3 a {
  text-decoration: none;
  color: #000;
}

#news-home article > p {
  font-size: 13px;
  margin: 5px 0 0 0;
  padding: 0 10px;
}

#news-home article figure {
  width: 598px;
  height: 300px;
  overflow: hidden;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 10px 0 0 0;
  position: absolute;
  bottom: 0;
}

#news-home .bx-viewport {
  height: auto!important;
  left: 0!important;
}

#news-home .bx-pager {
  width: 220px;
  right: 1px;
  bottom: 3px;
  height: 25px;
  background: url(/img/bg_news-home_pager.png) repeat-x;
  text-align: right;
  padding: 0 18px 0 0;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#news-home .bx-pager-item {
  margin: 6px 0 0 3px;
}

#news-home .bx-wrapper .bx-pager.bx-default-pager a:hover, #news-home .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: transparent url(/img/sprites.png) no-repeat -83px -33px;
}

#news-home .bx-wrapper .bx-pager.bx-default-pager a {
  background: transparent url(/img/sprites.png) no-repeat -97px -33px;
  width: 14px;
  height: 13px;
  text-indent: 100px;
  overflow: hidden;
}

#btn_all_news {
  position: absolute;
  color: #FFF;
  right: 142px;
  bottom: 5px;
  z-index: 100;
  text-decoration: none;
  font-size: 14px;
}

#tagcloud-home, #revista-home, .social-home {
  width: 345px;
  float: right;
  overflow: hidden;
}

#tagcloud {
  height: 140px;
  padding: 0 20px;
}

#tagcloud a {
  text-decoration: none;
}

#tagcloud a:hover {
  text-decoration: underline;
}

#revista-home {
  margin: 18px 0 0 0;
  overflow: hidden;
}

#revista-home div {
  padding-bottom: 2px;
}

#revista-home ul {
  margin: 0;
  padding: 3px 0 10px 0;
  height: 195px;
  overflow: hidden;
}

#revista-home ul li p {
  margin: 0;
  padding: 0;
  text-align: center;
}

#revista-home ul li a {
  margin: 5px auto;
  display: block;
  width: 125px;
  height: 170px;
}

#revista-home .bx-wrapper .bx-controls-direction a {
  width: 50px;
  height: 49px;
  margin-top: -25px;
}

#revista-home .bx-wrapper .bx-prev {
  background: transparent url(/img/sprites.png) no-repeat left -84px;
  left: 27px;
}

#revista-home .bx-wrapper .bx-next {
  background: transparent url(/img/sprites.png) no-repeat -50px -84px;
  right: 27px;
}

#tabs-home {
  width: 600px;
  float: left;
  margin: 15px 0 0 0;
}

#nav_tabs {
  padding: 0;
  position: relative;
  overflow: hidden;
  margin: 0;
}

#nav_tabs li {
  display: inline;
}

#nav_tabs li a {
  /*height: 35px;*/
  -moz-border-radius: 1em 1em 1em 1em;
  border-radius: 1em 1em 1em 1em;
  border-top-left-radius: 140px 70px;
  background: #055d9f;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #FFF;
  font-size: 18px;
  /*line-height: 33px;*/
  float: left;
  width: 150px;
  text-decoration: none;
}

#nav_tabs li.active a {
  background: #fff;
  color: #231f20;
}

#cotent-tabs {
  background: #FFF;
  border-left: 1px solid #e5e6e6;
  border-right: 1px solid #e5e6e6;
  border-bottom: 1px solid #e5e6e6;
  margin: -7px 0 0 0;
  padding: 13px 10px 5px 10px;
  overflow: hidden;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  min-height: 290px;
  visibility: hidden;
}

#cotent-tabs #clipping ul, #cotent-tabs #agenda ul {
  list-style: none;
  margin: 0;
  padding: 20px 20px 0 20px;
}

#cotent-tabs #clipping ul li, #cotent-tabs #agenda ul li {
  padding: 0 0 15px 0;
  overflow: hidden;
}

#cotent-tabs #clipping ul li span {
  width: 12px;
  height: 11px;
  float: left;
  display: block;
  background: transparent url(/img/sprites.png) no-repeat -111px -33px;
  margin: 3px 0 0 0;
}

#cotent-tabs #clipping ul li a {
  width: 520px;
  text-decoration: none;
  color: #231f20;
  font-size: 14px;
  float: right;
}

#cotent-tabs #clipping > a, #cotent-tabs #agenda > a {
  height: 25px;
  text-decoration: none;
  color: #FFF;
  font-size: 14px;
  float: right;
  background: url(/img/bg_news-home_pager.png) repeat-x;
  padding: 0 20px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  line-height: 23px;
}

#cotent-tabs #agenda ul li span {
  width: 90px;
  height: 32px;
  float: left;
  display: block;
  text-align: center;
  background: url(/img/bg_tabs_agenda.png) repeat-x;
  font-size: 15px;
  line-height: 30px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#cotent-tabs #agenda ul li a {
  width: 435px;
  text-decoration: none;
  color: #231f20;
  font-size: 14px;
  float: right;
}

#videos {
  position: relative;
  margin: -2px 0 0 -10px;
}

#foto_destaque {
  width: 470px;
  height: 210px;
  margin: 0 auto;
  padding: 0;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}

#foto_destaque .bx-wrapper .bx-viewport {
  left: 0;
}

#foto_destaque ul {
  margin: 0;
  padding: 0;
}

#slide_foto {
  height: 72px;
  background: url(/img/bg_tabs_fotos_thumb.jpg) repeat-x;
  margin-top: 6px;
}

#slide_foto ul {
  padding: 0;
  margin: 0;
}

#slide_foto ul li {
  overflow: hidden;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#slide_foto .bx-wrapper .bx-viewport {
  background: none;
  padding-top: 10px!important;
}

#slide_foto .bx-wrapper .bx-controls-direction a {
  width: 31px;
  height: 30px;
  margin-top: -10px;
}

#slide_foto .bx-wrapper .bx-prev {
  background: transparent url(/img/sprites.png) no-repeat left -133px;
  left: -55px;
}

#slide_foto .bx-wrapper .bx-next {
  background: transparent url(/img/sprites.png) no-repeat -31px -133px;
  right: -55px;
}

.tweet {
  padding: 0!important;
}

.tweet .e-entry-title {font-size: 10px!important;}

.social-home, #indicamos-home {
  margin: 15px 0 0 0;
}

.social-home .limitarbox {
  width: 340px !important;
  height: 107px !important;
  overflow: hidden !important;
  position: relative;
  margin: 0 0 0 12px;
}
.social-home .fb-like-box {
  margin-top: -98px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: -9px;
}
.social-home .fb-like {
  margin: 5px auto;
  text-align: center;
  width: 213px;
  float: right;
}

#indicamos-home {
  width: 600px;
  overflow: hidden;
  float: left;
}

#indicamos-home > div {
  padding: 10px 0 4px 0;
}

#indicamos-home ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
}

#indicamos-home ul li {
  width: 55px;
  height: 54px;
  float: left;
  background: transparent url(/img/sprites.png) -128px top no-repeat;
}

#indicamos-home ul li a {
  width: 50px;
  height: 50px;
  display: block;
  background: #FFF center center no-repeat;
}

#indicamos-home .bx-wrapper .bx-controls-direction a {
  width: 35px;
  height: 35px;
  margin-top: -15px;
}

#indicamos-home .bx-wrapper .bx-prev {
  background: transparent url(/img/sprites.png) no-repeat left -163px;
  left: -48px;
}

#indicamos-home .bx-wrapper .bx-next {
  background: transparent url(/img/sprites.png) no-repeat -35px -163px;
  right: -48px;
}

.btn_galerias_tabs {
  height: 25px;
  text-decoration: none;
  color: #FFF;
  font-size: 14px;
  float: right;
  background: url(/img/bg_news-home_pager.png) repeat-x;
  padding: 0 15px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  line-height: 23px;
  position: absolute;
  z-index: 800;
  margin: 3px 0 0 415px;
}

#btn_all_revista {
  height: 25px;
  text-decoration: none;
  color: #FFF;
  font-size: 14px;
  float: right;
  background: url(/img/bg_news-home_pager.png) repeat-x;
  padding: 0 15px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  line-height: 23px;
  position: absolute;
  z-index: 800;
  margin: -30px 0 0 150px;
}.content-page {
  padding: 10px 30px;
}

.content-page a {
  color: #222;
}

.ck {
  font-size: 15px;
  color: #6d6e70;
}

.ck a {
  color: #055d9f;
  text-decoration: none;
  font-weight: bold;
}

.ck a:hover {
  text-decoration: underline;
}

.ck img {
  padding: 5px 10px;
}

.ck h2 {
  font-size: 18px;
}
.ck h3 {
  font-size: 16px;
}
.ck h4 {
  font-size: 14px;
}
.ck h5 {
  font-size: 12px;
}

.container_agenda > p, .container_documentos > p, .container_agenda > h2 {
  font-size: 18px;
  color: #055d9f;
  height: 34px;
  background: url(/img/nav_bg.jpg) repeat-x;
  line-height: 33px;
  text-indent: 20px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.container_agenda > p a, .container_documentos > p a {
  color: #055d9f;
  text-decoration: none;
}

.container_agenda > p a:hover, .container_documentos > p a:hover {
  text-decoration: underline;
}

.container_agenda article {
  overflow: hidden;
  margin: 0 0 5px 10px;
  padding: 0 0 0 20px;
  background: url(/img/list_agenda.jpg) no-repeat left center;
}

.container_agenda article p {
  float: left;
  font-size: 16px;
  font-weight: normal;
  color: #055d9f;
  padding: 0 10px 0 0;
  border-right: 1px solid #000;
  margin: 0 10px 0 0;
}

.container_agenda article h3 {
  float: left;
  font-size: 16px;
  font-weight: normal;
  padding: 0 10px 0 0;
  margin: 0;
}

.container_agenda article h3 a {
  color: #000;
  text-decoration: none;
}

.container_agenda article h3 a:hover {
  text-decoration: underline;
}

.data_content {
  color: #FFF;
  background-color: #055d9f;
  font-size: 12px;
  display: inline-block;
  margin: 20px 0 0 0;
  padding: 3px 15px 2px 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.titulo_content {
  font-size: 25px;
  font-weight: normal;
  margin: 0;
  padding: 5px 0;
}

#btn_back, #btn_back_link {
  font-size: 17px;
  height: 25px;
  color: #FFF;
  position: absolute;
  z-index: 100;
  margin: 2px 0 0 903px;
  text-decoration: none;
  line-height: 25px;
}

#btn_back span, #btn_back_link span {
  width: 20px;
  height: 20px;
  display: block;
  float: left;
  background: url(/img/sprites.png) no-repeat -62px -133px;
  margin: 2px 5px 0 0;
}

#conteudos_relacionados {
  overflow: hidden;
}

#conteudos_relacionados > p {
  font-size: 18px;
  color: #055d9f;
  height: 34px;
  background: url(/img/nav_bg.jpg) repeat-x;
  line-height: 33px;
  text-indent: 20px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

#conteudos_relacionados ul {
  margin: 0;
  padding: 0;
}

#conteudos_relacionados ul li {
  width: 235px;
  padding: 0 10px;
}

#conteudos_relacionados .bx-wrapper .bx-controls-direction a {
  width: 50px;
  height: 49px;
  margin-top: -25px;
}

#conteudos_relacionados .bx-wrapper .bx-prev {
  background: transparent url(/img/sprites.png) no-repeat left -84px;
  left: -50px;
}

#conteudos_relacionados .bx-wrapper .bx-next {
  background: transparent url(/img/sprites.png) no-repeat -50px -84px;
  right: -50px;
}

#conteudos_relacionados .bx-wrapper .bx-viewport {
  left: 0;
}

#conteudos_relacionados ul li p.data, #noticia_lista li p.data {
  color: #FFF;
  background-color: #055d9f;
  font-size: 11px;
  display: inline-block;
  margin: 0 0 0 0;
  padding: 2px 6px 1px 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#conteudos_relacionados ul li h4, #noticia_lista li h4 {
  margin: 0;
  padding: 5px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
}

#conteudos_relacionados ul li h4 a, #noticia_lista li h4 a {
  color: #222;
  text-decoration: none;
}

#conteudos_relacionados ul li p.description, #noticia_lista li p.description {
  margin: 0;
  font-size: 12px;
}

#noticia_lista {
  overflow: hidden;
  margin: 0;
  padding: 20px 0;
  list-style: none;
}

#noticia_lista li {
  width: 450px;
  list-style: none;
  margin-bottom: 30px;
}

.info_resultados {
  margin: 15px 0 0 0;
}

.busca_lista li {
  width: 100%!important;
}

#paginacao {
  text-align: center;
  padding: 0 0 30px 0;
}

#paginacao ul {
  background-color: #055d9f;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 5px 10px;
  display: inline;
}

#paginacao ul li {
  display: inline;
  margin: 0 5px;
}

#paginacao ul li a {
  color: #FFF;
  margin: 0 1px;
  padding: 0 4px;
  text-decoration: none;
}

#paginacao ul li a:hover, #paginacao ul li a.selected {
  color: #055d9f;
  background-color: #FFF;
}

.foto_lista {
  list-style: none;
  margin: 0;
  padding: 15px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px dashed #185fa0;
  overflow: hidden;
}

.foto_lista li {
  overflow: hidden;
  float: left;
  width: 469px;
}

.foto_lista li img {
  float: left;
  margin: 0 15px 0 0;
}

.foto_lista li p {
  font-size: 12px;
  margin: 0;
  padding: 55px 0 0 0;
}

.foto_lista li h4 {
  font-size: 18px;
  margin: 0;
  padding: 2px 10px 0 0;
}

.foto_lista li h4 a {
  color: #185fa0;
  text-decoration: none;
}

.foto_lista li a span {
  position: absolute;
  width: 50px;
  height: 49px;
  background: transparent url(/img/sprites.png) no-repeat -100px -84px;
  margin: 25px 0 0 25px;
}

#publicacoes .bx-wrapper .bx-controls-direction a {
  width: 50px;
  height: 49px;
  margin-top: -25px;
}

#publicacoes .bx-wrapper .bx-prev {
  background: transparent url(/img/sprites.png) no-repeat left -84px;
  left: -75px;
}

#publicacoes .bx-wrapper .bx-next {
  background: transparent url(/img/sprites.png) no-repeat -50px -84px;
  right: -70px;
}

#issu_publicacao {
  width: 670px;
  height: 520px;
  margin: 15px auto;
  overflow: hidden;
  background-color: #e6e6e6;
}

#container-video {
  width: 800px;
  height: 500px;
  margin: 0 auto;
}

.titulo_page .data_clipping {
  float: right;
  font-size: 14px;
  padding: 0 20px 0 0;
}

#clipping_day {
  float: left;
  margin: 0;
  font-size: 20px;
  color: #055d9f;
  font-weight: normal;
  padding: 15px 0 0 0;
}

#btn_all_clipping {
  float: right;
  height: 25px;
  -moz-border-radius: 1em 1em 1em 1em;
  border-radius: 1em 1em 1em 1em;
  border-top-left-radius: 80px 40px;
  background: #055d9f;
  margin: 15px 0 0 0;
  padding: 0 20px 0 0;
  color: #FFF;
  font-size: 15px;
  line-height: 25px;
  position: relative;
  text-indent: 30px;
  text-decoration: none;
}

.balon_clipping {
  width: 18px;
  height: 17px;
  position: absolute;
  background: transparent url(/img/sprites.png) no-repeat -108px -51px;
  margin: 8px 0 0 -3px;
}

.container_documentos article {
  font-size: 14px;
  color: #58595b;
  padding: 10px;
  background-color: #dae7f1;
  border: 1px solid #dae7f1;
}

.container_documentos article h3 {
  margin: 0;
  padding: 0;
}

.container_documentos article p {
  margin: 0;
  padding: 3px 0 0 0;
}

.container_documentos article a {
  text-decoration: none;
  color: #055d9f;
}

#form_contato {
  width: 775px;
  margin: 20px auto;
  overflow: hidden;
  color: #055d9f;
  font-size: 18px;
}

#form_contato div {
  overflow: hidden;
  margin: 0 0 20px 0;
}

#form_contato label {
  float: left;
  display: block;
  width: 85px;
}

#form_contato input[type='text'], #form_contato textarea {
  float: left;
  border: 1px solid #055d9f;
  width: 670px;
  font-size: 14px;
  padding: 3px 1px;
}

#form_contato select {
  float: left;
  border: 1px solid #055d9f;
  width: 670px;
  font-size: 14px;
  padding: 3px 1px;
}

#form_contato div div {
  float: left;
  width: 257px;
  margin-right: 1px;
  margin-bottom: 0;
}

#form_contato div div input[type='text'] {
  width: 150px;
}

.label_ints {
  text-indent: 10px;
}

#form_contato textarea {
  width: 760px;
  resize: none;
}

#form_contato input[type='submit'] {
  float: right;
  color: #FFF;
  padding: 5px 20px;
  font-weight: bold;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 0 solid;
  background-color: #6d6e70;
  margin: 0 10px 0 0;
}

#btn_publicacao_img {
  width: 310px;
  height: 410px;
  margin: 55px auto;
  display: block;
}

.lista_plenarias {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lista_plenarias li {
  padding: 15px 50px;
  background: transparent url(/img/plenarias_inf.jpg) no-repeat 10px center;
}

.lista_plenarias li a {
  color: #58595b;
  font-size: 16px;
  text-decoration: none;
}

.lista_plenarias li a:hover {
  text-decoration: underline;
}

.lista_plenarias.docs li {
  background: transparent url(/img/plenarias_doc.jpg) no-repeat 10px center;
}

.audio_conteudo {
  overflow: hidden;
  margin: 0 0 20px 0;
}

.audio_conteudo h2 {
  margin: 0;
  padding: 0 0 5px 0;
  font-size: 16px;
}

.dn {
  display: none;
}