/*
Development by Oncloud Solution SAS <info at oncloudsolution.com>
Written by Jonathan Torres <jonathan8312 at gmail.com>
Written at 15/09/2016
*/
/* 
    Created on : 15/09/2016, 12:31:00 PM
    Author     : jto
*/


/* LISTAS ORDENABLES */

.lista-ordenable { 
    list-style-type: none; 
}

.lista-ordenable li { 
    height: 40px;
    padding: 10px;
    margin-top: 10px;
    width: 90%;
    border: 1px #0077b3 solid;
    color: #333;
    font-weight: bold;
    background-color:#f2f2f2;
}