@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* normalize.css v2.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 8, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 25, ../sass/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 34, ../sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 41, ../sass/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 56, ../sass/_normalize.scss */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 4 */
}

/**
 * Remove default margin.
 */
/* line 71, ../sass/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 80, ../sass/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 86, ../sass/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 97, ../sass/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 104, ../sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 110, ../sass/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 117, ../sass/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 123, ../sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 131, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 138, ../sass/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 148, ../sass/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 154, ../sass/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 160, ../sass/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 166, ../sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 173, ../sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 176, ../sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 185, ../sass/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 191, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 200, ../sass/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 209, ../sass/_normalize.scss */
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 218, ../sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 229, ../sass/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 244, ../sass/_normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 254, ../sass/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 265, ../sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 277, ../sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
/* line 285, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 297, ../sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 309, ../sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 316, ../sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 325, ../sass/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 337, ../sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 9, ../sass/screen.scss */
body {
  font-family: Verdana,Helvetica,Arial,sans-serif !important;
}

/* line 13, ../sass/screen.scss */
li {
  list-style-type: none;
}

/* line 18, ../sass/screen.scss */
#page ul {
  margin-left: 0;
}

/* external header */
/* line 24, ../sass/screen.scss */
[class^="ico-"], [class*=" ico-"], .nav-main:before {
  background-image: url("http://www.saopaulo.sp.gov.br/wp-content/themes/saopaulo/build/img/sprite/sprite.png");
  background-repeat: no-repeat;
}

/* line 28, ../sass/screen.scss */
#nav-logo {
  background: none repeat scroll 0 0  #0050a4;
  height: 67px;
}
/* line 31, ../sass/screen.scss */
#nav-logo .bandeira {
  width: 82px;
  height: 67px;
  background: url("../images/logo_n_v.png") no-repeat scroll 0 0 transparent;
  float: left;
  display: block;
  font-family: Verdana,Arial;
  font-weight: normal;
  margin-left: -15px;
  background-size: contain;
}
/* line 41, ../sass/screen.scss */
#nav-logo .bandeira a {
  display: block;
  height: 95px;
  text-indent: -9999px;
  width: 120px;
}
/* line 48, ../sass/screen.scss */
#nav-logo #logo_text {
  font-family: Verdana,Arial;
  font-weight: normal;
  margin: 0.3em 0 0 0;
}
/* line 52, ../sass/screen.scss */
#nav-logo #logo_text a {
  color: #ffffff;
  display: block;
  font-size: 0.5em;
  font-weight: bold;
  letter-spacing: -1px;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 60, ../sass/screen.scss */
#nav-logo #logo_text a span {
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 5px;
  text-transform: none;
}

/* line 69, ../sass/screen.scss */
#headerMenu {
  padding-top: 0.5em;
}

/* line 74, ../sass/screen.scss */
header#header {
  margin-bottom: 0.5em;
}
/* line 77, ../sass/screen.scss */
header#header #logo h1 {
  float: left;
  width: 212px;
  height: 40px;
  background: url("../images/logo.png") no-repeat scroll 0 0 transparent;
  text-indent: -9999px;
  margin: 25px 0px;
}
/* line 86, ../sass/screen.scss */
header#header #menu {
  margin-bottom: 0;
}

/* line 93, ../sass/screen.scss */
ul.button-group li a {
  color: #ffffff;
}

/* line 100, ../sass/screen.scss */
#navMain .top-bar.expanded .toggle-topbar a span {
  -webkit-box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888;
  box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888;
}

/* line 107, ../sass/screen.scss */
#menu.top-bar.expanded .toggle-topbar a span {
  -webkit-box-shadow: 0 10px 0 1px #333333, 0 16px 0 1px #333333, 0 22px 0 1px #333333;
  box-shadow: 0 10px 0 1px #333333, 0 16px 0 1px #333, 0 22px 0 1px #333;
}

