#indicadoresEconomicos {
    width:980px;
    height:auto;
}
#indicadoresEconomicos .indicadores-head {
    background: url("/medios/2012/personas/img/indicadores-head.png") no-repeat scroll 0 0 transparent;
    font-family: 'OpenSansCondensedLight';
    font-size: 22px;
    font-weight: 300;
    height: 32px;
    padding-left: 20px;
    text-transform: uppercase;
    width: 100%;
}
#indicadoresEconomicos .indicadores-body {
    width:100%;
    height:40px;
    overflow:hidden;
}
#indicadoresEconomicos .indicadores-foot {
    width:100%;
    height:32px;
    background:url(/medios/2012/personas/img/indicadores-foot.png) no-repeat;
}
#indicadoresEconomicos .indicadores-boton {
    width:23px;
    height:23px;
    background:url(/medios/2012/personas/img/indicadores-boton.png) no-repeat;
    left:913px;
    top:-10px;
    position:relative;
    cursor:pointer;
}
#indicadoresEconomicos .plus {
    background-position:0px 0px;
}
#indicadoresEconomicos .minus {
    background-position:0px -23px;
}
.indicadores-body ul {
    margin:0px auto;
    padding:10px 50px;
}	
.indicadores-body ul li {
    list-style:none;
    float:left;
    display:inline;
    font-family: 'OpenSansCondensedLight'; 
    font-weight:300; 
    font-size:18px;
    color:#6e6e6e;
    margin:0px 20px;
}	