#logo {
    min-height: 100px
}

    #logo img {
        margin-top: 10px;
        margin-left: 10px;
    }
#navigation a {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #212b36;
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    font-family: Montserrat-bold,Verdana,Arial,sans-serif;
    margin: 15px 10px 15px 0;
}


#navigation {
    min-height: 40px;
}

.row {
    margin-bottom: 5px;
}

.card-text {
    text-align: center;
    min-height: 60px;
    text-align: center;
    min-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#thumb_container
{
    margin-bottom:15%;
}

small {
    margin-left: 15px;
}


.card-borde-img {
    padding: 10px;
    /*background-color: #eeeeee87;*/
    background-color: #e1e1e152;
    border-radius: 7px 7px;
}

    .card-borde-img:hover {
        /*** aquí va la sombra ***/
        -webkit-box-shadow: 0 0 5px #999;
        -moz-box-shadow: 0 0 5px #999;
        -ms-box-shadow: 0 0 5px #999;
        box-shadow: 0 0 5px #999;
    }

.card-borde-folder {
    padding: 10px;
    background-color: #e1e1e152;
    border-radius: 7px 7px;
}

    .card-borde-folder:hover {
        /*** aquí va la sombra ***/
        -webkit-box-shadow: 0 0 5px #999;
        -moz-box-shadow: 0 0 5px #999;
        -ms-box-shadow: 0 0 5px #999;
        box-shadow: 0 0 5px #999;
    }


.col_padding {
    padding-right: 3px !important;
    padding-left: 3px !important;
}

.card-img img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

/*.card-body-img {
    min-height: 55px;
}*/

.card-body-folder {
    min-height: 55px;
}

    .card-body-folder p {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal;
    }

#listing {
    color: #637381;
    font-family: Montserrat,Verdana,Arial,sans-serif;
    font-size: 16px;
    line-height: 24px;
    display: table;
    min-width: 300px;
}


    #listing .row {
        display: table-row;
        height: 44px;
        line-height: 44px;
    }

    #listing div.header {
        background-color: #f5f6f6;
        font-size: 14px;
    }


    #listing .row div {
        display: table-cell;
        border: 1px solid transparent;
        border-bottom: 1px solid #dadce0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 0;
    }


    #listing .row .filename {
        -webkit-box-flex: 1 1 auto;
        -webkit-flex: 1 1 auto;
        flex: 1 1 auto;
        -webkit-align-items: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        position: relative;
        padding-right: 2em;
        max-width: 600px;
    }

        #listing .row .filename a {
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: pre;
            color: rgba(0,0,0,.72);
            fill: rgba(0,0,0,.72);
            font-weight: 500;
        }

    #listing .row .folder a img {
        padding-right: 0.5em;
        vertical-align: middle;
    }

    #listing .row .file {
        padding-left: 24px;
        vertical-align: middle;
    }

    #listing .row .lastmodified {
        padding-right: 2em;
    }

    #listing .row .size {
        padding-right: 1em;
        text-align: right;
    }

#footer {
    width: 640px;
    margin: 0 auto;
    min-height: 70px;
}

    #footer .footer-links {
        list-style-type: none;
        padding: 1em;
    }

        #footer .footer-links li {
            float: left;
            display: block;
            padding: 0 10px 0 0;
            margin: 0 10px 0 0;
        }

            #footer .footer-links li a {
                color: #637381;
                font-family: Montserrat,Verdana,Arial,sans-serif;
                font-size: 12px;
                line-height: 14px;
                text-decoration: none;
            }

