/*
ESTRUTURA DO SITE
CORPORATE CONSULTING
URL: http://corporateconsulting.com.br

Navegação

  - index.php

  - Corporate

    - Sobre a Corporate [sobre-a-corporate.php]
    - Gestão de Crises [gestao-de-crises.php]
    - Governança Corporativa [governanca-corporativa.php]
    - Fusões e Aquisições [fusoes-e-aquisicoes.php]
    - Controladoria [controladoria.php]

  - Tax

    - Planejamento Tributário [planejamento-tributario.php]
    - Consultoria Tributária [consultoria-tributaria.php]

  - Equipe

    - Equipe [equipe-corporate.php]

  - Calendário Fiscal

    - Calendário Fiscal [calendario-fiscal.php]

  - Notícias

    - Notícias [noticias-globais.php]
    - Editorial [editorial-corporate.php]
    - Inprensa [imprensa-corporate.php]

  - Contato

    - Contato [contato-corporate.php]
    - Filiais [filiais-corporate.php]
    - Seja Nosso Parceiro [parcerias-corporate.php]
    - Trabalhe Conosco [trabalhe-na-corporate.php]

  - Mapa do Site

    - Mapa do Site [mapa-do-site.php]
*/

body {
  background-color: #000;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 12px;
  /*letter-spacing: 1px;*/
}

/* CARREGAMENTO DE FONTES */

/*
@font-face {
  font-family: "ElectraLTStd-BoldCursiveDis";
  src: url("ElectraLTStd-BoldCursiveDis.otf");
  }
@font-face {
  font-family: "ElectraLTStd-BoldCursive";
  src: url("ElectraLTStd-BoldCursive.otf");
  }
@font-face {
  font-family: "ElectraLTStd-BoldDisplay";
  src: url("ElectraLTStd-BoldDisplay.otf");
  }
@font-face {
  font-family: "ElectraLTStd-Bold";
  src: url("ElectraLTStd-Bold.otf ");
  }
@font-face {
  font-family: "ElectraLTStd-CursiveDisplay";
  src: url("ElectraLTStd-CursiveDisplay.otf");
  }
@font-face {
  font-family: "ElectraLTStd-Cursive";
  src: url("ElectraLTStd-Cursive.otf");
  }
@font-face {
  font-family: "ElectraLTStd-Display";
  src: url("ElectraLTStd-Display.otf");
  }
@font-face {
  font-family: "ElectraLTStd-Regular";
  src: url("ElectraLTStd-Regular.otf");
  }
@font-face {
  font-family: "RotisSansSerifStd-Bold";
  src: url("RotisSansSerifStd-Bold.otf");
  }
@font-face {
  font-family: "RotisSansSerifStd-ExtraBold";
  src: url("RotisSansSerifStd-ExtraBold.otf");
  }
@font-face {
  font-family: "RotisSansSerifStd-Italic";
  src: url("RotisSansSerifStd-Italic.otf");
  }
@font-face {
  font-family: "RotisSansSerifStd-LightIt";
  src: url("RotisSansSerifStd-LightIt.otf");
  }
@font-face {
  font-family: "RotisSansSerifStd-Light";
  src: url("RotisSansSerifStd-Light.otf");
  }
@font-face {
  font-family: "RotisSansSerifStd";
  src: url("RotisSansSerifStd.otf");
  }
@font-face {
  font-family: "RotisSemiSansStd-Bold";
  src: url("RotisSemiSansStd-Bold.otf");
  }
@font-face {
  font-family: "RotisSemiSansStd-ExtraBold";
  src: url("RotisSemiSansStd-ExtraBold.otf");
  }
@font-face {
  font-family: "RotisSemiSansStd-Italic";
  src: url("RotisSemiSansStd-Italic.otf");
  }
@font-face {
  font-family: "RotisSemiSansStd-LightIt";
  src: url("RotisSemiSansStd-LightIt.otf");
  }
@font-face {
  font-family: "RotisSemiSansStd-Light";
  src: url("RotisSemiSansStd-Light.otf");
  }
@font-face {
  font-family: "RotisSemiSansStd";
  src: url("RotisSemiSansStd.otf");
  }
@font-face {
  font-family: "RotisSemiSerifStd-Bold";
  src: url("RotisSemiSerifStd-Bold.otf");
  }
@font-face {
  font-family: "RotisSemiSerifStd";
  src: url("RotisSemiSerifStd.otf");
  }
@font-face {
  font-family: "RotisSerifStd-Bold";
  src: url("RotisSerifStd-Bold.otf");
  }
@font-face {
  font-family: "RotisSerifStd-Italic";
  src: url("RotisSerifStd-Italic.otf");
  }
@font-face {
  font-family: "RotisSerifStd";
  src: url("RotisSerifStd.otf");
  }
  */

/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */

/*
CORPORATE HEADER

Aqui ficam todas as configurações referentes ao CORPORATE HEADER:

MENU HEADER BLOCKS

Configuração espacial dos blocos do CORPORATE HEADER

MENU HEADER CONTENTS

Configuração dos itens de conteúdo do CORPORATE HEADER

- Text-Menu
  - Sobre a Consulting [sobre-a-corporate.php]
  - Calendário Fiscal [calendario-fiscal.php]
  - Notícias [noticias-corporate.php]
  - Contato [contato-corporate.php]
  - Acompanhe [--]
*/
#corporate-container-header {
  width: 100%;
  height: 81px;
  background-color: #fff;
}

#container-header {
  width: 983px;
  height: 81px;
  background-color: #fff;
  margin: 0px auto;
}

.container-header-logo {
  float: left;
  width: 191px;
  height: 80px;
}

.container-header-logo img {
  border: 0px;
  text-decoration: none;
}


/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */

/* HOME */

.destaques {
  padding: 18px 10px 0px 0px;/* top right down left*/
  /* DEBUG */
  /*background-color: #730C03;*/
  /*width: 190px;*/
  float: left;
  /*  FONT */
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
}

.corporate-announce-red-bar-home {
  background-color: #730B02;
  width: 367px;
  height: 1px;
}

.corporate-announce-standard-bar-home {
  background-color: #ddd;
  width: 367px;
  height: 2px;
}


/* HOME */


/* MENU HEADER BLOCKS */

/* Corporate Text-Menu Header */


/* MENU HEADER CONTENTS */
.container-header-content-menu {
  position:relative;
  left:200px;
  width: 50%;
  background-color: #fff;
  float: left;
  text-align: right;
  padding: 35px 0px 0px 0px; /* top left down right*/
}

.container-header-content-menu p {
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  color: #bbb;
  font-size: 10px;
}

.container-header-content-menu a {

  /*Distância do PIPE*/
  /*border-left:1px solid #bbb;
  padding:0 4px 0 4px;*/
  /*FONT*/
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  color: #bbb;
  font-size: 10px;
  text-decoration: none;
}

.container-header-content-social-networks {
  width: 20%;
  background-color: #fff;
  float: left;
  text-align: left;
  padding: 39px 0px 0px 0px; /* top right down left*/
}

/* SEM BORDA NAS IMAGENS DENTRO DE LINKS */
.container-header-content-social-networks img {
  border: 0px;
  text-decoration: none;
}

.container-header-content-social-networks a { /* TENTAR IMPEDIR QUE BORDA DE LINK APAREÇA EM A */
  border: 0px;
  text-decoration: none;
}

.container-header-content-language {
  width: 10%;
  background-color: #fff;
  float: right;
  text-align: center;
  padding: 35px 0px 0px 0px; /* top left down right*/
}

/* SEM BORDA NAS IMAGENS DENTRO DE LINKS */
.container-header-content-language img {
  border: 0px;
  text-decoration: none;
}

.container-header-content-language a {
  border: 0px;
  text-decoration: none;
}
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */


/* CORPORATE LINE */

#corporate-container-line-one {
  width: 100%;
  height: 1px;
  background-color: #C58A8E;
}

#corporate-container-line-two {
  width: 100%;
  height: 1px;
  background-color: #fff;
}


#corporate-container-line-three {
  width: 850px;
  height: 1px;
  background-color: #fff;
}
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */


/*
CORPORATE BODY
Aqui estão apresentados todos os LAYOUT da parte de conteúdo
*/

/*

CORPORATE FLASH

Aqui vem as duas modalidades de Flash para o site:

*/

#corporate-container-flash-menu-one {
  width: 100%;
  height: 275px;
  /*background-color: #560903;*/
}

.sub-container-flash-menu-one {
  width: 100%;
  height: 275px;
  background-color: #aaa;
  margin: 0px auto;
}

#corporate-container-flash-menu-two {
  width: 100%;
  height: 52px;
  /*background-color: #560903;
  background-color:#0F0;
  background-image:url(../images/body/fundo-flash-menor.jpg);
  background-repeat:repeat-x;*/
}

.sub-container-flash-menu-two {
  width: 100%;
  height: 53px;
  background-color: #aaa;
  margin: 0px auto;
}

/* ---------------------------------------------------------------- */
/*
BODY ONE
Corpo utilizado para as páginas:

- index.php

  - Corporate

      - Sobre a Corporate [sobre-a-corporate.php]
      - Gestão de Crises [gestao-de-crises.php]
      - Governança Corporativa [governanca-corporativa.php]
      - Fusões e Aquisições [fusoes-e-aquisicoes.php]
      - Controladoria [controladoria.php]

  - Tax

    - Planejamento Tributário [planejamento-tributario.php]
    - Consultoria Tributária [consultoria-tributaria.php]

*/

/*  */
#corporate-container-body-one {
  width: 100%;
  height: 355px;
  background-color: #000;
}

.sub-container-body-one {
  width: 983px;
  height: 355px;
  background-color: #000;
  margin: 0px auto;
}
/* ---------------------------------------------------------------- */

/* SUB-CONTAINER-BODY-ONE

Miolo ONE para uso no BODY ONE
*/

.sub-container-body-one p{
  /* BASIC FONT FORMAT */
  font-family: verdana, arial, sans-serif;
  color: #ddd;
  font-size: 9px;
  text-decoration: none;
}
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */

/*
BODY TWO
Corpo utilizado para as páginas:
  
  - Contato

    - Contato [contato-corporate.php]
    - Filiais [filiais-corporate.php]
    - Seja Nosso Parceiro [parcerias-corporate.php]
    - Trabalhe Conosco [trabalhe-na-corporate.php]

*/

#corporate-container-body-year {
  width: 100%;
  height: 20px;
  background-color: #4B1106;
}

.sub-container-body-year {
  width: 983px; 
  height: 24px; 
  background-color: #f4f4f4;
  margin: 0px auto;
}

#corporate-container-year {
  width: 426px; 
  height: 16px;
  /*DEBUG*/
  /*background-color: #eee;*/
  float: right;
  /*FONT*/
  font-family: verdana, arial, sans-serif;
  color: #aaa;
  font-size: 11px;
  text-decoration: none;
  text-align: right;
  padding: 4px 0px 0px 0px; /* top right down left*/
  margin: 5px 54px 0px 0px; /* top right down left*/
}

#corporate-container-year a {
  /*FONT*/
  font-family: verdana, arial, sans-serif;
  color: #aaa;
  font-size: 11px;
  text-decoration: none;
}


#corporate-container-body-two {
  width: 100%;
  height: 228px;
  background-color: #4B1106;
}

.sub-container-body-two {
  width: 983px; 
  height: 228px; 
  background-color: #fff;
  margin: 0px auto;
}

#corporate-container-body-three {
  /*width: 100%;*/
  height: 350px;
  background-color: #000;
}

.sub-container-body-three {
  width: 983px;
  height: 355px;
  background-color: #E6E6E6;
  margin: 0px auto;
}
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */

/*
BODY THREE
Corpo utilizado para as páginas:

  - Equipe

    - Equipe [equipe-corporate.php]

  - Calendário Fiscal

    - Calendário Fiscal [calendario-fiscal.php]

  - Notícias

    - Notícias [noticias-globais.php]
    - Editorial [editorial-corporate.php]
    - Inprensa [imprensa-corporate.php]

  - Mapa do Site

    - Mapa do Site [mapa-do-site.php]
*/

.sub-container-body-four {
  width: 983px;
  min-height: 563px; /*ATTENTION*/
  background-color: #F4F4F4;
  margin: 0px auto;
  position: relative;
  z-index: 3;
}

.sub-container-body-four-mask {
  background-color: #F4F4F4;
  width: 30px;
  height: 563px;
  float: left;
}

.mask-one {
  width: 30px;
  height: 199px;
  background-color: #F4F4F4;
}

.mask-two {
  width: 30px;
  height: 29px;
  background-color: #EBEBEB;
  /*TOP RIGHT*/
  border-radius-topright: 5px;
  -o-border-radius-topright: 5px;
  -icab-border-radius-topright: 5px;
  -khtml-border-radius-topright: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  -o-border-top-right-radius: 5px;
  -icab-border-top-right-radius: 5px;
  -khtml-border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
}

.mask-three {
  width: 30px;
  height: 29px;
  background-color: #DFDFDF;
}

.mask-four {
  width: 30px;
  height: 29px;
  background-color: #ACACAC;
}

.mask-five {
  width: 30px;
  height: 29px;
  background-color: #C5C5C5;

}

.sub-container-body-four-content {
  background-color: #F4F4F4;
  width: 935px;
  min-height: 563px; /*ATTENTION*/
  float: right;
  /*overflow: auto;*/

}

.sub-container-body-four-footer {
  background-color: #FFF;
  width: 983px;
  height: 1px;
  clear: both;
}


/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */


/* BLOCOS DE CADA PÁGINA DO SITE CORPORATE */

/* INDEX.PHP */
/*
      <div class="sub-container-body-one">
        <div id="level-one-index">
          <div id="block-index-one" class="index-one-banner-one">1</div>
          <div id="block-index-one" class="index-one-banner-two">2</div>
          <div id="block-index-one" class="index-one-banner-three">3</div>
          <div id="block-index-one" class="index-one-banner-four">4</div>
        </div>
        <div id="level-two-index">
          <div id="block-index-two" class="index-two-banner-one"></div>
          <div id="block-index-two" class="index-two-banner-two"></div>
          <div id="block-index-two" class="index-two-banner-three"></div>
          <div id="block-index-two" class="index-two-banner-four"></div>
        </div>
      </div>
*/

#level-one-index {
  background-color: #000;
  width: 983px;
  height: 250px;
  margin: 0px auto;
}


#block-index-one {
  padding: 5px 5px 5px 5px; /* top right down left*/
  float:left;
  /*TOP LEFT*/
  border-radius-topleft: 5px;
  -o-border-radius-topleft: 5px;
  -icab-border-radius-topleft: 5px;
  -khtml-border-radius-topleft: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -icab-border-top-left-radius: 5px;
  -khtml-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;

  /*TOP RIGHT*/
  border-radius-topright: 5px;
  -o-border-radius-topright: 5px;
  -icab-border-radius-topright: 5px;
  -khtml-border-radius-topright: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  -o-border-top-right-radius: 5px;
  -icab-border-top-right-radius: 5px;
  -khtml-border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;

  /*BOTTOM LEFT*/
  border-radius-bottomleft: 5px;
  -o-border-radius-bottomleft: 5px;
  -icab-border-radius-bottomleft: 5px;
  -khtml-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  -icab-border-bottom-left-radius: 5px;
  -khtml-border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;

  /*BOTTOM RIGHT*/
  border-radius-bottomright: 5px;
  -o-border-radius-bottomright: 5px;
  -icab-border-radius-bottomright: 5px;
  -khtml-border-radius-bottomright: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -icab-border-bottom-right-radius: 5px;
  -khtml-border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;

  /*SHADOW*/
  /*-o-box-shadow: 10px 10px 5px #888;
  -icab-box-shadow: 10px 10px 5px #888;
  -khtml-box-shadow: 10px 10px 5px #888;
  -moz-box-shadow: 10px 10px 5px #888;
  -webkit-box-shadow: 10px 10px 5px #888;
  box-shadow: 10px 10px 5px #888;*/
}

/* ---------------------------------------------------------------- */

.index-one-banner-one {
  margin: 14px 30px 0px 0px; /* top right down left*/
  background-color: #000;
  width: 162px;
  height: 120px;
}

.index-one-banner-two {
  margin: 14px 30px 0px 0px; /* top right down left*/
  background-color: #000;
  width: 162px;
  height: 120px;
}

.index-one-banner-three {
  margin: 14px 30px 0px 0px; /* top right down left*/
  background-color: #000;
  width: 162px;
  height: 120px;
}

.index-one-banner-four {
  margin: 5px 0px 0px 0px; /* top right down left*/
  background-color: #000;
  width: 366px;
  height: 120px;
  /*FONT*/
  font-family: Times;
  font-size: 20px;
  color: #D1C7AE;
}

.index-one-banner-four a {
  font-family: Times;
  font-size: 20px;
  color: #D1C7AE;
  text-decoration:none;
}

.index-one-banner-four a:hover {
  font-family: Times;
  font-size: 20px;
  color: #D1C7AE;
  text-decoration:underline;
}

.index-one-banner-four span {
  font-family: Times;
  font-size: 17px;
  color: #FFFFFF;
  text-decoration:none;
}

/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */

#level-two-index {
  background-color: #000;
  width: 983px;
  height: 95px;
  margin: 0px auto;
}

#block-index-two {
  padding: 5px 5px 5px 5px; /* top right down left*/
  float:left;
  /*TOP LEFT*/
  border-radius-topleft: 5px;
  -o-border-radius-topleft: 5px;
  -icab-border-radius-topleft: 5px;
  -khtml-border-radius-topleft: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -icab-border-top-left-radius: 5px;
  -khtml-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;

  /*TOP RIGHT*/
  border-radius-topright: 5px;
  -o-border-radius-topright: 5px;
  -icab-border-radius-topright: 5px;
  -khtml-border-radius-topright: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  -o-border-top-right-radius: 5px;
  -icab-border-top-right-radius: 5px;
  -khtml-border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;

  /*BOTTOM LEFT*/
  border-radius-bottomleft: 5px;
  -o-border-radius-bottomleft: 5px;
  -icab-border-radius-bottomleft: 5px;
  -khtml-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  -icab-border-bottom-left-radius: 5px;
  -khtml-border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;

  /*BOTTOM RIGHT*/
  border-radius-bottomright: 5px;
  -o-border-radius-bottomright: 5px;
  -icab-border-radius-bottomright: 5px;
  -khtml-border-radius-bottomright: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -icab-border-bottom-right-radius: 5px;
  -khtml-border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;

  /*SHADOW*/
  /*-o-box-shadow: 10px 10px 5px #888;
  -icab-box-shadow: 10px 10px 5px #888;
  -khtml-box-shadow: 10px 10px 5px #888;
  -moz-box-shadow: 10px 10px 5px #888;
  -webkit-box-shadow: 10px 10px 5px #888;
  box-shadow: 10px 10px 5px #888;*/
}

/* ---------------------------------------------------------------- */

.index-two-banner-one {
  margin: 14px 30px 0px 0px; /* top right down left*/
  background-color: #000;
  width: 162px;
  height: 54px;
}

.index-two-banner-two {
  margin: 14px 30px 0px 0px; /* top right down left*/
  background-color: #000;
  width: 162px;
  height: 54px;
}

.index-two-banner-three {
  margin: 14px 30px 0px 0px; /* top right down left*/
  background-color: #000;
  width: 162px;
  height: 54px;
}

.index-two-banner-four {
  margin: 14px 30px 0px 0px; /* top right down left*/
  background-color: #000;
  width: 162px;
  height: 54px;
  /*FONT*/
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 10px;
}

.index-two-banner-five {
  margin: 14px 0px 0px 0px; /* top right down left*/
  background-color: #000;
  width: 162px;
  height: 54px;
  /*FONT*/
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 10px;
}