/* line 114, ../sass/screen.scss */
.top-bar li.primeiro, .top-bar li.primeiro a, .top-bar-section li.primeiro, .top-bar-section li.primeiro a {
  background-color: #0374de;
}
/* line 115, ../sass/screen.scss */
.top-bar li.segundo, .top-bar li.segundo a, .top-bar-section li.segundo, .top-bar-section li.segundo a {
  background-color: #91b93e;
}
/* line 116, ../sass/screen.scss */
.top-bar li.terceiro, .top-bar li.terceiro a, .top-bar-section li.terceiro, .top-bar-section li.terceiro a {
  background-color: #f57337;
}

/* line 119, ../sass/screen.scss */
.top-bar.expanded .toggle-topbar a span {
  -webkit-box-shadow: 0 10px 0 1px transparent, 0 16px 0 1px transparent, 0 22px 0 1px transparent;
  box-shadow: 0 10px 0 1px transparent, 0 16px 0 1px transparent, 0 22px 0 1px transparent;
  color: #ffffff;
}

/* line 124, ../sass/screen.scss */
.no_perfil {
  background-color: #bfbfbf;
}
/* line 127, ../sass/screen.scss */
.no_perfil.expanded .title-area {
  background-color: #bfbfbf;
}

/*Homepage*/
/* line 135, ../sass/screen.scss */
.menuHome {
  border-bottom: 2px solid #0374dd;
}
/* line 137, ../sass/screen.scss */
.menuHome ul {
  margin-bottom: 0.5em;
}
/* line 139, ../sass/screen.scss */
.menuHome ul li {
  background: url(../images/bullets_arrow.png) no-repeat #f6f5f3;
  margin: 0px 0px 5px 0px;
  padding: 5px 23px;
  color: #666;
}

/* line 148, ../sass/screen.scss */
.menuHome ul li {
  background-position: 7px -32px !important;
}

/* line 151, ../sass/screen.scss */
.primeiro .menuHome ul li, .primeiro ul li {
  background-position: 7px -32px !important;
}

/* line 154, ../sass/screen.scss */
.segundo .menuHome ul li, .segundo ul li {
  background-position: 4px -76px !important;
}

/* line 157, ../sass/screen.scss */
.terceiro .menuHome ul li, .terceiro ul li {
  background-position: 5px 11px !important;
}

/* line 162, ../sass/screen.scss */
section.boxHome header {
  font-size: 1.3em;
  font-weight: bold;
  color: #0374dd;
  text-align: left;
  margin-top: 22px;
  padding: 0 0 5px 10px;
  border-bottom: 2px solid #0374dd;
}
/* line 173, ../sass/screen.scss */
section.boxHome nav ul li {
  padding: 7px 3px;
  border-bottom: 1px solid #CDCDCD;
  margin: 5px 0px 0px 0px;
}
/* line 177, ../sass/screen.scss */
section.boxHome nav ul li a {
  font-weight: bold;
  color: #333333;
}
/* line 188, ../sass/screen.scss */
section#ul_destaque ul li, section .destaque ul li {
  list-style-type: none;
  border-bottom: none;
  padding: 0;
  margin: 0;
}
/* line 193, ../sass/screen.scss */
section#ul_destaque ul li .panel, section .destaque ul li .panel {
  margin-bottom: 0.5em;
}
/* line 196, ../sass/screen.scss */
section#ul_destaque ul li .panel h2 a, section .destaque ul li .panel h2 a {
  font-size: 0.7em;
  font-weight: bold;
}
/* line 201, ../sass/screen.scss */
section#ul_destaque ul li .panel a, section .destaque ul li .panel a {
  font-weight: normal;
  font-size: 1em;
  margin-bottom: 0.5em;
}
/* line 213, ../sass/screen.scss */
section#ul_info nav ul li {
  padding: 0 1.25em;
}
/* line 216, ../sass/screen.scss */
section#ul_info nav ul li h2 a {
  font-size: 0.8em;
}
/* line 225, ../sass/screen.scss */
section#acesso_rapido li, section#agenda li, section#aconteceu li, section#atualizacoes li {
  padding: 0 1.25em;
}
/* line 231, ../sass/screen.scss */
section form.instituicao fieldset {
  border: none;
}
/* line 234, ../sass/screen.scss */
section form.instituicao select {
  font-size: 92%;
}

