﻿#home
{
}

#home a
{
    color: Black; 
    text-decoration: none;   
}

#home a:hover
{
    color: #939393; 
}

#banner
{
    padding-top: 3px;
}

/* Notícias ------------------ */
#noticias
{
    background-image: url(images/Home/bg-noticias-home.gif);
    background-repeat: repeat-x;
    margin-top: 10px;
    padding: 3px;
    height: 24px;
}
#noticias h2
{
    float:left;
    margin: 3px 0px 0 25px;
    font-weight:normal;
    font-size:15px;
}

#noticias #img
{
    float:left;
    background-image: url(images/Home/setas-noticias-home.jpg);
    background-repeat: repeat-x;
    display: inline-block;
    width: 43px;
    height: 15px;
    margin: 5px 30px 0 30px;
    cursor:pointer;
}
#noticias #exibeTexto
{
    display: inline-block;
    /*width:930px;
    height:20px;*/
    float:left;
    padding-top: 6px;
    cursor: pointer;
    font-size: 11px;
    font-weight:bold;
}
#noticias .data
{
    color:#183267;
}
#noticias #rss
{
    background-image: url(images/Home/icon-rss.gif);
    width:19px;
    height:19px;
    float:right;
    margin: 3px 7px 0 0;
}

#noticias a
{
    color: #666;
}
#noticias a:hover
{
    color: #000;
}



/* FIM Notícias ------------------ */

.titulo_conteudo
{
    padding-left: 65px;
    padding-bottom: 8px;
    padding-top: 1px;
}

/* Linha de negócios ------------------ */
#linha_negocios
{
    margin-top: 10px;
    height:250px;
}

#linha_negocios .box-separador {
    float:left;
    width:11px;
    height:250px;
}

#linha_negocios .box,
#linha_negocios .box-hover
{
    float: left;
    cursor:pointer;
}

#linha_negocios .box .bg-left,
#linha_negocios .box-hover .bg-left,
#linha_negocios .box .bg-right,
#linha_negocios .box-hover .bg-right ,
#linha_negocios .box .bg-center,
#linha_negocios .box-hover .bg-center
{
    float:left;
    width:3px;
    height:250px;
}
#linha_negocios .box .bg-center,
#linha_negocios .box-hover .bg-center
{
    width:350px;
    padding:15px 25px;
    height:220px;
}

#linha_negocios .box .bg-left {
    background-color: transparent;
    background-image:url(images/Home/bg-box-superior-home-left.gif);
    background-repeat: no-repeat;
    background-position: top left;
}
#linha_negocios .box-hover .bg-left {
    background-color: transparent;
    background-image: url(images/Home/bg-box-superior-home-left-hover.gif);
    background-repeat: no-repeat;
    background-position: top left;
}
#linha_negocios .box .bg-right {
    background-color: transparent;
    background-image: url(images/Home/bg-box-superior-home-right.gif);    
    background-repeat: no-repeat;
    background-position: top right ;
}
#linha_negocios .box-hover .bg-right {
    background-color: transparent;
    background-image: url(images/Home/bg-box-superior-home-right-hover.gif);
    background-repeat: no-repeat;
    background-position: top right;
}
#linha_negocios .box .bg-center {
    background-color: transparent;
    background-image: url(images/Home/bg-box-superior-home-center.gif);
    background-repeat: repeat;
    background-position: top left;
}
#linha_negocios .box-hover .bg-center {
    background-color: transparent;
    background-image: url(images/Home/bg-box-superior-home-center-hover.gif);
    background-repeat: repeat;
    background-position: top left;
}

#linha_negocios .box  h2,
#linha_negocios .box-hover  h2 {
    font-weight:normal;
}

#linha_negocios .img1,
#linha_negocios .img2,
#linha_negocios .img3
{
    width: 350px;
    height: 105px;
    margin: 15px 0;
}

#linha_negocios .img1
{
    background-image: url(images/Home/img-credito-securitizazao.jpg);
    background-repeat: no-repeat;
}

#linha_negocios .img2
{
    background-image: url(images/Home/img-investimentos-imobiliarios.jpg);
    background-repeat: no-repeat;
}


#linha_negocios .img3
{
    background-image: url(images/Home/img-gestao-fundos.jpg);
    background-repeat: no-repeat;
}

#linha_negocios p {
    font-size:12px;
    line-height:18px;
}


/* FIM Linha de negócios -------------- */

/* ------------------------------------ */

/* Informações ------------------ */

#informacoes_conteudo
{
    margin-top: 10px;
    height:150px;
}

#informacoes_conteudo .box-separador {
    float:left;
    width:11px;
    height:150px;
}

#informacoes_conteudo .box,
#informacoes_conteudo .box-hover
{
    float: left;
    cursor:pointer;
}

#informacoes_conteudo .box .bg-left,
#informacoes_conteudo .box-hover .bg-left,
#informacoes_conteudo .box .bg-right,
#informacoes_conteudo .box-hover .bg-right ,
#informacoes_conteudo .box .bg-center,
#informacoes_conteudo .box-hover .bg-center
{
    float:left;
    width:3px;
    height:150px;
}
#informacoes_conteudo .box .bg-center,
#informacoes_conteudo .box-hover .bg-center
{
    width:558px;
    padding:22px 25px;
    height:106px;
}

#informacoes_conteudo .box .bg-left {
    background-image: url(images/Home/bg-box-inferior-home-left.gif);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: top left;
}
#informacoes_conteudo .box-hover .bg-left {
    background-image: url(images/Home/bg-box-inferior-home-left-hover.gif);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: top left;
}
#informacoes_conteudo .box .bg-right {
    background-image: url(images/Home/bg-box-inferior-home-right.gif);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: top right;
}
#informacoes_conteudo .box-hover .bg-right {
    background-image: url(images/Home/bg-box-inferior-home-right-hover.gif);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: top right;
}
#informacoes_conteudo .box .bg-center {
    background-image: url(images/Home/bg-box-inferior-home-center.gif);
    background-color: transparent;
    background-repeat: repeat;
    background-position: top left;
}
#informacoes_conteudo .box-hover .bg-center {
    background-image: url(images/Home/bg-box-inferior-home-center-hover.gif);
    background-color: transparent;
    background-repeat: repeat;
    background-position: top left;
}

#informacoes_conteudo .box h2,
#informacoes_conteudo .box-hover h2 {
    font-weight:normal;
    margin: -3px 0 0 0;
}

#informacoes_conteudo .img1,
#informacoes_conteudo .img2
{
    width: 300px;
    height: 105px;
    margin: 0 20px 0 0;
    float:left;
}

#informacoes_conteudo .img1
{
    background-image: url(images/Home/img-prospectos.jpg);
    background-repeat: no-repeat;
}

#informacoes_conteudo .img2
{
    background-image: url(images/Home/img-comunicados.jpg);
    background-repeat: no-repeat;
}

#informacoes_conteudo p {
    font-size:12px;
    line-height:18px;
}

/* FIM Informações ------------------ */