/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */


/*
PÁGINAS:
  - contato-corporate.php
  - filiais-corporate.php
  - parcerias-corporate.php
  - trabalhe-na-corporate.php

PARTE SUPERIOR PADRÃO

*/

/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */

#corporate-contact-container-upper {
  width: 983px;
  height: 228px;
  /*DEBUG*/
  /*background-color: #37b;*/
}

.corporate-contact-container-upper-decorate-left {
  /*DEBUG*/
  /*background-color: #a7b;*/
  width: 30px;
  height: 208px;
  float: left;
}

.corporate-contact-container-upper-decorate-left-one {
  background-color: #fff;
  width: 30px;
  height: 198px;
}

.corporate-contact-container-upper-decorate-left-two {
  background-color: #EBEBEB;
  width: 30px;
  height: 30px;
  /*TOP RIGHT*/
  border-radius-topright: 5px;
  -o-border-radius-topright: 5px;
  -icab-border-radius-topright: 5px;
  -khtml-border-radius-topright: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  -o-border-top-right-radius: 5px;
  -icab-border-top-right-radius: 5px;
  -khtml-border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
}

/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */



/* ---------------------------------------------------------------- */

.corporate-contact-container-upper-information {
  /*DEBUG*/
  /*background-color: #73b;*/
  width: 340px;
  height: 228px;
  float: left;
}

.corporate-contact-container-upper-information-title {
  /*DEBUG*/
  /*background-color: #332;*/
  width: 320px;
  height: 28px;
  /*POSITION*/
  margin: 25px 0px 0px 10px; /* top right down left*/
  /*FONT*/
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 21px;
  color: #606060;
}
.corporate-contact-container-upper-information-delimiter {
  /*DEBUG*/
  background-color: #eee;
  width: 320px;
  height: 2px;
  /*POSITION*/
  margin: 0px 0px 0px 10px; /* top right down left*/
}
.corporate-contact-container-upper-information-text {
  /*DEBUG*/
  /*background-color: #332;*/
  width: 320px;
  height: 151px;
  /*POSITION*/
  margin: 0px 0px 0px 10px; /* top right down left*/
  /*FONT*/
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #606060;
}

/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */

.corporate-contact-container-upper-address {
  /*DEBUG*/
  /*background-color: #376;*/
  width: 291px;
  height: 190px;
  float: left;
  /*POSITION*/
  margin: 20px 0px 0px 10px; /* top right down left*/
}


.corporate-contact-container-upper-address-location-icon {
  /*DEBUG*/
  /*background-color: #aaa;*/
  width: 20px;
  height: 20px;
  /*POSITION*/
  position: relative;
  z-index: 1;
  left: 0px;
  top: 0px;
}

.corporate-contact-container-upper-address-location-title {
  /*DEBUG*/
  /*background-color: #ccc;*/
  width: 300px;
  height: 15px;
  /*POSITION*/
  position: relative;
  z-index: 1;
  left: 25px;
  top: -18px;
  /*FONT*/
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #606060;
}

.corporate-contact-container-upper-address-location-address {
  /*DEBUG*/
  /*background-color: #ccc;*/
  width: 260px;
  height: 30px;
  /*POSITION*/
  position: relative;
  z-index: 1;
  right: 0px;
  top: -10px;
  /*FONT*/
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #606060;
}
/* ---------------------------------------------------------------- */
.corporate-contact-container-upper-address-telephone-icon {
  /*DEBUG*/
  /*background-color: #aaa;*/
  width: 20px;
  height: 20px;
  /*POSITION*/
  position: relative;
  z-index: 2;
  left: 0px;
  top: 0px;
}

.corporate-contact-container-upper-address-telephone-title {
  /*DEBUG*/
  /*background-color: #ccc;*/
  width: 100px;
  height: 15px;
  /*POSITION*/
  position: relative;
  z-index: 2;
  left: 25px;
  top: -16px;
  /*FONT*/
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #606060;
}

.corporate-contact-container-upper-address-telephone-numbers {
  /*DEBUG*/
  /*background-color: #ccc;*/
  width: 200px;
  height: 30px;
  /*POSITION*/
  position: relative;
  z-index: 2;
  left: 0px;
  top: -8px;
  /*FONT*/
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #606060;
}
/* ---------------------------------------------------------------- */
.corporate-contact-container-upper-address-email-icon {
  /*DEBUG*/
  /*background-color: #aaa;*/
  width: 20px;
  height: 20px;
  /*POSITION*/
  position: relative;
  z-index: 3;
  left: 0px;
  top: 5px;
}

.corporate-contact-container-upper-address-email-title {
  /*DEBUG*/
  /*background-color: #ccc;*/
  width: 35px;
  height: 15px;
  /*POSITION*/
  position: relative;
  z-index: 3;
  left: 25px;
  top: -16px;
  /*FONT*/
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #606060;
}

.corporate-contact-container-upper-address-email-value {
  /*DEBUG*/
  /*background-color: #ccc;*/
  width: 220px;
  height: 15px;
  /*POSITION*/
  position: relative;
  z-index: 3;
  left: 65px;
  top: -31px;
  /*FONT*/
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #606060;
}

/* ---------------------------------------------------------------- */
.corporate-contact-container-upper-address-skype-icon {
  /*DEBUG*/
  /*background-color: #aaa;*/
  width: 20px;
  height: 20px;
  /*POSITION*/
  position: relative;
  z-index: 3;
  left: 0px;
  top: -20px;
}

.corporate-contact-container-upper-address-skype-title {
  /*DEBUG*/
  /*background-color: #ccc;*/
  width: 50px;
  height: 15px;
  /*POSITION*/
  position: relative;
  z-index: 3;
  left: 25px;
  top: -38px;
  /*FONT*/
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #606060;
}

.corporate-contact-container-upper-address-skype-value {
  /*DEBUG*/
  /*background-color: #ccc;*/
  width: 160px;
  height: 15px;
  /*POSITION*/
  position: relative;
  z-index: 3;
  left: 80px;
  top: -53px;
  /*FONT*/
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #606060;
}

/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */

.corporate-contact-container-upper-gmap {
  /*DEBUG*/
  /* background-color: #3e2;*/
  width: 280px;
  height: 228px;
  float: left;
}

.corporate-contact-container-upper-gmap-api {
  /*DEBUG*/
  background-color: #fff;
  border: 2px solid #eee;
  width: 258px;
  height: 180px;
  /*POSITION*/
  float: right;
  margin: 25px 10px 0px 0px; /* top right down left*/
  /*BORDERS*/
  /*TOP LEFT*/
  border-radius-topleft: 3px;
  -o-border-radius-topleft: 3px;
  -icab-border-radius-topleft: 3px;
  -khtml-border-radius-topleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -o-border-top-left-radius: 3px;
  -icab-border-top-left-radius: 3px;
  -khtml-border-top-left-radius: 3px;
  -moz-border-top-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;

  /*TOP RIGHT*/
  border-radius-topright: 3px;
  -o-border-radius-topright: 3px;
  -icab-border-radius-topright: 3px;
  -khtml-border-radius-topright: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -o-border-top-right-radius: 3px;
  -icab-border-top-right-radius: 3px;
  -khtml-border-top-right-radius: 3px;
  -moz-border-top-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;

  /*BOTTOM LEFT*/
  border-radius-bottomleft: 3px;
  -o-border-radius-bottomleft: 3px;
  -icab-border-radius-bottomleft: 3px;
  -khtml-border-radius-bottomleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
  -o-border-bottom-left-radius: 3px;
  -icab-border-bottom-left-radius: 3px;
  -khtml-border-bottom-left-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;

  /*BOTTOM RIGHT*/
  border-radius-bottomright: 3px;
  -o-border-radius-bottomright: 3px;
  -icab-border-radius-bottomright: 3px;
  -khtml-border-radius-bottomright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  -o-border-bottom-right-radius: 3px;
  -icab-border-bottom-right-radius: 3px;
  -khtml-border-bottom-right-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
}

.corporate-contact-container-upper-decorate-right{
  /*DEBUG*/
  /*background-color: #345;*/
  width: 30px;
  height: 228px;
  float: right;
}

.corporate-contact-container-upper-decorate-right-one {
  background-color: #fff;
  width: 30px;
  height: 138px;
}
.corporate-contact-container-upper-decorate-right-two {
  background-color: #DFDFDF;
  width: 30px;
  height: 30px;
  /*TOP LEFT*/
  border-radius-topleft: 5px;
  -o-border-radius-topleft: 5px;
  -icab-border-radius-topleft: 5px;
  -khtml-border-radius-topleft: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -icab-border-top-left-radius: 5px;
  -khtml-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
}
.corporate-contact-container-upper-decorate-right-three {
  background-color: #EBEBEB;
  width: 30px;
  height: 30px;
}
.corporate-contact-container-upper-decorate-right-four {
  background-color: #DFDFDF;
  width: 30px;
  height: 30px;
}


/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */



#corporate-contact-container-bottom {
  width: 983px;
  height: 340px;
  /*DEBUG*/
  background-color: #E6E6E6;

}

#corporate-contact-container-bottom-decorate-left {
  /*DEBUG*/
  background-color: #376;
  width: 30px;
  height: 340px;
  float: left;
}

.corporate-contact-container-bottom-decorate-left-one {
  /*DEBUG*/
  background-color: #DFDFDF;
  width: 30px;
  height: 30px;
}

.corporate-contact-container-bottom-decorate-left-two {
  /*DEBUG*/
  background-color: #ACACAC;
  width: 30px;
  height: 30px;
}

.corporate-contact-container-bottom-decorate-left-three {
  /*DEBUG*/
  background-color: #C5C5C5;
  width: 30px;
  height: 30px;
}

.corporate-contact-container-bottom-decorate-left-four {
  /*DEBUG*/
  background-color: #E6E6E6;
  width: 30px;
  height: 250px;
}

#corporate-contact-container-bottom-central {
  width: 923px;
  height: 340px;
  float: left;
}

