@charset "utf-8";
/** CSS - TV1.COM
*   FORMTAÇÃO HEADER PADRÃO PARA HOTSITES CAIXA
*   Desenvolvido por: IGOR PRADO RAMOS [iramos@tv1.com.br]  
*   03/08/2012  
*/

/* Reset básico de CSS */
* {
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: baseline;
}

/* HEADER */
#header-padrao {
  background: url(../img/bgHeaderFull.jpg) repeat-x;
  height: 33px;
  width: 100%;
}

/* Classe que define a largura útil do Hotsite. */
#header-padrao .area-util {
  margin: 0 auto;
  position: relative;
  width: 960px; /* Alterar este valor para a largura útil do Hotsite */
}
#header-padrao h1 {
  float: left;
  margin: 0;
  padding: 0;
}
#header-padrao h1 a {
  background: url(../img/logoCaixa.gif) no-repeat;
  display: block;
  height: 13px;
  margin: 9px 0 0 5px;
  text-indent: -9999px;
  width: 60px;
}

#header-padrao  .outros-sites {
  margin-top: 12px;
  position: absolute;
  right: 5px;
}

#header-padrao .outros-sites span {
  background: url(../img/btnOutros.gif) no-repeat;
  display: block;
  float: left;
  height: 9px;
  margin-right: 5px;
  text-indent: -9999px;
  width: 107px;
}

#header-padrao .outros-sites select {
  font: 11px Arial;
  padding: 2px;
  position: relative;
  top: -7px;
  width: 132px;
  visibility: visible !important;
}