
/* estilo interno matricula */

.area{
    float:left;
}
.area h3, .area p{
    padding: 0.4rem 1rem 0.4rem 1rem !important;
    color: #fff;
}
.area p{
    font-size: 12px;
}
.area .small-box .icon {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: absolute;
    top: -5px;
    right: 10px;
    z-index: 0;
    font-size: 52px;
    color: rgba(0,0,0,0.15);
}

.area .bg-red{
    background-color: #dd4b39 !important;
}

.area .bg-aqua{
    background-color: #00c0ef !important;
}

.area .bg-yellow{
    background-color: #f39c12 !important;
}

.area .bg-green{
    background-color: #00a65a !important;
}

.area .small-box>.small-box-footer {
    position: relative;
    text-align: center;
    padding: 3px 0;
    color: #fff;
    color: rgba(255,255,255,0.8);
    display: block;
    z-index: 10;
    background: rgba(0,0,0,0.1);
    text-decoration: none;
}

.table-bordered{
    font-size:12px;
}
