/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2/08/2017, 08:36:38 PM
    Author     : Herman
*/

.reporte_resumen_item h5 {
    float: left;
    font-size: 17px;
    font-weight: bold;
    margin: 5px 10px 5px 5px;
    text-transform: uppercase;
}
.reporte_resumen_item {
    list-style: outside none none;
}
.reporte_resumen.store_cont_centrado > ul {
    border: 1px solid #aed0ea;
    display: block;
    float: left;
    height: auto;
    width: 100%;
}
.reporte_resumen_item {
    display: block;
    float: left;
    width: 150px;
}