.agrandar {
    font-size: 2em;
}
.agrandar:hover {
    transform: scale(1.3);
}
.bajar-15 {
    padding-top: 15px;
}

.achicar-90 {
    transform: scale(.9);
    -ms-transform: scale(.9); /* IE 9 */
    -webkit-transform: scale(.9); /* Safari and Chrome */
    -o-transform: scale(.9); /* Opera */
    -moz-transform: scale(.9); /* Firefox */      
}

.bdt-chart {
    min-height: 295px;
    height: 295px;
    max-height: 295px;
    max-width: 100%;
}

.body-portal {
    background-color: #888;
}