#corporate-contact-container-bottom-title {
  width: 923px;
  height: 40px;
  /*DEBUG*/
  /*background-color: #a09;*/
}

.corporate-contact-container-bottom-title-box {
  /*DEBUG*/
  /*background-color: #a7b;*/
  width: 850px;
  height: 25px;
  padding: 5px 0px 0px 20px; /* top right down left*/
  /*FONT*/
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 23px;
  color: #606060;
  
}

/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* FORMULÁRIO */

#corporate-contact-container-bottom-form {
  /*DEBUG*/
  /*background-color: #a7b;*/
  width: 350px;
  height: 300px;
  float: left;
}

#corporate-contact-container-bottom-form-box {
  /*DEBUG*/
  /*background-color: #11a;*/
  width: 310px;
  height: 280px;
  margin: 10px 0px 0px 20px; /* top right down left*/
}

.form-format {
  width: 200px;
  height: 15px;
  color: #ddd;
  background: #fff;
  border: 1px solid #aaa;
  /*FONT*/
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #606060;
  /*TOP LEFT*/
  border-radius-topleft: 2px;
  -o-border-radius-topleft: 2px;
  -icab-border-radius-topleft: 2px;
  -khtml-border-radius-topleft: 2px;
  -moz-border-radius-topleft: 2px;
  -webkit-border-radius-topleft: 2px;
  border-top-left-radius: 2px;
  -o-border-top-left-radius: 2px;
  -icab-border-top-left-radius: 2px;
  -khtml-border-top-left-radius: 2px;
  -moz-border-top-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;

  /*TOP RIGHT*/
  border-radius-topright: 2px;
  -o-border-radius-topright: 2px;
  -icab-border-radius-topright: 2px;
  -khtml-border-radius-topright: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-radius-topright: 2px;
  border-top-right-radius: 2px;
  -o-border-top-right-radius: 2px;
  -icab-border-top-right-radius: 2px;
  -khtml-border-top-right-radius: 2px;
  -moz-border-top-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;

  /*BOTTOM LEFT*/
  border-radius-bottomleft: 2px;
  -o-border-radius-bottomleft: 2px;
  -icab-border-radius-bottomleft: 2px;
  -khtml-border-radius-bottomleft: 2px;
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-radius-bottomleft: 2px;
  border-bottom-left-radius: 2px;
  -o-border-bottom-left-radius: 2px;
  -icab-border-bottom-left-radius: 2px;
  -khtml-border-bottom-left-radius: 2px;
  -moz-border-bottom-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;

  /*BOTTOM RIGHT*/
  border-radius-bottomright: 2px;
  -o-border-radius-bottomright: 2px;
  -icab-border-radius-bottomright: 2px;
  -khtml-border-radius-bottomright: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-radius-bottomright: 2px;
  border-bottom-right-radius: 2px;
  -o-border-bottom-right-radius: 2px;
  -icab-border-bottom-right-radius: 2px;
  -khtml-border-bottom-right-radius: 2px;
  -moz-border-bottom-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
}

.form-format-box {
  width: 200px;
  height: 60px;
  color: #ddd;
  background: #fff;
  border: 1px solid #aaa;
  /*FONT*/
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #606060;
  /*TOP LEFT*/
  border-radius-topleft: 2px;
  -o-border-radius-topleft: 2px;
  -icab-border-radius-topleft: 2px;
  -khtml-border-radius-topleft: 2px;
  -moz-border-radius-topleft: 2px;
  -webkit-border-radius-topleft: 2px;
  border-top-left-radius: 2px;
  -o-border-top-left-radius: 2px;
  -icab-border-top-left-radius: 2px;
  -khtml-border-top-left-radius: 2px;
  -moz-border-top-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;

  /*TOP RIGHT*/
  border-radius-topright: 2px;
  -o-border-radius-topright: 2px;
  -icab-border-radius-topright: 2px;
  -khtml-border-radius-topright: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-radius-topright: 2px;
  border-top-right-radius: 2px;
  -o-border-top-right-radius: 2px;
  -icab-border-top-right-radius: 2px;
  -khtml-border-top-right-radius: 2px;
  -moz-border-top-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;

  /*BOTTOM LEFT*/
  border-radius-bottomleft: 2px;
  -o-border-radius-bottomleft: 2px;
  -icab-border-radius-bottomleft: 2px;
  -khtml-border-radius-bottomleft: 2px;
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-radius-bottomleft: 2px;
  border-bottom-left-radius: 2px;
  -o-border-bottom-left-radius: 2px;
  -icab-border-bottom-left-radius: 2px;
  -khtml-border-bottom-left-radius: 2px;
  -moz-border-bottom-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;

  /*BOTTOM RIGHT*/
  border-radius-bottomright: 2px;
  -o-border-radius-bottomright: 2px;
  -icab-border-radius-bottomright: 2px;
  -khtml-border-radius-bottomright: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-radius-bottomright: 2px;
  border-bottom-right-radius: 2px;
  -o-border-bottom-right-radius: 2px;
  -icab-border-bottom-right-radius: 2px;
  -khtml-border-bottom-right-radius: 2px;
  -moz-border-bottom-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
}

.corporate-contact-container-bottom-form-name {
  /*DEBUG*/
  /*background-color: #eee;*/
  /*POSITION*/
  padding: 5px 0px 0px 0px; /* top right down left*/
  width: 70px;
  height: 30px;
  float: left;
  /*FONT*/
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #606060;
  
}

.corporate-contact-container-bottom-form-name span {
  /*FONT*/
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #720B04;
}

.corporate-contact-container-bottom-form-field {
  /*DEBUG*/
  /*background-color: #aaa;*/
  /*POSITION*/
  width: 230px;
  min-height: 35px;
  float: left;
}


.corporate-contact-container-bottom-form-notes {
  /*DEBUG*/
  /*background-color: #eee;*/
  padding: 5px 0px 0px 0px; /* top right down left*/
  /*POSITION*/
  width: 20px;
  min-height: 25px;
  float: left;
}

.corporate-contact-container-bottom-form-notes-info {
  /*DEBUG*/
  /*background-color: #aaa;*/
  /*POSITION*/
  padding: 10px 0px 0px 5px; /* top right down left*/
  width: 187px;
  min-height: 20px;
  float: left;
  /*FONT*/
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #606060;
}

.corporate-contact-container-bottom-form-notes-submit {
  /*DEBUG*/
  /*background-color: #227;*/
  /*POSITION*/
  padding: 7px 0px 0px 0px; /* top right down left*/
  width: 50px;
  min-height: 23px;
  float: left;
  /*FONT*/
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #606060;
}

.form-format-checkbox {
  /*FONT*/
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #560903;
}

.form-format-submit {
  width: 60px;
  height: 15px;
  color: #ddd;
  background: #ddd;
  border: 1px solid #aaa;
  /*GRADIENT IMAGE*/
  /*background-image: url(gradient.png);*/
  /*background-repeat: repeat-x;*/
  /*FONT*/
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #606060;
  /*TOP LEFT*/
  border-radius-topleft: 2px;
  -o-border-radius-topleft: 2px;
  -icab-border-radius-topleft: 2px;
  -khtml-border-radius-topleft: 2px;
  -moz-border-radius-topleft: 2px;
  -webkit-border-radius-topleft: 2px;
  border-top-left-radius: 2px;
  -o-border-top-left-radius: 2px;
  -icab-border-top-left-radius: 2px;
  -khtml-border-top-left-radius: 2px;
  -moz-border-top-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;

  /*TOP RIGHT*/
  border-radius-topright: 2px;
  -o-border-radius-topright: 2px;
  -icab-border-radius-topright: 2px;
  -khtml-border-radius-topright: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-radius-topright: 2px;
  border-top-right-radius: 2px;
  -o-border-top-right-radius: 2px;
  -icab-border-top-right-radius: 2px;
  -khtml-border-top-right-radius: 2px;
  -moz-border-top-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;

  /*BOTTOM LEFT*/
  border-radius-bottomleft: 2px;
  -o-border-radius-bottomleft: 2px;
  -icab-border-radius-bottomleft: 2px;
  -khtml-border-radius-bottomleft: 2px;
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-radius-bottomleft: 2px;
  border-bottom-left-radius: 2px;
  -o-border-bottom-left-radius: 2px;
  -icab-border-bottom-left-radius: 2px;
  -khtml-border-bottom-left-radius: 2px;
  -moz-border-bottom-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;

  /*BOTTOM RIGHT*/
  border-radius-bottomright: 2px;
  -o-border-radius-bottomright: 2px;
  -icab-border-radius-bottomright: 2px;
  -khtml-border-radius-bottomright: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-radius-bottomright: 2px;
  border-bottom-right-radius: 2px;
  -o-border-bottom-right-radius: 2px;
  -icab-border-bottom-right-radius: 2px;
  -khtml-border-bottom-right-radius: 2px;
  -moz-border-bottom-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
}
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */

/*
PARTE INFERIOR DO CONTATO
*/

#corporate-contact-container-bottom-advertise-block {
  /*DEBUG*/
  /*background-color: #73b;*/
  width: 480px;
  text-align:center;
  height: 300px;
  float: left;
}

#corporate-contact-container-bottom-adress-block-one {
  width: 286px;
  height: 220px;
  /*DEBUG*/
  /*background-color: #a23;*/
  float: left;
}

#corporate-contact-container-bottom-adress-block-two {
  width: 286px;
  height: 220px;
  /*DEBUG*/
  /*background-color: #881;*/
  float: right;
}

#corporate-contact-container-bottom-adress-block-three {
  width: 191px;
  height: 220px;
  /*DEBUG*/
  /*background-color: #a23;*/
  float: left;
}

.corporate-contact-container-bottom-adress-block-banner {
position:absolute;
  width: 174px;
  height: 144px;
  margin: 0px auto;
  /*border: 1px solid #aaa;*/
  /*DEBUG*/
  /*background-color: #fff;*/
}

#corporate-contact-container-bottom-adress-block-four {
  position:relative;
  left: 70px;
  width: 191px;
  height: 220px;
  /*DEBUG*/
  /*background-color: #603;*/
  float: left;
}