/*Folder*/
/* line 243, ../sass/screen.scss */
.header_input h1 {
  border-left: 8px solid #999 !important;
  padding-left: 10px !important;
}

/* line 249, ../sass/screen.scss */
.items-list h3, .listContents h3 {
  border: 1px solid #ccc;
  padding: 8px;
  margin-bottom: 10px;
  font-weight: normal;
}
/* line 254, ../sass/screen.scss */
.items-list h3 a, .listContents h3 a {
  color: #666;
}

/* line 261, ../sass/screen.scss */
ul.listContents li {
  border: 1px solid #CCCCCC;
  margin-bottom: 10px;
  padding: 8px;
}
/* line 265, ../sass/screen.scss */
ul.listContents li a {
  color: #666666;
}

/* Content */
/* line 277, ../sass/screen.scss */
.internal .pageContent header h1 {
  border-left: 8px solid #999;
  padding-left: 10px;
}
/* line 283, ../sass/screen.scss */
.internal .pageContent figure.row {
  text-align: center;
}
/* line 285, ../sass/screen.scss */
.internal .pageContent figure.row img {
  border: 15px solid #f6f5f3;
}
/* line 288, ../sass/screen.scss */
.internal .pageContent .seeAlso {
  background-color: #f6f5f3;
  padding: 10px 10px 0 10px;
  margin-top: 0.5em;
}
/* line 292, ../sass/screen.scss */
.internal .pageContent .seeAlso header {
  background: none !important;
  border-bottom: solid 2px #000;
  padding: 0;
  height: 28px;
  margin-bottom: 15px;
  font-size: 1.2em;
  font-weight: bold;
}
/* line 301, ../sass/screen.scss */
.internal .pageContent .seeAlso ul {
  margin-bottom: 22px;
}
/* line 303, ../sass/screen.scss */
.internal .pageContent .seeAlso ul li {
  border-bottom: solid 1px #cdccca;
  padding: 8px 0;
  color: #343331;
  list-style: none;
}
/* line 308, ../sass/screen.scss */
.internal .pageContent .seeAlso ul li a {
  color: #666;
}

/* line 316, ../sass/screen.scss */
.publish {
  margin-bottom: 0.5em;
}

/* line 319, ../sass/screen.scss */
.sidemenu_perfil {
  padding-top: 1em;
}

/* line 322, ../sass/screen.scss */
.content_image {
  text-align: center;
  padding: 15px 0;
}

