@charset "utf-8";
/* CSS Document */

#content_in div.Abas
{
  position: relative;
  overflow: hidden;
}

#content_in div.Abas a
{
  display: block;
  float: left;
  margin: 0 2px 0 0;
  width: 138px;
  height: 125px;
  background: #F5F6F6 url('/img/empresas/aba-i.png') no-repeat scroll 100% 0%;
}

#content_in div.Abas a.selected
{
  background-color: #e8ebeb; /*d7dbdb*/
  background-image: url('/img/empresas/aba-a.png');
}

#content_in div.Abas a span
{
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: transparent none no-repeat 50% 50%;
  overflow: hidden;
  text-indent: -65535px;
  cursor: pointer;
}

#content_in div.Conteudos
{
  position: relative;
  overflow: hidden;
  background-color: #e8ebeb;
}

#content_in div.Conteudos div.tf-content
{
  padding: 24px 18px;
  display: none;
}

