@charset "UTF-8";
/* CSS Document */


.chart {
    width: 720px; 
    height: 330px; 
    margin-right:30px;
}


.knobs {

    position: absolute;
    padding: 0 20% 0 
}

#miPopularidad {
    background-color:#f54200;
}

#misHitchs {
    background-color:#fc6d00;
    
}

#miPerfil {
    background-color:#4cd0f0;
    
}

#miRed {
    background-color:#9fd569;
    
}

#misOfertas {
    background-color:#ac92eb;
    
}
.chartText {
    text-align: center;
    margin-top: 60%
}

.chartMargen {
    clear:both; 
    margin-bottom:12px;
}

.popText {
    width:70%; 
    float:right;
}

.pop {
    width:30%; 
    text-align:center; 
    font-family: 'muuwho'; 
    font-size:100px; 
    margin-top:-40px;
    float:left;

}

.popTit {
    width: 100%;
    margin-bottom: 2px;
    font-size: 25px;
}