#corporate-contact-container-bottom-adress-block-five {
  position:relative;
  left: 90px;
  width: 191px;
  height: 220px;
  /*DEBUG*/
  /*background-color: #881;*/
  float: left;
}

#corporate-contact-container-bottom-adress-block-six {
  position:relative;
  width: 531px;
  height: 185px;
  top: 10px;
  left: 0px;
  /*DEBUG*/
  /*background-color: #a23;*/
  float: left;
}

.corporate-contact-container-bottom-adress-block-banner-full {
  width: 470px;
  height: 200px;
  margin: 0px auto;
  /*border: 1px solid #aaa;*/
  /*DEBUG*/
  /*background-color: #fff;*/
}

#corporate-contact-container-bottom-banner-block {
  /*DEBUG*/
  /*background-color: #57b;*/
  width: 523px;
  height: 70px;
  clear: both;
  padding: 10px 0px 0px 50px; /* top right down left*/
}

/*BANNER HORIZONTAL-INFERIOR DOS CONTATOS*/
.corporate-contact-container-bottom-banner-block-ad {
  width: 380px;
  height: 60px;
  position: relative;
  top: 20px;
  /*
  background-color: #fff;
  border: 1px solid #aaa;
  */
}

#corporate-contact-container-bottom-decorate-right {
  /*DEBUG*/
  /*background-color: #eae;*/
  width: 30px;
  height: 340px;
  float: right;
}

.corporate-contact-container-bottom-decorate-right-one {
  /*DEBUG*/
  background-color: #C5C5C5;
  width: 30px;
  height: 30px;
  /*BOTTOM LEFT*/
  border-radius-bottomleft: 5px;
  -o-border-radius-bottomleft: 5px;
  -icab-border-radius-bottomleft: 5px;
  -khtml-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  -icab-border-bottom-left-radius: 5px;
  -khtml-border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
}

.corporate-contact-container-bottom-decorate-right-two {
  /*DEBUG*/
  /*background-color: #344;*/
  width: 30px;
  height: 310px;
}

/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */


/*
PÁGINAS:
  - sobre-a-corporate.php
  - gestao-de-crises.php
  - governanca-corporativa.php
  - fusoes-e-aquisicoes.php
  - controladoria.php
  - planejamento-tributario.php
  - consultoria-tributaria.php

*/

#corporate-container-description {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  line-height: 40px;
  padding: 10px 10px 10px 10px; /* top right down left*/
  width: 963px;
  height: 330px;
  margin-left:-10px;
  /*DEBUG*/
  /*background-color: #3ea;*/
}

.corporate-container-description-title {
  padding-left:0px;
  width: 963px;
  height: 30px;
  /*DEBUG*/
  /*background-color: #2ac;*/
  margin: 0px 0px 10px 0px; /* top right down left*/
  /*padding: 0px 10px 10px 10px;*/ /* top right down left*/
  /*FONT*/
  font-family: Times;
  font-weight: lighter;
  font-stretch: wider;
  font-size: 28px;
  color: #d9cdb8;
  background-image: url('./images/flags/brazil-20.png');
  background-repeat: none; /*VERIFICAR*/
}

.corporate-container-description-title span {
  float: right;
  /*POSICIONAMEMTO*/
  padding: 2px 0px 0px 0px; /* top right down left*/
}

.corporate-container-description-title img {
  border: 0px;
  text-decoration: none;
}

.corporate-container-description-column-one {
  width: 466px;
  height: auto;
  /*DEBUG*/
  /*background-color: #2ac;*/
  float: left;
  /*FONT*/
  color: #bbb;
  /*POSICIONAMEMTO*/
  padding: 0px 10px 0px 0px; /* top right down left*/
  /*BORDA*/
  border-right:1px dashed #cccccc;
}

.corporate-container-description-column-one span {
  background-image: url(../images/body/red-dot.png);
  background-repeat: no-repeat;
  /*FONT*/
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px;
  color: #bbb;
  padding: 0px 0px 0px 12px; /* top right down left*/
}

.corporate-container-description-column-one strong {
  /*FONT*/
  font-family: Verdana, Geneva, sans-serif;
  font-size: 10px;
  color: #FFF;
  padding: 0px 0px 0px 0px; /* top right down left*/
}

.corporate-container-description-column-one p {
  /*FONT*/
  font-family: Verdana, Geneva, sans-serif;
  font-size: 10px;
  line-height: 15px;
  color: #bbb;
}

.corporate-container-description-column-two {
  width: 476px;
  height: 300px;
  /*DEBUG*/
  /*background-color: #567;*/
  float: right;
  /*FONT*/
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #bbb;
  /*POSICIONAMENTO*/
}

.corporate-container-description-column-two span {
  background-image: url(../images/body/red-dot.png);
  background-repeat: no-repeat;
  /*FONT*/
  font-family: Verdana, Geneva, sans-serif;
  font-size: 10px;
  color: #bbb;
  padding: 0px 0px 0px 12px; /* top right down left*/
}

.corporate-container-description-column-two strong {
  /*FONT*/
  font-family: Verdana, Geneva, sans-serif;
  font-size: 10px;
  color: #FFF;
  padding: 0px 0px 0px 0px; /* top right down left*/
}

.corporate-container-description-column-two p {
  /*FONT*/
  font-family: Verdana, Geneva, sans-serif;
  font-size: 10px;
  line-height: 15px;
  color: #bbb;
}

/*
BLOCOS ESTILIZADOS

Representam os três blocos encontrados na página:
  - sobre-a-corporate.php
*/


#corporate-container-blocks {
  /*DEBUG*/
  /*background-color: #000;*/
  font-family: verdana, arial, sans-serif;
  color: #fff;
  font-size: 10px;
  width: 470px;
  height: 160px;
  margin: 0px auto;
}

#standard-block-one {
  padding: 15px 12px 5px 12px; /* top left down right*/
  width: 120px;
  height: 116px;
  /*margin: 50px 10px 50px 10px;*/
  /*FONT*/
  float:left;
  color: #0C0C0A;
  /*TOP LEFT*/
  /*border-radius-topleft: 5px;
  -o-border-radius-topleft: 5px;
  -icab-border-radius-topleft: 5px;
  -khtml-border-radius-topleft: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -icab-border-top-left-radius: 5px;
  -khtml-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;*/

  /*TOP RIGHT*/
  border-radius-topright: 15px;
  -o-border-radius-topright: 15px;
  -icab-border-radius-topright: 15px;
  -khtml-border-radius-topright: 15px;
  -moz-border-radius-topright: 15px;
  -webkit-border-radius-topright: 15px;
  border-top-right-radius: 15px;
  -o-border-top-right-radius: 15px;
  -icab-border-top-right-radius: 15px;
  -khtml-border-top-right-radius: 15px;
  -moz-border-top-right-radius: 15px;
  -webkit-border-top-right-radius: 15px;

  /*BOTTOM LEFT*/
  border-radius-bottomleft: 15px;
  -o-border-radius-bottomleft: 15px;
  -icab-border-radius-bottomleft: 15px;
  -khtml-border-radius-bottomleft: 15px;
  -moz-border-radius-bottomleft: 15px;
  -webkit-border-radius-bottomleft: 15px;
  border-bottom-left-radius: 15px;
  -o-border-bottom-left-radius: 15px;
  -icab-border-bottom-left-radius: 15px;
  -khtml-border-bottom-left-radius: 15px;
  -moz-border-bottom-left-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;

  /*BOTTOM RIGHT*/
  border-radius-bottomright: 15px;
  -o-border-radius-bottomright: 15px;
  -icab-border-radius-bottomright: 15px;
  -khtml-border-radius-bottomright: 15px;
  -moz-border-radius-bottomright: 15px;
  -webkit-border-radius-bottomright: 15px;
  border-bottom-right-radius: 15px;
  -o-border-bottom-right-radius: 15px;
  -icab-border-bottom-right-radius: 15px;
  -khtml-border-bottom-right-radius: 15px;
  -moz-border-bottom-right-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;

  /*SHADOW*/
  /*-o-box-shadow: 10px 10px 5px #888;
  -icab-box-shadow: 10px 10px 5px #888;
  -khtml-box-shadow: 10px 10px 5px #888;
  -moz-box-shadow: 10px 10px 5px #888;
  -webkit-box-shadow: 10px 10px 5px #888;
  box-shadow: 10px 10px 5px #888;*/

  /*BACKGROUND IMAGE*/
  background-image: url(../images/body/mask-1.png);
  /*background-image: url(../images/body/red-dot-2.png);*/
  background-repeat: no-repeat;
}

.block-one {
  /*DEBUG*/
  /*background-color: #d2c5b2;*/
  position: relative;
  z-index: 2;
  right: 0px;
  top: 10px;
  font-size: 9px;
  line-height: 12px;
}