/* Footer */
/* line 329, ../sass/screen.scss */
footer.main {
  clear: both;
  padding-top: 10px;
}
/* line 333, ../sass/screen.scss */
footer.main .columns:last-child {
  float: left;
}
/* line 335, ../sass/screen.scss */
footer.main hr {
  height: 1px;
  background: 0;
  display: block;
  border: solid #0374dd;
  border-width: 1px 0 0;
  margin: 3px 0;
}
/* line 343, ../sass/screen.scss */
footer.main .address {
  text-align: left;
  line-height: 45px;
  color: #333;
  background: #fff;
  font-size: 0.7em;
  padding: 15px 15px 0;
}
/* line 350, ../sass/screen.scss */
footer.main .address p {
  font-size: 0.7rem;
  margin-bottom: 0.5rem;
}
/* line 354, ../sass/screen.scss */
footer.main .address img {
  top: -14px !important;
}
/* line 358, ../sass/screen.scss */
footer.main .toolbar {
  background: #f6f6f6;
  display: block;
  padding: 5px 10px;
}
/* line 362, ../sass/screen.scss */
footer.main .toolbar a {
  height: 20px;
  background: url(../images/footer_icons.png) no-repeat 1px -1px;
  line-height: 22px;
  padding-left: 26px;
  color: #4D4D4D;
  margin: 0 2px;
  font-size: 0.8em;
  float: left;
}
/* line 371, ../sass/screen.scss */
footer.main .toolbar a.c_error {
  background-position: 5px 0px;
  /*margin-left:20px; padding-left: 40px; border-left: 1px solid #666;*/
}
/* line 372, ../sass/screen.scss */
footer.main .toolbar a.c_error_border {
  background-position: 5px 0px;
  /*padding-left: 35px; margin-left:15px!important; border-left: 1px solid #666;*/
}
/* line 374, ../sass/screen.scss */
footer.main .toolbar a.c_error:hover, footer.main .toolbar a.c_error_border:hover {
  background: url(../images/icons_over.png) no-repeat 10px -49px;
}
/* line 376, ../sass/screen.scss */
footer.main .toolbar a.rss {
  background-position: 0 -91px !important;
  margin-left: 15px;
}
/* line 379, ../sass/screen.scss */
footer.main .toolbar a.rss:hover {
  background-position: -1px -225px !important;
}
/* line 381, ../sass/screen.scss */
footer.main .toolbar a.facebook {
  background-position: 0 -50px;
  float: right;
}
/* line 383, ../sass/screen.scss */
footer.main .toolbar a.facebook:hover {
  background-position: -1px -184px;
}
/* line 386, ../sass/screen.scss */
footer.main .toolbar a.twitter {
  background-position: 0 -26px;
  float: right;
}
/* line 388, ../sass/screen.scss */
footer.main .toolbar a.twitter:hover {
  background-position: 0px -160px;
}
/* line 391, ../sass/screen.scss */
footer.main .toolbar a.mail {
  background-position: 0 -71px;
  padding-right: 15px;
  border-right: 1px solid #666;
}
/* line 395, ../sass/screen.scss */
footer.main .toolbar a.mail:hover {
  background-position: -1px -205px;
}
/* line 397, ../sass/screen.scss */
footer.main .toolbar a.a_dialog {
  padding: 0px;
  height: auto;
  margin: auto;
}

/* line 404, ../sass/screen.scss */
#relatar_erro:hover {
  background-position: 1px -135px;
}

/* line 405, ../sass/screen.scss */
#relatar_erro.c_error_border:hover {
  background: url(../images/icons_over.png) no-repeat 7px -49px !important;
}

/* line 407, ../sass/screen.scss */
footer.main .toolbar a.pesquisa {
  background: none;
  margin-left: -30px;
}

/* line 412, ../sass/screen.scss */
.toolbar input[type="button"] {
  background: #666;
  color: #fff;
  border: none;
  padding: 3px 8px;
  font-weight: bold;
  font-size: 12px;
  margin-left: 10px;
  cursor: pointer;
}

/* line 423, ../sass/screen.scss */
.toolbar input[type="button"]:hover {
  background: #000;
}

/* line 428, ../sass/screen.scss */
#result_search_exam {
  width: 100%;
  margin-top: 20px;
  clear: both;
  float: left;
}

/* line 435, ../sass/screen.scss */
#result_search_exam table {
  width: 100%;
  border-top: 2px solid #2E2E2E;
}

/* line 439, ../sass/screen.scss */
#result_search_exam table th, #result_search_exam table td {
  text-align: center;
  padding: 10px 5px;
}

/* line 443, ../sass/screen.scss */
#result_search_exam th {
  background-color: #E6E6E6;
  color: #000000;
}

/* line 447, ../sass/screen.scss */
#result_search_exam tr:nth-child(even) td {
  background-color: #F4F4F4;
}

/* line 450, ../sass/screen.scss */
#result_search_exam tr {
  border-top: 1px solid #CCCCCC;
  color: #666;
}

@media (max-width: 640px) and (orientation: portrait) {
  /* line 456, ../sass/screen.scss */
  .hide_small {
    display: none;
  }
}
/* Search */
/* line 464, ../sass/screen.scss */
ul.resultSearch li {
  border: 1px solid #CCCCCC;
  float: left;
  margin: 7px 0;
  width: 100%;
}
/* line 469, ../sass/screen.scss */
ul.resultSearch li a {
  color: #000000;
  display: block;
  float: left;
  padding: 10px;
}

