

/*eficiencia julio 2013*/

.eficienciaA {
    background: url("../img/eficiencia.png") no-repeat scroll 0 0 transparent;
    height: 33px !important;
    width: 100px;
}
.eficienciaB {
    background: url("../img/eficiencia.png") no-repeat scroll 0 -34px transparent;
    height: 33px !important;
    width: 116px;
}
.eficienciaC {
    background: url("../img/eficiencia.png") no-repeat scroll 0 -69px transparent;
    height: 33px !important;
    width: 133px;
}
.eficienciaD {
    background: url("../img/eficiencia.png") no-repeat scroll 0 -104px transparent;
    height: 33px !important;
    width: 150px;
}
.eficienciaE {
    background: url("../img/eficiencia.png") no-repeat scroll 0 -140px transparent;
    height: 33px !important;
    width: 166px;
}
.eficienciaF {
    background: url("../img/eficiencia.png") no-repeat scroll 0 -175px transparent;
    height: 33px !important;
    width: 183px;
}
.eficienciaG {
    background: url("../img/eficiencia.png") no-repeat scroll 0 -209px transparent;
    height: 33px !important ;
    width: 200px;
}

.flechaEficiencia{
    background-color: #000000;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 22px;
    font-weight: bold;
    height: 30px !important;
    line-height: 32px;
    margin-right: 10px;
    padding: 0 5px 0 0;
    text-align: center;
    width: 100%;
}

.flechaEficiencia:after{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #FFFFFF #000000 #FFFFFF #FFFFFF;
    border-image: none;
    border-style: solid;
    border-width: 15px;
    content: "";
    display: block;
    float: left;
    height: 0;
    position: relative;
    width: 0;
}