#standard-block-two {
  padding: 15px 12px 5px 12px; /* top left down right*/
  width: 120px;
  height: 116px;
  /*margin: 50px 10px 50px 10px;*/
  /*FONT*/
  float:left;
  color: #0C0C0A;
  /*TOP LEFT*/
  /*border-radius-topleft: 5px;
  -o-border-radius-topleft: 5px;
  -icab-border-radius-topleft: 5px;
  -khtml-border-radius-topleft: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -icab-border-top-left-radius: 5px;
  -khtml-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;*/

  /*TOP RIGHT*/
  border-radius-topright: 15px;
  -o-border-radius-topright: 15px;
  -icab-border-radius-topright: 15px;
  -khtml-border-radius-topright: 15px;
  -moz-border-radius-topright: 15px;
  -webkit-border-radius-topright: 15px;
  border-top-right-radius: 15px;
  -o-border-top-right-radius: 15px;
  -icab-border-top-right-radius: 15px;
  -khtml-border-top-right-radius: 15px;
  -moz-border-top-right-radius: 15px;
  -webkit-border-top-right-radius: 15px;

  /*BOTTOM LEFT*/
  border-radius-bottomleft: 15px;
  -o-border-radius-bottomleft: 15px;
  -icab-border-radius-bottomleft: 15px;
  -khtml-border-radius-bottomleft: 15px;
  -moz-border-radius-bottomleft: 15px;
  -webkit-border-radius-bottomleft: 15px;
  border-bottom-left-radius: 15px;
  -o-border-bottom-left-radius: 15px;
  -icab-border-bottom-left-radius: 15px;
  -khtml-border-bottom-left-radius: 15px;
  -moz-border-bottom-left-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;

  /*BOTTOM RIGHT*/
  border-radius-bottomright: 15px;
  -o-border-radius-bottomright: 15px;
  -icab-border-radius-bottomright: 15px;
  -khtml-border-radius-bottomright: 15px;
  -moz-border-radius-bottomright: 15px;
  -webkit-border-radius-bottomright: 15px;
  border-bottom-right-radius: 15px;
  -o-border-bottom-right-radius: 15px;
  -icab-border-bottom-right-radius: 15px;
  -khtml-border-bottom-right-radius: 15px;
  -moz-border-bottom-right-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;

  /*SHADOW*/
  /*-o-box-shadow: 10px 10px 5px #888;
  -icab-box-shadow: 10px 10px 5px #888;
  -khtml-box-shadow: 10px 10px 5px #888;
  -moz-box-shadow: 10px 10px 5px #888;
  -webkit-box-shadow: 10px 10px 5px #888;
  box-shadow: 10px 10px 5px #888;*/

  /*BACKGROUND IMAGE*/
  background-image: url(../images/body/mask-2.png);
  /*background-image: url(../images/body/red-dot-2.png);*/
  background-repeat: no-repeat;
}

.block-two {
  /*DEBUG*/
  /*background-color: #d1deff;*/
  position: relative;
  z-index: 2;
  right: -18px;
  top: 10px;
  font-size: 9px;
  line-height:12px;
}

#standard-block-three {
  padding: 15px 12px 5px 12px; /* top left down right*/
  width: 120px;
  height: 116px;
  /*margin: 50px 10px 50px 10px;*/
  /*FONT*/
  float:left;
  color: #0C0C0A;
  /*TOP LEFT*/
  /*border-radius-topleft: 5px;
  -o-border-radius-topleft: 5px;
  -icab-border-radius-topleft: 5px;
  -khtml-border-radius-topleft: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -icab-border-top-left-radius: 5px;
  -khtml-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;*/

  /*TOP RIGHT*/
  border-radius-topright: 15px;
  -o-border-radius-topright: 15px;
  -icab-border-radius-topright: 15px;
  -khtml-border-radius-topright: 15px;
  -moz-border-radius-topright: 15px;
  -webkit-border-radius-topright: 15px;
  border-top-right-radius: 15px;
  -o-border-top-right-radius: 15px;
  -icab-border-top-right-radius: 15px;
  -khtml-border-top-right-radius: 15px;
  -moz-border-top-right-radius: 15px;
  -webkit-border-top-right-radius: 15px;

  /*BOTTOM LEFT*/
  border-radius-bottomleft: 15px;
  -o-border-radius-bottomleft: 15px;
  -icab-border-radius-bottomleft: 15px;
  -khtml-border-radius-bottomleft: 15px;
  -moz-border-radius-bottomleft: 15px;
  -webkit-border-radius-bottomleft: 15px;
  border-bottom-left-radius: 15px;
  -o-border-bottom-left-radius: 15px;
  -icab-border-bottom-left-radius: 15px;
  -khtml-border-bottom-left-radius: 15px;
  -moz-border-bottom-left-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;

  /*BOTTOM RIGHT*/
  border-radius-bottomright: 15px;
  -o-border-radius-bottomright: 15px;
  -icab-border-radius-bottomright: 15px;
  -khtml-border-radius-bottomright: 15px;
  -moz-border-radius-bottomright: 15px;
  -webkit-border-radius-bottomright: 15px;
  border-bottom-right-radius: 15px;
  -o-border-bottom-right-radius: 15px;
  -icab-border-bottom-right-radius: 15px;
  -khtml-border-bottom-right-radius: 15px;
  -moz-border-bottom-right-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;

  /*SHADOW*/
  /*-o-box-shadow: 10px 10px 5px #888;
  -icab-box-shadow: 10px 10px 5px #888;
  -khtml-box-shadow: 10px 10px 5px #888;
  -moz-box-shadow: 10px 10px 5px #888;
  -webkit-box-shadow: 10px 10px 5px #888;
  box-shadow: 10px 10px 5px #888;*/

  /*BACKGROUND IMAGE*/
  background-image: url(../images/body/mask-3.png);
  /*background-image: url(../images/body/red-dot-2.png);*/
  background-repeat: no-repeat;
}

.block-three {
  /*DEBUG*/
  /*background-color: #fff;*/
  position: relative;
  z-index: 2;
  right: -36px;
  top: 10px;
  font-size: 9px;
  line-height:12px;
}

/*#sec-half {
  background-color: #000;
}*/

/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */

/*
ANNOUNCE
*/

#corporate-announce {
  padding:10px 5px 5px 5px; /* top right down left*/
  /* DEBUG */
  /*background-color: #ccc;*/
  width: 870px;
  height: 40px;
  margin: auto;
}

.corporate-announce-title {
  padding:0px 10px 0px 0px;/* top right down left*/
  /* DEBUG */
  /*background-color: #730C03;*/
  /*width: 190px;*/
  float: left;
  /*  FONT */
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  color: #8C8C8C;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
}

.corporate-announce-subtitle {
  padding:5px 0px 0px 0px;/* top right down left*/
  /* DEBUG */
  /*background-color: #730C03;*/
  min-width: 200px;
  /*width: 660px;*/
  float: left;
  /*  FONT */
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  color: #3B3B3B;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
}

.corporate-announce-red-bar {
  background-color: #730B02;
  width: 850px;
  height: 2px;
}

.corporate-announce-standard-bar {
  background-color: #ddd;
  width: 850px;
  height: 2px;
}

/* CALENDAR */

#corporate-announce-calendar {
  position: relative;
  float: right;
  min-width: 90px;
  height: 29px;
  /* DEBUG */
  background-color: #345353;
  
}

/* ---------------------------------------------------------------- */
/*ANO APARECENDO ACIMA DAS ABAS DE MÊS*/

#corporate-announce-calendar-year {
  position: relative;
  width: 830px;
  height: 12px;
  /*DEBUG*/
  /*background-color: #ccc;*/
  z-index: 2;
  right:0px;
  top:-10px;
  /*font-weight: bold;*/
  /*  FONT */
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  color: #aaa;
  text-align: right;
  font-size: 10px;
  text-decoration: none;
  padding: 2px 0px 0px 0px;
  
}

#corporate-announce-calendar-year a {
  border: 0;
  text-decoration: none;
  /*  FONT */
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  color: #aaa;
  font-size: 10px;

}

/* ---------------------------------------------------------------- */
#corporate-announce-calendar-layout {
  padding:6px 0px 0px 7px;/* top right down left*/
  position: relative;
  width: 28px;
  height: 24px;
  /* DEBUG */
  background-color: #ccc;
  float: left;
  /*TOP LEFT*/
  border-radius-topleft: 5px;
  -o-border-radius-topleft: 5px;
  -icab-border-radius-topleft: 5px;
  -khtml-border-radius-topleft: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -icab-border-top-left-radius: 5px;
  -khtml-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  /*SHADOW*/
  -o-box-shadow: -2px 0px 0px #888;
  -icab-box-shadow: -2px 0px 0px #888;
  -khtml-box-shadow: -2px 0px 0px #888;
  -moz-box-shadow: -2px 0px 0px #888;
  -webkit-box-shadow: -2px 0px 1px #888;
  box-shadow: -2px 0px 0px #888;
}

#corporate-announce-calendar-layout a {
  /*  FONT */
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 11px;
  /*font-weight: bold;*/
  text-decoration: none;
}


#corporate-announce-calendar-layout-red {
  padding:6px 0px 0px 7px;/* top right down left*/
  position: relative;
  width: 33px;
  height: 24px;
  /* DEBUG */
  background-color: #730B02;
  float: left;
  /*TOP LEFT*/
  border-radius-topleft: 5px;
  -o-border-radius-topleft: 5px;
  -icab-border-radius-topleft: 5px;
  -khtml-border-radius-topleft: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -icab-border-top-left-radius: 5px;
  -khtml-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  /*SHADOW*/
  -o-box-shadow: -2px 0px 1px #888;
  -icab-box-shadow: -2px 0px 1px #888;
  -khtml-box-shadow: -2px 0px 1px #888;
  -moz-box-shadow: -2px 0px 1px #888;
  -webkit-box-shadow: -2px 0px 1px #888;
  box-shadow: -2px 0px 1px #888;
}

#corporate-announce-calendar-layout-red a {
  /*  FONT */
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}

.corporate-announce-calendar-meses {
  z-index: 1;
  right:-475px;
  top:-30px;
}
.corporate-announce-calendar-jan {
  z-index: 1;
  right:-480px;
  top:-30px;
}

.corporate-announce-calendar-fev {
  z-index: 2;
  right:-475px;
  top:-30px;
}

.corporate-announce-calendar-mar {
  z-index: 3;
  right:-470px;
  top:-30px;
}

.corporate-announce-calendar-abr {
  z-index: 4;
  right:-465px;
  top:-30px;
}

.corporate-announce-calendar-mai {
  z-index: 5;
  right:-460px;
  top:-30px;
}

.corporate-announce-calendar-jun {
  z-index: 5;
  right:-455px;
  top:-30px;
}

.corporate-announce-calendar-jul {
  z-index: 7;
  right:-450px;
  top:-30px;
}

.corporate-announce-calendar-ago {
  z-index: 8;
  right:-445px;
  top:-30px;
}

.corporate-announce-calendar-sep {
  z-index: 9;
  right:-440px;
  top:-30px;
}