/* line 479, ../sass/screen.scss */
input#date2, input#date3 {
  margin-bottom: 5px;
}

/* line 483, ../sass/screen.scss */
.pagination {
  height: 35px;
  margin: 0 auto;
}
/* line 487, ../sass/screen.scss */
.pagination ul li {
  float: left;
}
/* line 489, ../sass/screen.scss */
.pagination ul li a {
  color: #666666;
  font-weight: bold;
  background: none repeat scroll 0 0 #F2F2F2;
  color: #000000 !important;
  display: block;
  font-weight: bold;
  height: 23px;
  line-height: 25px;
  margin: 2px;
  text-align: center;
  width: 23px !important;
}

/* line 506, ../sass/screen.scss */
a.prev, a.next {
  color: #9A9A9A;
  float: left;
  font-size: 12px;
  font-weight: bold;
  margin: 12px 8px;
  text-transform: uppercase;
}

/* line 515, ../sass/screen.scss */
.typeSearch {
  background: #F6F5F3;
  padding: 15px 15px 0 15px;
}
/* line 518, ../sass/screen.scss */
.typeSearch header {
  border-bottom: 2px solid #000000;
  height: 25px;
  margin-bottom: 15px;
  padding: 0;
  font-weight: bold;
  font-size: 1em;
}

/* DESTAQUES */
/* line 532, ../sass/screen.scss */
ul.highlights li h2 {
  font-size: 1em;
}

/* agenda, aconteceu atualizações */
/* line 542, ../sass/screen.scss */
ul.agenda li {
  border: 1px solid #CCCCCC;
  margin: 7px 0;
}
/* line 545, ../sass/screen.scss */
ul.agenda li#title {
  border: none;
}
/* line 548, ../sass/screen.scss */
ul.agenda li .time {
  text-align: center;
}
/* line 551, ../sass/screen.scss */
ul.agenda li a {
  border-left: 1px solid #CCCCCC;
}

/* downloads */
/* line 560, ../sass/screen.scss */
ul.downloads {
  margin: 0px;
}

/* line 564, ../sass/screen.scss */
ul.downloads li {
  border: solid 1px #ccc;
  padding: 10px;
  margin: 10px 0;
}

/* line 569, ../sass/screen.scss */
ul.downloads li .player {
  padding: 10px 0 5px 20px;
}

/* line 572, ../sass/screen.scss */
ul.downloads li span.icon_resource {
  display: block;
  height: 130px;
  overflow: hidden;
}

/* line 577, ../sass/screen.scss */
ul.downloads li span.icon_resource span {
  display: block;
  text-align: center;
  margin-top: 5px;
  background: #f6f5f3;
  color: #343434;
  padding: 3px;
}

/* line 585, ../sass/screen.scss */
ul.downloads li span.icon_resource span.resourceIcon {
  margin: 0;
  background: #fff;
  height: 65px;
  background: url("../images/resourceIcons.jpg");
  background-position: -735px 0;
}

/* line 594, ../sass/screen.scss */
ul.downloads li span.icon_resource span.resourceIcon.pdf {
  background-position: 0;
}

/* line 595, ../sass/screen.scss */
ul.downloads li span.icon_resource span.resourceIcon.doc {
  background-position: -75px 0;
}

/* line 596, ../sass/screen.scss */
ul.downloads li span.icon_resource span.resourceIcon.eps {
  background-position: -150px 0;
}

/* line 597, ../sass/screen.scss */
ul.downloads li span.icon_resource span.resourceIcon.swf {
  background-position: -225px 0;
}

/* line 598, ../sass/screen.scss */
ul.downloads li span.icon_resource span.resourceIcon.image {
  background-position: -300px 0;
}

/* line 599, ../sass/screen.scss */
ul.downloads li span.icon_resource span.resourceIcon.video {
  background-position: -375px 0;
}

/* line 600, ../sass/screen.scss */
ul.downloads li span.icon_resource span.resourceIcon.audio {
  background-position: -450px 0;
}

/* line 601, ../sass/screen.scss */
ul.downloads li span.icon_resource span.resourceIcon.ppt {
  background-position: -520px 0;
}

