﻿.Separador {
    min-height:0px;
    line-height:30px;
    color: #233d6d;
    text-decoration:none;
    font-size:16px;
    padding-left:0px;
    padding-right:20px;
    margin-bottom:2px;
    display:block;
    cursor:pointer;
}
.Separador:hover {
    text-decoration:underline;
}
.Separador.accordion-open {
    text-decoration:underline;
}
.Separador.accordion-open:hover {
    text-decoration:underline;
}
.Separador.accordion-open abbr {
    width:30px;
    height:30px;
    display:block;
    float:left;
    background:url('../img/icon_separadores_seta_ab.png') center center no-repeat;
}
.Separador.accordion-close abbr {
    width:30px;
    height:30px;
    display:block;
    float:left;
    background:url('../img/icon_separadores_seta_ad.png') center center no-repeat;
}

.Separador_bg {
    width:920px;
    height:30px;
    background-color:#3c5998;
    line-height:30px;
    color: #FFFFFF;
    font-size:14px;
    padding-left:0px;
    padding-right:20px;
    margin-bottom:2px;
    display:block;
    cursor:pointer;
}
.Separador_bg:hover {
    background-color:#233d6d;
}
.Separador_bg.accordion-open {
    background-color:#233d6d;
}
.Separador_bg.accordion-open:hover {
    background-color:#233d6d;
}
.Separador_bg.accordion-open abbr {
    width:30px;
    height:30px;
    display:block;
    float:left;
    background:url('../img/icon_separadores_seta_bb.png') center center no-repeat;
}
.Separador_bg.accordion-close abbr {
    width:30px;
    height:30px;
    display:block;
    float:left;
    background:url('../img/icon_separadores_seta_bd.png') center center no-repeat;
}