.corporate-announce-calendar-oct {
  z-index: 10;
  right:-435px;
  top:-30px;
}

.corporate-announce-calendar-nov {
  z-index: 11;
  right:-430px;
  top:-30px;
}

.corporate-announce-calendar-dec {
  z-index: 12;
  right:-425px;
  top:-30px;
}

/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */

/*
PÁGINA
equipe-corporate.php 
*/

#cvitae-container {
  margin: 20px 0px 10px 0px;/* top right down left*/
}

/* BARRA DE TÍTULO COM NOME E CARGO */
#cvitae-bar {
  margin: 20px 20px 20px 20px;/* top right down left*/
  padding:5px 5px 5px 5px;/* top right down left*/
  background-color: #730C03;
  width: 820px;
  height: 28px;
  margin: auto;
}

/* NOME DO FUNCIONÁRIO */
.cvitae-name {
  float: left;
  /*width: 350px;*/
  height: 20px;
  /* DEBUG */
  /*background-color: #444eee;*/
  text-align: left;
  /* PADDING */
  padding: 3px 0px 0px 16px;/* top right down left*/
  /*  FONT */
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
}


/* CARGO DO FUNCIONÁRIO */
.cvitae-description {
  float: right;
  height: 18px;
  width: 300px;
  /* DEBUG */
  /*background-color: #665eea;*/
  text-align: right;
  /* PADDING */
  padding:8px 18px 0px 0px;/* top right down left*/
  /*  FONT */
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 12px;
  font-style: italic;
  text-decoration: none;
}

#cvitae-body {
  padding:20px 80px 20px 19px;/* top right down left*/
  background-color: #EBEBEB;
  width: 731px;
  margin: auto;
  /*BOTTOM RIGHT*/
  border-radius-bottomright: 25px;
  -o-border-radius-bottomright: 25px;
  -icab-border-radius-bottomright: 25px;
  -khtml-border-radius-bottomright: 25px;
  -moz-border-radius-bottomright: 25px;
  -webkit-border-radius-bottomright: 25px;
  border-bottom-right-radius: 25px;
  -o-border-bottom-right-radius: 25px;
  -icab-border-bottom-right-radius: 25px;
  -khtml-border-bottom-right-radius: 25px;
  -moz-border-bottom-right-radius: 25px;
  -webkit-border-bottom-right-radius: 25px;
}

.cvitae-image {
  width: 120px;
  /*height: 120px;*/
  background-color: #fff;
  border: 2px solid #CBCBCB;
  float: left;
}

.cvitae-text {
  width: 600px;
  background-color: #EBEBEB;
  padding: -10px 0px 0px 0px; /* top right down left*/
  /*  FONT */
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  color: #3B3B3B;
  font-size: 12px;
  text-decoration: none;
  float: right;
  margin: -13px auto;
}

/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */

/*
PÁGINA:
noticas-globais.php
*/

#corporate-news-container {
  margin: 0px 0px 20px 34px; /* top right down left*/
  width: 850px;
  min-height: 256px;
  background-color: #F4F4F4;
  /*BOTTOM RIGHT*/
  border-radius-bottomright: 25px;
  -o-border-radius-bottomright: 25px;
  -icab-border-radius-bottomright: 25px;
  -khtml-border-radius-bottomright: 25px;
  -moz-border-radius-bottomright: 25px;
  -webkit-border-radius-bottomright: 25px;
  border-bottom-right-radius: 25px;
  -o-border-bottom-right-radius: 25px;
  -icab-border-bottom-right-radius: 25px;
  -khtml-border-bottom-right-radius: 25px;
  -moz-border-bottom-right-radius: 25px;
  -webkit-border-bottom-right-radius: 25px;
}

#corporate-news-date {
  width: 40px;
  height: 38px;
  background-color: #730C03;
  float: left;
  margin: 0px auto;
  /*TOP LEFT*/
  border-radius-topleft: 5px;
  -o-border-radius-topleft: 5px;
  -icab-border-radius-topleft: 5px;
  -khtml-border-radius-topleft: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -icab-border-top-left-radius: 5px;
  -khtml-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  /*  FONT */
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  color: #eee;
  text-decoration: none;
}

.corporate-news-date-day {
  padding: 0px 0px 0px 12px; /* top right down left*/
  width: 38px;
  height: 15px;
  font-size: 17px;
  /*DEBUG*/
  /*background-color: #aaa;*/
}

.corporate-news-date-delimiter {
  width: 36px;
  height: 2px;
  background-color: #944A41;
  margin: 6px auto;
}

.corporate-news-date-month {
  padding: 2px 0px 2px 10px; /* top right down left*/
  margin-top:-11px;
  width: 38px;
  height: 10px;
  font-size: 13px;
  /*DEBUG
  background-color: #ddd;*/
}


#corporate-news-tab {
  /*width: 830px;*/
  width: 810px;
  height: 38px;
  background-color: #ACACAC;
  float:right;
  margin: 0px auto;
}


.corporate-news-title {
  margin: 0px 0px 0px 18px; /* top right down left*/
  width: 500px;
  /*DEBUG*/
  /*background-color: #5da;*/
  float:left;
  /*  FONT */
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  color: #eee;
  text-decoration: none;
  font-size: 22px;
  padding: 8px 5px 0px 0px; /* top right down left*/
}

.corporate-news-title a{
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  color: #eee;
  text-decoration: none;
  font-size: 22px;
  padding: 8px 5px 0px 0px; /* top right down left*/
}

.corporate-news-sub-title {
  margin: 5px 10px 0px 0px; /* top right down left*/
  width: 260px;
  /*DEBUG*/
  /*background-color: #4a3;*/
  float:right;
  /*  FONT */
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  color: #eee;
  text-align: right;
  text-decoration: none;
  font-size: 12px;
  padding: 5px 0px 0px 0px; /* top right down left*/
}

.corporate-news-sub-title span{
  /*  FONT */
  
  color: #730C03;
}


#corporate-news-null {
  /*background-color: #F4F4F4;*/
  background-color: #f4f4f4;
  width: 40px;
  height: 100%;
  float: left;
  margin: 0px auto;
}


#corporate-news-body {
  /*DEBUG*/
  background-color: #fff;
  width: 810px;
  min-height: 218px;
  float: right;
  margin: 0px auto;
  /*BOTTOM RIGHT*/
  border-radius-bottomright: 25px;
  -o-border-radius-bottomright: 25px;
  -icab-border-radius-bottomright: 25px;
  -khtml-border-radius-bottomright: 25px;
  -moz-border-radius-bottomright: 25px;
  -webkit-border-radius-bottomright: 25px;
  border-bottom-right-radius: 25px;
  -o-border-bottom-right-radius: 25px;
  -icab-border-bottom-right-radius: 25px;
  -khtml-border-bottom-right-radius: 25px;
  -moz-border-bottom-right-radius: 25px;
  -webkit-border-bottom-right-radius: 25px;
}

.corporate-news-body-text {
	/*DEBUG*/
  /*background-color: #aaa;*/
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	float: left;
	width: 480px;
	min-height: 190px;
	padding: 0px 0px 0px 20px; /* top right down left*/
}

.corporate-news-body-text p {
	/*  FONT */
	font-family: Verdana, Geneva, sans-serif;
	color: #3B3B3B;
	text-decoration: none;
	font-size: 12px;
	padding: 10px 0px 0px 0px; /* top right down left*/
}


.corporate-news-body {
  margin: 0px 0px 0px 0px;  /* top right down left*/
  background-color: #fff;
  float: right;
  width: 272px;
  height: auto;
}

.corporate-news-body-image {
  margin: 25px 20px 0px 0px;  /* top right down left*/
  background-color: #fff;
  border: 2px solid #eee;
  float: right;
  width: 272px;
  height: auto;
}

.corporate-news-body-connections {
  margin: 0px 20px 20px 20px;  /* top right down left*/
  /*DEBUG*/
  /*background-color: #543;*/
  width: 480px;
  height: 20px;
  clear: both;
  text-align: right;
  /*  FONT */
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  color: #3B3B3B;
  text-decoration: none;
  font-size: 12px;
}
.corporate-news-body-connections-bibliography {
  /*DEBUG*/
  /*background-color: #345;*/
  width:290px;
  padding: 0px 0px 0px 0px; /* top right down left*/
  float: left;
}
.corporate-news-body-connections-bibliography em{
  /*  FONT */
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  color: #3B3B3B;
  text-decoration: none;
  font-size: 12px;
}

.corporate-news-body-connections-networks {
  /*DEBUG*/
  /*background-color: #23a;*/
  widows:500px;
  padding: 10px 20px 0px 0px; /* top right down left*/
  float: right;
}

/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */

/*
PÁGINA:
calendario-fiscal.php
*/

/* ---------------------------------------------------------------- */

/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */


.corporate-calendarr {
  background-color: #F4F4F4;
  width: 774px;
  margin: 0px 0px 20px 40px; /* top right down left*/
  padding: 0px 0px 0px 0px; /* top right down left*/
}


#corporate-calendar-container {
  background-color: #F4F4F4;
  width: 774px;
  margin: 0px 0px 20px 40px; /* top right down left*/
  padding: 0px 0px 0px 0px; /* top right down left*/
}

#corporate-calendar-container-date {
  background-color: #F4F4F4;
  float: left;
  width: 58px;
  min-height: 58px;
  /*ALINHAMENTO SUPERIOR-DIREITO*/
  margin-right: 0px; 
  margin-top: 0px; 
}

.corporate-calendar-container-date-ticket {
  background-color: #ADADAD;
  width: 58px;
  height: 58px;
  /*TOP LEFT*/
  border-radius-topleft: 10px;
  -o-border-radius-topleft: 10px;
  -icab-border-radius-topleft: 10px;
  -khtml-border-radius-topleft: 10px;
  -moz-border-radius-topleft: 10px;
  -webkit-border-radius-topleft: 10px;
  border-top-left-radius: 10px;
  -o-border-top-left-radius: 10px;
  -icab-border-top-left-radius: 10px;
  -khtml-border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  /*  FONT MONTH - YEAR */
  /*font-family: RotisSemiSansStd;*/
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  color: #eee;
  text-decoration: none;
}

