.widget-box {
    width: 100%;
    margin-bottom: 10px;
}
.top-widget-box {
    width: 100%;
    height: 30px;
    background: #7A6855;
    font-family: 'fs_sura_sans_medium';
    font-size: 20px;
    color: #FFF;
    line-height: 30px;
    text-indent: 5px;
}
.subtt-widget-box ul {
    border-bottom: 1px solid #7A6855;
    padding-right: 5px;
}
.subtt-widget-box ul li {
    display: inline-block;
    line-height: 30px;
    color: #7A6855;
}
.st-name-wg {
    width: 44%;
    text-align: left;
    text-indent: 5px;
}
.cont-widget-box ul li {
    display: inline;
    line-height: 30px;
}
.cont-widget-box ul li ul {
    border-bottom: 1px solid #7A6855;
    padding: 0 5px;
    cursor: pointer;
    font-size: 12px;
}
.cont-widget-box ul li:last-child ul {
    border-bottom: none;
}
.cont-widget-box ul li ul li {
    display: inline-block;
}
.m-flag {
    margin: 4px 5px 0 0;
}

.cot-indices-bottom{
    margin-top: 20px;
    padding-top: 20px;
}
#btn-ver-cotizacion{
    background: #00AECB;
    text-align: center;
    height: 39px;
    display: block;
    color: #fff;
    float: right;
    width: 160px;
    padding-top: 13px;
    font-size: 13px;
    text-transform: uppercase;
}