<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.navbar_customized {
    background-color: #174473;
    color: white;
    height: 140px;
    padding-top: 10px;
}

    .navbar_customized ul {
        padding-top: 30px;
    }

    .navbar_customized a {
        color: white;
    }

        .navbar_customized a:hover {
            color: #174473;
        }


div .panel {
    background-color: #e6e6e6;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid&nbsp; #174473;
}

.panel-group {
    margin-bottom: 20px;
    background-color: #e6e6e6;
    color: #174473;
    height: 600px;
}

div .list-group-item {
    background-color: #f9f9f9;
}



/*form avpro*/
.body_padding {
    margin-top: 40px;
}

.titulo {
    color: #174473;
    font-size: 23px;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: 1px solid transparent;
}

* {
    font-family: 'Assistant', sans-serif;
}


.boton {
    margin-top: 20px;
}


th {
    background-color: #fbfbfb;
    color: #285e8d;
}

.glyphicon {
    font-size: 20px;
}



/*sidebar*/
@media only screen and (min-width : 992px) {

    .contenedor {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }

    .sidebar-2 {
        background: #e6e6e6;
        margin-bottom: -100000px;
        padding-bottom: 100000px;
    }
}

/*LOGINS*/
.form-login {
    max-width: 330px;
    margin: 100px auto 0;
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.form-login-heading {
    margin: 0;
    padding: 25px 20px;
    text-align: center;
    background: #174473;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
}

.login-wrap {
    padding: 20px;
}

    .login-wrap .registration {
        text-align: center;
    }

.login-social-link {
    display: block;
    margin-top: 20px;
    margin-bottom: 15px;
}

/*pie y sidebar en el bottom*/
html, body {
    height: 100%;
}

.wrapper {
    min-height: 100%;
    margin: 0 auto -85px;
    padding-bottom: 85px;
    /* the bottom margin is the negative value of the footer's height */
}

.footer, .push {
    height: 85px; /* '.push' must be the same height as 'footer' */
}

.footer_div {
    text-align: center;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    margin-top: -85px;
}


/*tables*/
@media only screen and (max-width : 768px) {
    .glyphicon {
        font-size: 13px;
    }

    .logo {
        width: 330px;
    }

    .panel-group {
        height: 245px;
    }

    .navbar-toggle {
        /*background-color: red;*/
        background-image: none;
        /*border: 1px solid black;*/
    }


        .navbar-toggle .icon-bar {
            display: block;
            width: 22px;
            height: 2px;
            border-radius: 1px;
            background-color: gray;
        }
}


/*logins*/
.form-login {
    max-width: 330px;
    margin: 100px auto 0;
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}



.login-wrap {
    padding: 20px;
}

    .login-wrap .registration {
        text-align: center;
    }

.login-social-link {
    display: block;
    margin-top: 20px;
    margin-bottom: 15px;
}

.btn-theme {
    color: #fff;
    background-color: #174473;
    border-color: #174473;
}


    .btn-theme:hover,
    .btn-theme:focus,
    .btn-theme:active,
    .btn-theme.active,
    .open .dropdown-toggle.btn-theme {
        color: #fff;
        background-color: #337ab7;
        border-color: #48bcb4;
    }
/*fin logins*/



/*LOGINS*/
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: 1px solid transparent;
}

.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active,
.btn-theme.active,
.open .dropdown-toggle.btn-theme {
    color: #fff;
    background-color: #337ab7;
    border-color: #48bcb4;
}

.raya {
    background-color: #797979;
    height: 2px;
    border-radius: 2px;
}

footer p&nbsp; {
    padding: 20px;
}

.form-login {
    max-width: 330px;
    margin: 100px auto 0;
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

    .form-login p.form-login-heading {
        margin: 0;
        padding: 25px 20px;
        text-align: center;
        background: #174473;
        border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        color: #fff;
        font-size: 18px;
        font-weight: 300;
    }

.login-wrap {
    padding: 20px;
}

    .login-wrap .registration {
        text-align: center;
    }

.login-social-link {
    display: block;
    margin-top: 20px;
    margin-bottom: 15px;
}

.btn-theme {
    color: #fff;
    background-color: #174473;
    border-color: #174473;
}

    .btn-theme:hover,
    .btn-theme:focus,
    .btn-theme:active,
    .btn-theme.active,
    .open .dropdown-toggle.btn-theme {
        color: #fff;
        background-color: #337ab7;
        border-color: #48bcb4;
    }
/*END LOGINS*/


.margen {
    /*margin: 40px 0;*/
    margin: 0 40px 40px 0;
}
</pre></body></html>