/*  
    estilo propio del sitio web
*/

.thumbnail:hover{
    background-color: #CEE3F6;
}

.thumbnail p{
    text-align: center;
    margin-bottom: 4px;
}

.lista_cuota{
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

.clickable {
    cursor: pointer;
}

.textarea_sql{

}