/*ï¿½playerButtons.png*/
.iframe {
    margin: 0 auto;
    width: 400px;
  }
  * {
      margin: 0;
      padding: 0;
      border: 0;
      list-style: none;
  }
  
  body {
      font-size: 0.8em;
      font-family: 'trebuchet ms',sans-serif;
      color: #828276;
      overflow-x: hidden;
  }
  
  body.home {
      background: url("../images/couro.png") repeat-x #f0ede6;
  }
  
  input[type=text], input[type=password], select, textarea {
      color: #999;
  }
  
  h1,h2,h3,legend {
      margin-bottom: 10px;
      color: #733736;
      font-family: MyriadProBoldItalic,'trebuchet ms',sans-serif;
      font-weight: normal;
      text-transform: uppercase;
  }
  
  h1 {
      font-size: 1.8em;
  }
  
  h2 {
      font-size: 1.4em;
  }
  
  h3 {
      font-size: 1.1em;
  }
  
  h4 {
      margin: 10px 0 0;
      color: #ad835d;
      font-size: 1em;
      text-transform: uppercase;
      margin-bottom: 10px;
  }
  
  h4.title-rel {
      margin-top: 50px;
  }
  
  p {
      margin-bottom: 20px;
  }
  
  ul {
      margin: 20px 0;
  }
  
  li {
      list-style: square;
      margin-bottom: 10px;
  }
  
  .fleft { float: left; }
  
  header,#container {

      width: 940px;
      margin: 0 auto;
      position: relative;
  }
  
  nav {
      height: 40px;
      border-radius: 0 0 12px 12px;
  }
  
  header:before {
      content: '';
      width: 240vw;
      height: 40px;
      background: #c2c3c7;
      top: 0px;
      left: -100vw;
      position: absolute;
  }
  
  nav .navigation__list {
      display: flex;
      height: 100%;
      height: 100%;
  }
  
  nav .navigation__list .ives-submenu ul {
      width: 250px;
      padding: 10px 0;
  }
  
  nav li {
      position: relative;
      list-style: none;
      margin: 0;
  }
  
  nav li.contato {
      padding-right: 0;
      background: none;
  }
  
  nav li a {
      display: block;
      line-height: 40px;
      width: 108px;
      text-align: center;
      color: #513833;
      padding: 0 3px;
  }
  
  
  nav li.active > a,
  nav li.active > a:hover {
      background-color: #D6CDBA;
      color: #666666;
      cursor: default;
  }
  
  nav li.drop a span {
      padding-right: 12px;
      position: relative;
  }
  
  nav li.drop a span:after {
      content: '';
      border: solid #513833;
      border-width: 0 1px 1px 0;
      display: inline-block;
      padding: 2px;
      position: absolute;
      top: 50%;
      -webkit-transform: rotate(45deg) translate(-100%);
      -moz-transform: rotate(45deg) translate(-100%);
      -ms-transform: rotate(45deg) translate(-100%);
      -o-transform: rotate(45deg) translate(-100%);
      right: -10px;
      transform: rotate(45deg) translate(-100%);
      transition: transform .3s;
  }
  
  nav li ul {
      display: none;
      position: absolute;
      top: 40px;
      right: -75px;
      background-color: #adb1b4;
      padding: 6px 12px;
      z-index: 10000;
  }
  
  nav li:hover ul {
      display: block;
  }
  
  nav li.drop:hover a span:after {
      -webkit-transform: rotate(-135deg) translate(20%);
      -moz-transform: rotate(-135deg) translate(20%);
      -ms-transform: rotate(-135deg) translate(20%);
      -o-transform: rotate(-135deg) translate(20%);
      transform: rotate(-135deg) translate(20%);
  }
  
  nav li:hover {
      color: #513833;
      background: #dde3f1;
  }
  
  nav li ul li {
      background: none;
  }
  
  nav li:hover ul li a {
      line-height: 110%;
      color: #513833;
      text-align: left;
      padding: 6px 15px 7px;
      width: 86%;
      margin: 0 auto;
      font-size: 14px;
  }
  
  nav li:hover ul li a:hover {
      color: #513833 !important;
  }
  
  nav > ul li.dropMenu {
      position: relative;
  }
  
  nav > ul li.dropMenu:hover .dropMenu__drop {
      display: block;
  }
  
  nav > ul li.dropMenu .dropMenu__drop {
      display: none;
      position: absolute;
      left: 250px;
      width: 200px;
      top: 0;
      padding-top: 0;
      padding-bottom: 0;
  }
  
  .logo a {
      width: 407px;
      height: 50px;
      background: url("../images/logo.png") no-repeat;
      margin: 50px 0 40px;
  }
  
  #searchform {
      position: absolute;
      top: 64px;
      right: 0;
      width: 474px;
  }
  
  #searchform #submit {
      float: right;
  }
  
  #searchform legend {
      font-size: 1.2em;
      color: #b8a47c;
      margin-bottom: 10px;
  }
  
  #searchform #str {
      width: 211px;
  }
  
  #searchform select {
      width: 184px;
      margin: 0 10px;
      height: 36px;
      overflow: hidden;
      padding: 10px;
  }
  
  #searchform select option {
      padding: 10px;
  }
  
  .formatform label {
      display: none;
  }
  
  .formatform input[type=text],.formatform input[type=password],.formatform select {
      padding: 0 10px;
      margin-bottom: 10px;
      height: 34px;
      font-style: oblique;
      border: 1px solid #d5d5d5;
      float: left;
      background-color: #fff;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
  }
  
  .formatform input[type=text],.formatform input[type=password] {
      -moz-box-sizing: content-box;
      -webkit-box-sizing: content-box;
      box-sizing: content-box;
  }
  
  .formatform #submit {
      width: 37px;
      height: 34px;
      background: url("../images/button.png") no-repeat;
      cursor: pointer;
      text-indent: -9999px;
      border-radius: 2px;
  }
  
  #slideshow {
      position: relative;
      height: 318px;
      width: 710px;
      overflow: hidden;
  }
  
  #slideshow em {
      width: 10px;
      height: 10px;
      display: block;
      background: url(../images/slide-corner.png) no-repeat;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1000000;
  }
  
  #slideshow #slide div.slide-content {
      height: 318px;
      overflow: hidden;
  }
  
  #slideshow .highlight {
      position: absolute;
      width: 710px;
      left: 0;
      bottom: 0;
      height: 70px;
      background: url("../images/highlight.png") repeat-x;
  }
  
  #slideshow .highlight h2 {
      margin: 0 !important;
  }
  
  #slideshow .highlight h2 a {
      padding: 14px 0 0 14px;
      width: 550px;
      color: #b8a47c;
      display: block;
  }
  
  #slideshow .highlight p a {
      padding: 0 0 0 14px;
      width: 590px;
      color: #fff;
      display: block;
  }
  
  #slidecycle {
      position: absolute;
      right: 38px;
      bottom: 7px;
      z-index: 10001;
      margin: 0;
  }
  
  #slidecycle li {
      float: left;
      margin-left: 4px;
      list-style: none;
  }
  
  #slidecycle li a {
      display: block;
      width: 15px;
      text-align: center;
      height: 13px;
      line-height: 13px;
      background: url("../images/pager.png") repeat-x 0 -13px;
      color: #b8a47c;
      font-style: oblique;
      font-size: 0.9em;
      outline: none;
  }
  
  #slidecycle li.activeSlide a {
      background: url("../images/pager.png") repeat-x 0 0;
      color: #733736;
  }
  
  #slide div a img {
    width: 710px;
    height: 250px;
  }
  
  .home aside {
      right: 0;
      padding: 20px;
      position: absolute;
      top: 170px;
      width: 190px;
      height: 781px;
      z-index: 9999;
      background: url("../images/sidebar_home.png");
  }
  
  aside {
      right: 0;
      padding: 20px;
      position: absolute;
      top: 170px;
      width: 190px;
      height: 781px;
      z-index: 9999;
      background: url("../images/sidebar.png");
  }
  
  aside .widget {
      margin-bottom: 20px;
      padding-bottom: 20px;
      border-bottom: 1px solid #eee;
  }
  
  aside .widget ul {
      padding: 0;
  }
  
  aside .widget ul li {
      border-bottom: 1px solid #eee;
      list-style: none outside none;
      margin-bottom: 5px;
      padding-bottom: 5px;
  }
  
  aside .widget ul li:last-child {
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 0;
  
  }
  
  aside .videohighlight a {
      display: block;
      position: relative;
      width: 190px;
      height: 143px;
      display: block;
  }
  
  aside .videohighlight a span {
      width: 190px;
      height: 143px;
      display: block;
      position: absolute;
      z-index: 1000;
      background: url("../images/video-border.png") no-repeat;
      top: 0;
      left: 0;
  }
  
  aside .videohighlight a em {
      background: url("../images/play.png") no-repeat;
      bottom: 10px;
      height: 26px;
      left: 10px;
      position: absolute;
      width: 35px;
  }
  
  aside .widget form {
      margin-bottom: 10px;
      width: 190px;
  }
  
  aside .widget ul li a {
          font-size: 12px;
  }
  
  aside .widget a {
      font-size: 12px;
  }
  
  aside .widget a.align-right {
      float: right;
  }
  
  aside #formlogin #login {
      width: 88%;
  }
  
  aside #formlogin #password {
      margin: 0 10px 0 0;
      width: 63%;
  }
  
  aside .poesia div {
      background: url("../images/poesia.jpg") no-repeat scroll 0 0 transparent;
      color: #4C3226;
      height: 44px;
      padding: 46px 10px 10px 30px;
      text-align: right;
  }
  
  aside .newsletter {
      background: url("../images/newsletter.png") no-repeat;
      margin: 13px -25px 0;
      padding-top: 7px;
  }
  
  aside .newsletter div {
      background-color: #79796F;
      padding: 20px 25px;
      color: #fff;
  }
  
  aside .newsletter h3 {
      color: #b8a47c;
  }
  
  aside .newsletter #formnewsletter {
      margin-top: 10px;
  }
  
  aside .newsletter #formnewsletter #email {
      margin: 0 10px 0 0;
      width: 121px;
  }
  
  body.home #main {
      background: url("../images/sidebar-body.jpg") right top repeat-y;
  }
  
  body.internal-template #main {
      background: url("../images/sidebar-body.jpg") right top repeat-y;
  }
  
  #content {
      padding-right: 254px;
      padding-bottom: 35px;
  }
  
  .home #content h3 {
      font-size: 1.4em;
  }
  
  #content .calltocontent {
      margin-top: 26px;
      background: url("../images/calltocontent.png") no-repeat 10px bottom;
      overflow: auto;
      padding-bottom: 10px;
  }
  
  #content .calltocontent .box {
      padding: 10px;
      background-color: #F0EDE6;
      margin-right: 24px;
      float: left;
      overflow: hidden;
      position: relative;
      width: 192px;
  }
  
  #content .calltocontent .box a img {
      width: 190px;
      height: 190px;
      display: block;
    border: 2px #C6B6AB solid;
  }
  
  #content .calltocontent .box h3 {
      margin: 10px 0 0;
  }
  
  #content .calltocontent .box p {
      font-size: 0.9em;
  }
  
  #content .calltocontent .box a span {
      width: 70px;
      height: 78px;
      position: absolute;
      top: 130px;
      right: 4px;
  }
  
  #content .calltocontent .video a span,#content .calltocontent .audio a span,#content .calltocontent .publicacoes a span {
      background: url("../images/mediaIcons.png") 0 0 no-repeat;
  }
  
  #content .calltocontent .audio a span {
      background-position: -70px 0;
  }
  
  #content .calltocontent .publicacoes a span {
      background-position: -140px 0;
  }
  
  #content .calltocontent .publicacoes {
      margin-right: 0 !important;
  }
  
  #content .news {
      margin-top: 20px;
  }
  
  #content .news h3 {
      margin: 0 0 20px 10px;
  }
  
  #content .news ul {
      width: 666px;
      height: 170px;
      background: url("../images/bg-noticias.png") no-repeat 500px bottom;
      padding: 0 10px;
  }
  
  #content .news ul li {
      display: inline-block;
      float: left;
      height: 54px;
      margin: 0 20px 20px 0;
      width: 312px;
  }
  
  #content .news ul .box-1,#content .news ul .box-2 {
      background: url("../images/divisor-news.png") no-repeat left bottom;
  }
  
  #content .news ul p {
      font-size: 13px;
      margin: 0;
  }
  
  #content .news ul li span {
      font-size: 11px;
  }
  
  #content .news ul li a {
      text-transform: uppercase;
  }
  
  #content a.download,#content a.vejaMais {
      display: block;
      height: 42px;
      background: url("../images/bg-botaoRight.png") no-repeat top right;
      color: #733736;
  }
  
  #content a.download {
      bottom: 20px;
      position: absolute;
      right: 0px;
      width: auto;
  }
  
  #content a.download:hover,#content a.vejaMais:hover {
      color: #963434;
  }
  
  #content a.download span,#content a.vejaMais span {
      display: block;
      margin-right: 19px;
      padding: 13px 0 0 25px;
      height: 42px;
      font-size: 12px;
      font-weight: bold;
      text-align: right;
      text-transform: uppercase;
      background: url("../images/bg-botaoLeft.png") no-repeat 0 0;
  }
  
  #content a.vejaMais {
      float: right;
      margin: -40px 3px 0 0;
  }
  
  #content .equipe {
      padding: 0;
  }
  
  #content .equipe li {
      float: left;
      font-size: 0.8em;
      list-style: none outside none;
      margin: 0 16px 20px 0;
      text-align: center;
      width: 110px;
  }
  
  #content .equipe images {
      width: 100px;
      height: 132px;
      padding: 4px;
      background-color: #f5f5f5;
      border: 1px solid #eee;
      margin-bottom: 10px;
  
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
  }
  
  footer {
      padding: 30px 25px;
      width: 890px;
      height: 12px;
      background-image: url(../images/footer.png);
  }
  
  .home footer {
      margin-top: -10px;
  }
  
  .internal-template footer {
      background-color: #fff;
  }
  
  footer p {
      font-size: 11px;
      color: #b8a47c;
  }
  
  footer span {
      font-size: 12px;
      font-weight: bold;
  }
  
  footer span.align-right {
      float: right;
  }
  
  /*** Decalogo do advogado***/
  ul.decalogo {
      padding: 0;
  }
  
  ul.decalogo li {
      list-style: none;
      margin-bottom: 30px;
      min-height: 50px;
  }
  
  ul.decalogo li span {
      padding-left: 60px;
      display: block;
  }
  
  ul.decalogo li:before {
      clear: both;
      float: left;
      font-family: times New Roman;
      font-size: 60px;
      line-height: 52px;
      margin-right: 20px;
      text-align: right;
      width: 100px;
  }
  
  ul.decalogo li.primeiro:before {
      content: "I";
  }
  
  ul.decalogo li.segundo:before {
      content: "II";
  }
  
  ul.decalogo li.terceiro:before {
      content: "III";
  }
  
  ul.decalogo li.quarto:before {
      content: "IV";
  }
  
  ul.decalogo li.quinto:before {
      content: "V";
  }
  
  ul.decalogo li.sexto:before {
      content: "VI";
  }
  
  ul.decalogo li.setimo:before {
      content: "VII";
  }
  
  ul.decalogo li.oitavo:before {
      content: "VIII";
  }
  
  ul.decalogo li.nono:before {
      content: "IX";
  }
  
  ul.decalogo li.decimo:before {
      content: "X";
  }
  
  /*** TEMPLATE INTERNO ***/
  .internal-template {
      background: url("../images/couro_2.png") repeat-x #f0ede6;
  }
  
  .internal-template #content {
      margin-top: 18px;
      width: 635px;
      min-height: 1130px;
      padding: 25px;
      background: url(../images/content.png) no-repeat top center #fff;
  }
  
  .internal-template #content .calltocontent {
      background: none;
  }
  
  .internal-template aside {
    height: auto;
    background: url("../images/sidebar-internal.png") no-repeat;
    padding: 20px 20px 0;
    right: 0 !important;
    top: 206px;
  }
  
  .internal-template h2 {
      padding-left: 2px;
      width: 100%;
      font-size: 30px;
      text-transform: none;
      border-bottom: 1px solid #e3d7d7;
  }
  
  .internal-template.details h2 {
      text-transform: capitalize;
  }
  
  .internal-template hr.divider {
      margin-top: 50px;
      height: 1px;
      border: none;
      border-top: 1px solid #e5e5e5;
  }
  
  .internal-template a.back {
    background: url("../images/bt-prevActive.png") no-repeat;
    color: #733736;
    font-size: 12px;
    font-weight: bold;
    padding-left: 14px;
    margin-top: 40px;
    line-height: 18px;
    display: block;
    float: left;
  }
  
  .internal-template #audioPlayer {
      margin-top: 28px;
  }
  
  .internal-template .share-icons {
      margin: 20px 0 40px 0;
      width: 100%;
  }
  
  .internal-template .share-icons .social-button {
      height: 20px;
      display: block;
      float: left;
  }
  
  .internal-template .share-icons .social-button iframe {
      margin: 0 !important;
  }
  
  .internal-template .share-icons a.favorito {
      display: inline-block;
      width: 68px;
      height: 20px;
      background: url("../images/favorito.png") no-repeat;
      text-indent: -9999px;
  }
  
  .internal-template .share-icons a.favorito:hover {
      background-position: 0 -20px;
  }
  
  .internal-template .share-icons a.favorito.active {
      background: url("../images/favorito.png") no-repeat 0 -40px;
      text-indent: -9999px;
  }
  
  .internal-template .share-icons a.favorito.active:hover {
      background-position: 0 -60px;
  }
  
  .internal-template table {
      margin: 10px 0 30px 0;
      border: none;
      width: 100%;
      font-size: 12px;
  }
  
  .internal-template tr {
      height: 26px;
  }
  
  .internal-template tr.colored-bg {
      background-color: #f8f8f8;
  }
  
  .internal-template td {
      padding: 5px;
  }
  
  .internal-template td.column-160 {
      width: 160px;
      color: #4c3226;
      text-align: right;
  }
  
  /* Video */
  .internal-template iframe,.internal-template .video-description {
      margin: 10px 0 0 0;
  }
  
  .internal-template .video-list {
      display: block;
      padding: 0;
      margin-top: 30px;
  }
  
  .internal-template .video-list li {
      position: relative;
      margin: 0 32px 20px 0;
      width: 190px;
      height: 275px;
      float: left;
      list-style: none;
  }
  
  .internal-template .video-list li:nth-child(3n) {
      margin: 0 0 20px 0!important;
  }
  
  .internal-template .video-list li .category-name {
      font-size: 0.9em;
      display: block;
      padding-bottom: 6px;
  }
  
  .internal-template .video-list img {
      width: 190px;
      height: 143px;
      display: block;
  }
  
  .internal-template .video-list a {
      position: relative;
      display: block;
  }
  
  .internal-template .video-list a span.border {
      background: url("../images/video-border.png") no-repeat scroll 0 0 transparent;
      display: block;
      height: 143px;
      left: 0;
      position: absolute;
      top: 0;
      width: 190px;
      z-index: 1000;
  }
  
  .internal-template .video-list a.download {
      right: -7px !important;
      top: 112px !important;
      z-index: 2000;
  }
  
  .internal-template .video-list li p {
      color: #828276;
      font-size: 11px;
      width: 165px;
      height: 40px;
      overflow: hidden;
      display: none;
  }
  
  .internal-template .video-list li:hover p {
      display: block;
  }
  
  .internal-template .video-list h3 {
      padding-top: 15px;
      margin-bottom: 0;
      font-size: 13px;
  }
  
  .internal-template .all-videos {
      margin-top: 30px;
      color: #4c3226;
      font-size: 18px;
      font-style: italic;
      font-weight: bold;
      border-bottom: 1px solid #e3d7d7;
      padding-bottom: 5px;
  }
  
  p.deslogado {
      background-color: #F5F5F5;
      border-radius: 6px;
      float: left;
      margin: 20px 0;
      padding: 20px;
      clear: both;
  }
  
  /* Audio e PublicaÃ§Ãµes */
  .internal-template .callToAction {
      position: relative;
      padding-bottom: 20px;
      margin: 10px 0 30px 0;
      display: block;
      height: 42px;
      border-bottom: 1px solid #e3d7d7;
  }
  
  .internal-template .publication-list {
      display: block;
      padding: 0;
      width: 100%;
  }
  
  .internal-template .publication-list li {
      border-bottom: 1px solid #F0EDE6;
      list-style: none outside none;
      margin-right: -32px;
      overflow: auto;
      padding: 20px 0;
      position: relative;
  }
  
  .internal-template .publication-list li a.linkimg {
      float: left;
      margin: 0 20px 20px 0;
  }
  
  .internal-template .publication-list li a.linkimg img {
      display: block;
      border: 4px solid #b8a47c;
      max-width: 100px;
  }
  
  .detail-content {
      border-bottom: 1px solid #F0EDE6;
      margin: 0 -32px 20px 0;
      min-height: 50px;
      overflow: auto;
      padding: 0 200px 20px 0;
      position: relative;
  }
  
  .detail-content.curriculum {
    border: none;
    margin: 0;
    min-height: 42px;
  }
  
  .detail-content.equipe a {
    width:100px;
    height:132px;
  }
  
  .detail-content.equipe {
      padding: 0 30px 40px 0!important;
      overflow: inherit!important;
      min-height: 125px!important;
  }
  
  .detail-content.equipe img {
      float: left;
      margin: 0 20px 20px 0!important;
  }
  
  .internal-template img.bookCover {
      border: 4px solid #B8A47C;
      float: left;
      margin-right: 20px;
      width: 80px;
      height: 120px;
  }
  
  .internal-template h3.other-info {
      margin-top: 37px;
      font-size: 18px;
      font-style: normal;
      font-family: 'trebuchet ms',sans-serif;
      text-transform: capitalize;
      font-weight: normal;
  }
  
  .internal-template .publication-list h3 {
      width: 530px;
      margin: 4px 0 20px;
      color: #4c3226;
      text-transform: capitalize;
      font-family: 'trebuchet ms',sans-serif;
      font-size: 13px;
  }
  
  .internal-template .publication-list p {
      width: 530px;
      font-size: 12px;
  }
  
  .internal-template .books .bookCover {
      float: left;
      height: 120px;
      margin: 0 22px 22px 0;
      width: 80px;
      border: 4px solid #B8A47C;
  }
  .internal-template .books span.category-name,.internal-template .books h3 {
      width: 470px;
  }
  
  .internal-template .books p.excerpt {
      width: 470px;
  }
  
  .internal-template .publishContent {
      padding: 0;
      display: block;
      width: 206px;
      height: 24px;
  
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      overflow: hidden;
      background-color: #bcbcbc;
  }
  
  .internal-template .publishContent li {
      display: table-cell;
      width: 68px;
      height: 24px;
      text-align: center;
      vertical-align: middle;
      color: #fff;
      background: url("../images/bg-list_publishContent.png") top;
      font-weight: bold;
      font-size: 12px;
      border-right: 1px solid #bcbcbc;
  }
  
  .internal-template .publishContent li:last-child {
      border: none;
  }
  
  .internal-template .publishContent li a {
      display: table-cell;
      width: 68px;
      height: 24px;
      vertical-align: middle;
      color: #733736;
      background: url("../images/bg-list_publishContent.png") bottom;
  }
  
  .internal-template .publishContent li a:hover {
   color: #963434;
  }
  
  /*** PAGINAï¿½ï¿½O ***/
  .pagination {
      margin: 0 auto;
      padding: 40px 0;
      width: 325px;
      height: 20px;
      display: block;
      overflow: auto;
      clear: both;
    text-align: center;
  }
  
  .pagination li {
      margin: 0;
      text-align: center;
      width: 19px;
      height: 18px;
      display: inline-block;
  }
  
  .pagination li,.pagination a {
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
  }
  
  .pagination a {
      padding-top: 1px;
      width: 19px;
      height: 18px;
      color: #733736;
      font-weight: bold;
      font-size: 12px;
      display: block;
  }
  
  .pagination a:hover {
      background-color: #d2d0d0;
  }
  
  .pagination .prev,.pagination .next,.pagination li.prev a,.pagination li.next a {
      width: 8px;
      text-indent: -9999px;
      background: none;
  }
  
  .pagination .prev,.pagination .next {
      background: url("../images/playerButtons.png") no-repeat;
  }
  
  .pagination .prev.active {
      background-position: 0 0;
  }
  
  .pagination .next.active {
      background-position: -8px 0;
  }
  
  .pagination .prev.inactive {
      background-position: -16px 0;
  }
  
  .pagination .next.inactive {
      background-position: -24px 0;
  }
  
  .pagination .selected {
      color: #b8a47c;
      background: url("../images/bg-btSelected.png") repeat-x;
  }
  
  /*** FormulÃ¡rio de contato ***/
  .contactform label {
      float: left;
      display: block;
      height: 25px;
      line-height: 25px;
      text-align: right;
      width: 115px;
      padding-right: 20px;
      margin-bottom: 10px;
      clear: both;
  }
  
  .contactform input[type=password],.contactform select,
  .contactform input[type=text],.contactform select {
      float: left;
      background-color: #f5f5f5;
      height: 25px;
      padding-left: 10px;
      width: 300px;
      color: #999;
  }
  
  .contactform select {
      padding: 5px 0 5px 10px !important;
      width: 310px;
  }
  
  .contactform option {
      padding: 5px;
  }
  
  .contactform textarea {
      float: left;
      background-color: #f5f5f5;
      height: 100px;
      padding: 10px;
      width: 360px;
      -webkit-resize: none;
      -moz-resize: none;
      resize: none;
      color: #999;
      margin-bottom: 10px;
  }
  
  .contactform #submitbutton {
      height: 34px;
      line-height: 34px;
      padding: 0 10px;
      background: url(../images/formbutton.jpg) repeat-x;
      clear: both;
      display: block;
      margin: 10px 135px;
      color: #733736;
  }
  
  #perfil_img {
    width: 636px;
    height: 300px;
  }
  
  
  
  #curriculum {
    /*width: 920px;
    height: 100%;
    position: absolute;
    clear: both;
    overflow: auto;*/
    background: #fff;
    padding: 10px;
  }
  
  #curriculum .page {
    height: 102%;
  }
  
  #curriculum .page.index h1 {
    font-size: 28px;
    color: #733736;
    border: none;
  }
  
  #curriculum .page.index h2 {
    font-size: 22px;
    color: #733736;
    border: none;
  }
  
  #curriculum .page.index h3 {
    font-size: 20px;
    color: #733736;
    border: none;
  }
  
  #curriculum .page.index h4 {
    font-size: 18px;
    color: #733736;
    border: none;
  }
  
  #curriculum .page.index h5 {
    font-size: 16px;
    color: #733736;
    border: none;
  }
  
  #curriculum .page.index h1.dots,
  #curriculum .page.index h2.dots,
  #curriculum .page.index h3.dots,
  #curriculum .page.index h4.dots,
  #curriculum .page.index h5.dots,
  #curriculum .page.index h6.dots {
    font-size: 18px !important;
  }
  
  #curriculum .formbutton{
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    background: url(../images/formbutton.jpg) repeat-x;
    display: block;
    color: #733736;
    margin-right: 25px;
    width: 108px;
    float: right;
    margin-top: -65px;
  }
  
  #curriculum hr {
    width: 864px;
  }
  
  #curriculum  {
    font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #333;
  }
  
  #curriculum a {
    color: #733736;
    text-decoration: none;
  }
  
  #curriculum a:hover {
    text-decoration: underline;
  }
  
  #curriculum #indice ul {
    counter-reset: section;
    list-style: none;
    color: #733736;
    line-height: 200%;
    padding: 0;
  }
  
  #curriculum #indice ul ul {
    padding-left: 40px;
  }
  
  #curriculum #indice ul li {
    text-transform: uppercase;
    font-weight: bold;
  }
  
  #curriculum #indice ul li ul li {
    font-weight: normal;
    list-style: none;
  }
  
  #curriculum #indice ul li ul li ul li {
    text-transform: none;
    list-style: none;
  }
  
  #curriculum h1, #curriculum h2, #curriculum h3, #curriculum h4, #curriculum h5, #curriculum h6 {
    color: #733736;
    padding: 40px 0 20px;
    line-height: 28px;
  }
  
  #curriculum .curriculum h1 {
    margin-top: 50px;
    border-top: 1px dashed #ccc;
    padding: 50px 0 20px;
    color: #733736;
  }
  
  #curriculum .curriculum {
    margin-bottom: 50px;
    line-height: 10px;
    letter-spacing: 0;
    font-family: Arial;
    color: #733736;
    font-size: 12px;
  }
  
  #curriculum .curriculum p {
    margin: 0 0 20px 0;
    line-height: 15px;
  }
  
  #curriculum .curriculum ul {
    list-style: none;
  }
  
  #curriculum .curriculum ul li {
    margin-bottom: 20px;
  }
  
  .destaque_busca{
    background-color: #FFB40F;
  }
  
  .aviso_contato{
    background-color: #733736;
    border-radius: 6px 6px 6px 6px;
    color: #FFFFFF;
    margin-bottom: 20px;
    padding: 20px;
  }
  
  aside .widget.videohighlight a img {
    width: 190px;
    height: 143px;
  }
  
  .erro{
    border: thin solid #FF0000;
  }
  
  #pics-carousel {
    width: 635px;
    height: 120px;
    margin-top: 20px;
  }
  
  #pics-carousel .jcarousel-clip {
    width: 586px !important;
    height: 120px !important;
    display: inline-block;
    overflow: hidden;
  }
  
  #pics-carousel .next,
  #pics-carousel .previous {
    width: 20px !important;
    height: 120px !important;
    display: inline-block !important;
    text-indent: -9999px !important;
    cursor: pointer;
  }
  
  #pics-carousel .next {
    background: url("../images/next-large-buttons.jpg") -20px 0 no-repeat;
  }
  #pics-carousel .next:hover {
    background-position: 0 0;
  }
  
  #pics-carousel .previous {
    background: url("../images/previous-large-buttons.jpg") 0 0 no-repeat;
  }
  #pics-carousel .previous:hover {
    background-position: -20px 0;
  }
  
  #pics-carousel ul {
    width: 586px;
    margin: 0;
    padding: 0;
    display: inline-block;
    overflow: hidden;
    height: 120px;
  }
  
  #pics-carousel ul li {
    list-style: none;
    width: 150px;
    height: 120px;
    margin: 0 6px;
    padding: 0;
    display: inline-block;
  }
  
  #pics-carousel ul li a {
    width: 150px;
    height: 120px;
    display: inline-block;
  }
  
  #pics-carousel ul li a img {
    width: 150px;
    height: 120px;
  }
  