.corporate-calendar-container-date-ticket-month {
  width: 50px;
  height: 25px;
  /*DEBUG*/
  /*background-color: #999;*/
  padding: 0px 0px 6px 8px; /* top right down left*/
  /* MONTH SIZE */
  font-size: 26px;
}

.corporate-calendar-container-date-ticket-delimiter {
  width: 54px;
  height: 1px;
  background-color: #eee;
  margin: 0px auto;
}

.corporate-calendar-container-date-ticket-year {
  padding: 0px 0px 10px 10px; /* top right down left*/
  /* YEAR SIZE */
  font-size: 19px;
}


/*.corporate-calendar-container-date-null {
  background-color: #F4F4F4;
  width: 58px;
  height: 100px;
}*/


#corporate-calendar-container-news {
  background-color: #443;
  float: left;
  /*DIMENSIONS*/
  width: 710px;
  /*DEBUG*/
  min-height: 56px;
  /*BACKGROUND*/
  background-color: #fff;
  border: 1px solid #ADADAD;
  /*BOTTOM RIGHT*/
  border-radius-bottomright: 25px;
  -o-border-radius-bottomright: 25px;
  -icab-border-radius-bottomright: 25px;
  -khtml-border-radius-bottomright: 25px;
  -moz-border-radius-bottomright: 25px;
  -webkit-border-radius-bottomright: 25px;
  border-bottom-right-radius: 25px;
  -o-border-bottom-right-radius: 25px;
  -icab-border-bottom-right-radius: 25px;
  -khtml-border-bottom-right-radius: 25px;
  -moz-border-bottom-right-radius: 25px;
  -webkit-border-bottom-right-radius: 25px;
  /*ALINHAMENTO SUPERIOR-ESQUERDO*/
  margin-left: 0px; 
  margin-top: 0px; 
}

#corporate-calendar-sub-container-news {
  width: 680px;
  /*DEBUG*/
  min-height: 20px;
  /*background-color: #724;*/
  margin: 10px 18px 8px 18px; /* top right down left*/
  
}

.corporate-calendar-sub-container-news-date-container {
  width: 16px;
  height: 16px;
  background-color: #720B02;
  float: left;
  /*TOP LEFT*/
  border-radius-topleft: 5px;
  -o-border-radius-topleft: 5px;
  -icab-border-radius-topleft: 5px;
  -khtml-border-radius-topleft: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -icab-border-top-left-radius: 5px;
  -khtml-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  /*  FONT MONTH - YEAR */
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  color: #eee;
  text-decoration: none;
  font-size: 13px;
  /*CHARACTER POSITION*/
  padding: 4px 0px 0px 3px; /* top right down left*/
}

.corporate-calendar-sub-container-news-date-container-red {
  width: 16px;
  height: 16px;
  background-color: #DF0000;
  float: left;
  /*TOP LEFT*/
  border-radius-topleft: 5px;
  -o-border-radius-topleft: 5px;
  -icab-border-radius-topleft: 5px;
  -khtml-border-radius-topleft: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -icab-border-top-left-radius: 5px;
  -khtml-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  /*  FONT MONTH - YEAR */
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  color: #eee;
  text-decoration: none;
  font-size: 13px;
  /*CHARACTER POSITION*/
  padding: 4px 0px 0px 3px; /* top right down left*/
}

.corporate-calendar-sub-container-news-message-container {
  width: 657px;
  min-height: 20px;
  /*DEBUG*/
  /*background-color: #133;*/
  float: right;
  /*  FONT MONTH - YEAR */
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  color: #222;
  text-decoration: none;
  font-size: 12px;
  text-align: left;
  /*CHARACTER POSITION*/
  padding: 5px 0px 0px 4px; /* top right down left*/
}


/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */

/*
PÁGINA:
contato-corporate.php
*/






/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */


/*
CORPORATE FOOTER
Rodapé padrão do Corporate Consulting
*/
#corporate-container-footer {
  width: 100%;
  height: 76px;
  margin-left:0px;
  background-color: #000;
}

.container-footer {
  width: 983px;
  height: 76px;
  /*background-color: #666;*/
  margin: 10px auto;
}


#footer-principal {
  width: 720px;
  overflow: hidden;
  margin-left:-40px;
  /*background-color: #333;*/
  float: left;
}


.footer-contents-primer ul li{
  display: inline;
  float: left;
  /*padding: 0 5px 0 8px;*/
}

.footer-contents ul li{
  display: inline;
  float: left;
  /*padding: 0 5px 0 8px;*/
}


.footer-contents-primer a{
  /*PIPE*/
  padding:0 4px 0 4px;
  /*FONT*/
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  /*color: #4E483A;*/
  color:#d9cdb8;
  font-size: 12px;
  text-decoration: none;
}

.footer-contents a{
  /*PIPE*/
  border-left:1px solid #d9cdb8;
  padding:0 4px 0 4px;
  /*FONT*/
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  /*color: #4E483A;*/
  color:#d9cdb8;
  font-size: 12px;
  text-decoration: none;
}

.footer-developer ul li {
  display: inline;
  float: right;
  padding: 0 40px 0 4px;
 /* background-color:#CCC;*/
}

.footer-developer a{
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  /*color: #4E483A;*/
  color:#d9cdb8;
  font-size: 12px;
  text-decoration: none;
}
.footer-tma {
  position:relative;
  width:106px;
  height:20px;
  top:-20px;
  left:680px;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  /*color:#d9cdb8;*/
  color:#000;
  font-size: 12px;
  text-decoration: none;
}
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */







#block {
  padding: 12px 12px 12px 12px; /* top left down right*/
  margin: 5px auto;
  width: 117px;
  height: 117px;
  margin: 50px 10px 50px 10px;
  /*FONT*/
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 10px;
  float:left;
  /*TOP LEFT*/
  /*border-radius-topleft: 5px;
  -o-border-radius-topleft: 5px;
  -icab-border-radius-topleft: 5px;
  -khtml-border-radius-topleft: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -icab-border-top-left-radius: 5px;
  -khtml-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;*/

  /*TOP RIGHT*/
  border-radius-topright: 15px;
  -o-border-radius-topright: 15px;
  -icab-border-radius-topright: 15px;
  -khtml-border-radius-topright: 15px;
  -moz-border-radius-topright: 15px;
  -webkit-border-radius-topright: 15px;
  border-top-right-radius: 15px;
  -o-border-top-right-radius: 15px;
  -icab-border-top-right-radius: 15px;
  -khtml-border-top-right-radius: 15px;
  -moz-border-top-right-radius: 15px;
  -webkit-border-top-right-radius: 15px;

  /*BOTTOM LEFT*/
  border-radius-bottomleft: 15px;
  -o-border-radius-bottomleft: 15px;
  -icab-border-radius-bottomleft: 15px;
  -khtml-border-radius-bottomleft: 15px;
  -moz-border-radius-bottomleft: 15px;
  -webkit-border-radius-bottomleft: 15px;
  border-bottom-left-radius: 15px;
  -o-border-bottom-left-radius: 15px;
  -icab-border-bottom-left-radius: 15px;
  -khtml-border-bottom-left-radius: 15px;
  -moz-border-bottom-left-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;

  /*BOTTOM RIGHT*/
  border-radius-bottomright: 15px;
  -o-border-radius-bottomright: 15px;
  -icab-border-radius-bottomright: 15px;
  -khtml-border-radius-bottomright: 15px;
  -moz-border-radius-bottomright: 15px;
  -webkit-border-radius-bottomright: 15px;
  border-bottom-right-radius: 15px;
  -o-border-bottom-right-radius: 15px;
  -icab-border-bottom-right-radius: 15px;
  -khtml-border-bottom-right-radius: 15px;
  -moz-border-bottom-right-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;

  /*SHADOW*/
  /*-o-box-shadow: 10px 10px 5px #888;
  -icab-box-shadow: 10px 10px 5px #888;
  -khtml-box-shadow: 10px 10px 5px #888;
  -moz-box-shadow: 10px 10px 5px #888;
  -webkit-box-shadow: 10px 10px 5px #888;
  box-shadow: 10px 10px 5px #888;*/
}

.b-one {
  background-color: #d2c5b2;
}

.b-two {
  background-color: #d1deff;
}

.b-three {
  background-color: #fff;
}

/*#sec-half {
  background-color: #000;
}*/

#corporate-container {
  background-color: #1a4bed;
}

#corporate-header {
  background-color: #fff;
  width: 983px;
  height: 92px;
  margin: auto;
}

#corporate-flash {
  background-color: #999;
  width: 983px;
  height: 274px;
  margin: auto;
}


#corporate-body-1 {
  background-color: #000;
  width: 983px;
  height: 350px;
  margin: 0px auto;
}

#corporate-body-1 p {
  font-family: verdana, arial, sans-serif;
  color: #fff;
  font-size: 10px;
}

#corporate-body-2 {
  background-color: #3a33ed;
  width: 983px;
  height: 350px;
  margin: 0px auto;
}

#footer-blocker {
height: 1px;
  clear: both;
}

.container-site-map {
padding:15px
}

.container-site-map p {
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 11px;
  text-decoration: none;
}

.container-site-map a {
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 11px;
  text-decoration: none;
}
.container-site-map strong {
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 13px;
  text-decoration: none;
}


/*---------------------- Easy Slider ----------------------*/
/* Easy Slider */
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
		*/
		/*background-color:#F00;*/
		width:986px;
		height:300px;
		overflow:hidden; 

		}
	#prevBtn{
		display:block;
		/*position:absolute;
		left:1040px;
		top:373px;*/
		margin-left:840px;
		margin-top:-336px;
		}	
	#nextBtn{ 
		display:block;
		/*position:absolute;
		left:1097px;
		top:373px;*/
		margin-left:900px;
		}
/* // Easy Slider */
/*---------------------- Easy Slider ----------------------*/
