﻿/*ESTADISTICAS SES*/
.divEstSESCaja {
    display: inline-block;
    width: 150px;
    background-color: darkcyan;
    text-align: center;
    vertical-align: TOP;
    height: 80px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

.SESTotales {
    background-color: #0086b9;
}

.SESEntregados {
    background-color: #1caa00;
}

.SESClick {
    background-color: #00b9ff;
}

.SESErrores {
    background-color: crimson;
}

.lblEstSESNumero {
    font-size: 26px;
    color: white;
}

.lblEstSESTexto {
    padding-top: 5px;
    line-height: 10px;
    font-size: 10px;
    color: white;
}

/*ESTADISTICAS SES*/