/* line 602, ../sass/screen.scss */
ul.downloads li span.icon_resource span.resourceIcon.xls {
  background-position: -593px 0;
}

/* line 603, ../sass/screen.scss */
ul.downloads li span.icon_resource span.resourceIcon.zip {
  background-position: -665px 0;
}

/* line 605, ../sass/screen.scss */
ul.downloads li span.infos {
  display: block;
  padding-left: 20px;
}

/* line 609, ../sass/screen.scss */
ul.downloads li span.infos p {
  margin: 0;
  font-size: 12px;
}

/* line 614, ../sass/screen.scss */
ul.downloads li span.infos p.format {
  display: block;
  margin: 7px 0;
}

/* line 619, ../sass/screen.scss */
ul.downloads li span.infos a {
  display: block;
  padding: 7px 7px 7px 27px;
  color: #333333;
  font-weight: bold;
  font-size: 12px;
  margin-right: 5px;
}

/* line 628, ../sass/screen.scss */
ul.downloads li span.infos a.icon_view {
  background: url(../images/icons_downloads.png) #f6f5f3 no-repeat 5px 6px;
}

/* line 631, ../sass/screen.scss */
ul.downloads li span.infos a.icon_down {
  background: url(../images/icons_downloads.png) #f6f5f3 no-repeat 5px -20px;
}

/* faq */
/* line 635, ../sass/screen.scss */
ul.agenda .faq {
  background: #f6f5f3;
  border: solid 1px transparent;
  margin: 0px 0;
  display: none;
  text-align: center;
  padding: 7px;
  margin-top: -7px;
}

/* line 645, ../sass/screen.scss */
ul.agenda .faq div {
  display: block;
  background: #fff;
  color: #000;
  margin: 0;
  text-align: left;
  padding: 20px;
  font-weight: normal;
}

/* line 655, ../sass/screen.scss */
ul.agenda .faq a {
  border: none;
  height: 15px !important;
  text-decoration: underline;
  padding: 0px;
  float: none;
  display: inline;
}

/* line 664, ../sass/screen.scss */
ul.agenda li span.span_faq {
  display: block;
  font-weight: bold;
  color: #000;
  font-size: 12px;
  float: left;
  padding: 15px;
}

/* line 672, ../sass/screen.scss */
.span_faq_on {
  background: url("../images/icons_faq.png") no-repeat scroll 5px 4px transparent;
}

/* line 675, ../sass/screen.scss */
.span_faq_off {
  background: url("../images/icons_faq.png") no-repeat scroll 5px -27px transparent;
}

/* line 678, ../sass/screen.scss */
ul.faq_itens li a {
  border: none;
}

/* centros-tecnicos */
/* line 682, ../sass/screen.scss */
.centros-tecnicos {
  margin: 10px 10px;
  border: 1px solid #CCCCCC;
  display: block;
}

/* line 689, ../sass/screen.scss */
.centros-tecnicos span {
  display: inline-block;
  padding: 7px 0 10px;
}

/* line 693, ../sass/screen.scss */
.centros-tecnicos span a {
  display: table-cell;
  padding: 0 10px;
  text-align: center;
  vertical-align: middle;
}

/* line 700, ../sass/screen.scss */
.centros-tecnicos-extra h3 {
  background-color: #F6F5F4;
  padding: 5px 8px;
  color: #333333;
}

/* line 706, ../sass/screen.scss */
.centros-tecnicos-extra li, .centros-tecnicos-lateral li {
  padding: 5px 0;
  border-bottom: 1px solid #CCCCCC;
  margin: 5px 0;
}

/* line 712, ../sass/screen.scss */
.centros-tecnicos-line {
  background-color: #CCCCCC;
  border: 0 none;
  color: #CCCCCC;
  height: 1px;
  margin: 5px 0;
}

/* sitemap */
/* line 724, ../sass/screen.scss */
.accordion ul li a {
  color: #666666;
}

/* line 731, ../sass/screen.scss */
.no-mobile-menu {
  display: none;
}
