﻿* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-size: 15px;
}

.DdATitle {
}

    .DdATitle h1 {
        font-size: 1.5em;
        font-weight: normal;
        text-transform: uppercase;
        color: #2a3e85;
        line-height: 36px;
    }

    .DdATitle img {
        margin: 15px 0px;
    }

.dvBotoneraIndex {
    display: flex;
    align-items: center;
    justify-content: safe center;
}

    .dvBotoneraIndex > a {
        width: 250px;
        height: 200px;
        margin: 10px 20px;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        color: #fff;
        background-color: #4f619e;
        border-radius: 6px;
        text-decoration: none;
    }

        .dvBotoneraIndex > a h2 {
            margin-top: 10px;
            font-size: 1.2em !important;
            color: #fff;
            font-weight: normal;
        }

    .dvBotoneraIndex:hover > a {
        opacity: 0.6;
    }

    .dvBotoneraIndex a:hover {
        opacity: 1 !important;
        transition: .2s ease-in-out all;
        transform: scale(1.03);
        background-color: #2a3e85;
    }

    .dvBotoneraIndex img {
        width: 100px;
        margin-bottom: 10px;
    }

.dvUsuarioMin {
    display: none !important;
}

nav {
    width: 100%;
    display: none;
    float: left;
    box-sizing: border-box;
    position: relative;
    z-index: 10;
}

header {
    width: 100%;
    height: 50px;
    background: #2a3e85;
    top: 0;
    position: relative;
    z-index: 100;
}

/*Inicio Logo Imagen*/
.subheader_1 {
    text-align: left;
    padding: 4px 3px 3px 10px;
    float: left;
    width: 80px;
    box-sizing: border-box;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .subheader_1 > a > img {
        width: 65px;
    }
/*Fin Logo Imagen*/

/*Inicio Cargo*/
.subheader_nombre {
    float: left;
    text-align: left;
    color: #fff;
    line-height: 50px;
    height: 50px;
    box-sizing: border-box;
    color: #fff;
    font-weight: normal !important;
    margin-left: 10px;
}

    .subheader_nombre a {
        float: left;
        text-align: left;
        color: #fff;
        line-height: 50px;
        height: 50px;
        box-sizing: border-box;
        font-size: 10pt;
        text-decoration: none;
        color: #fff !important;
    }


.subheader_cargo {
    float: left;
    text-align: left;
    color: #fff;
    line-height: 35px;
    box-sizing: border-box;
    /* font-size: 12px; */
    height: 50px;
    margin-left: 20px;
    display: inline-flex;
    align-items: center;
}

    .subheader_cargo > b {
        font-size: 16px;
    }
/*Fin Cargo*/

/*Inicio Contenedor Menu*/

/*Fin Contenedor Menu*/

/*Inicio Menu*/
ul {
    list-style: none;
}

.nav {
    margin: 0 auto;
    float: right;
    box-sizing: border-box;
    width: initial !important;
    position: relative;
    z-index: 1000;
}

    /*.nav:hover li a{
    opacity:0.5;
    transition:0.2s ease-in all;
}*/



    .nav > li {
        float: right;
        line-height: 35px !important;
        border-left: 1px solid #203978;
        box-sizing: border-box;
        width: initial !important;
        min-width: 160px;
        position: relative;
        z-index: 100;
    }

        .nav > li > a {
            text-align: center;
            background-color: #4369ab;
            color: #fff;
            text-decoration: none;
            display: block;
            height: 50px;
            box-sizing: border-box;
            padding: 0px 8px;
            display: inline-flex;
            justify-content: center;
            text-align: center;
            width: 100% !important;
            align-items: center;
            font-size: 14px !important;
            position: relative;
        }


            .nav > li > a:hover {
                background-color: #203978 !important;
                transition: 0.3s ease-in-out all;
                cursor: pointer;
                opacity: 1;
            }


    .nav a {
        font-size: 14px !important;
    }
    /*.nav li a:hover 
{
    opacity:1;
    transition:0.2s ease-in-out all;
	background-color:#203978;
}*/
    .nav a {
        text-decoration: none;
    }

    .nav > li > ul {
        opacity: 0;
        left: -1px;
        position: absolute;
        display: none;
        padding-bottom: 5px;
        border-radius: 0px 0px 8px 8px;
    }

@keyframes nav1 {
    from {
        display: none;
        top: -100px;
        opacity: 0;
    }

    80% {
        display: block;
        opacity: 0.7
    }

    to {
        top: 49px;
        opacity: 1;
    }
}

@keyframes nav2 {
    from {
        top: -1px;
        display: none;
        left: 0px;
        opacity: 0;
    }


    to {
        display: block;
        top: 159px;
        opacity: 1;
        top: -1px;
        z-index: -1;
    }
}


.nav > li:hover > ul {
    animation-duration: 0.2s;
    animation-name: nav1;
    animation-fill-mode: forwards;
    display: block;
    top: 49px;
    z-index: -1;
    background-color: #fff;
}

.nav li ul li {
    vertical-align: middle;
    position: relative;
}

.nav li ul {
    border: 1px solid #203978;
    width: 161px !important;
    top: 49px;
}

    .nav li ul li {
        width: 160px !important;
        text-align: left;
        top: 0px;
        position: relative;
    }

        .nav li ul li a {
            width: 100%;
            padding: 10px 0px 10px 5px;
            display: block;
            text-align: left;
            color: #003684;
            font-size: 14px !important;
            line-height: 18px !important;
            text-decoration: none !important;
        }

            .nav li ul li a:hover {
                background: #c6d2eb;
                padding-left: 15px;
                transition: 0.3s ease-in-out all;
                padding: 10px 0px 10px 5px;
                text-decoration: none !important;
            }

.nav ul a:hover::before {
    content: ' ';
    top: 0px;
    position: relative;
    width: 10px;
    height: 8px;
    position: relative;
    display: inline-table;
    margin-right: 2px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../../Content/inter/chevron.svg');
}


.nav li ul li ul {
    position: absolute;
    display: none;
    top: -1px;
    left: 159px;
    background-color: #fff;
    padding-bottom: 5px;
    border-radius: 0px 0px 8px 0px;
}

.nav > li > ul > li:hover > ul {
    animation-duration: 0.2s;
    animation-name: nav2;
    animation-fill-mode: forwards;
    display: block;
    top: -1px;
    z-index: -1;
    width: 160px;
}

/*Menu 2*/
/*.nav li ul li ul {
                right: -160px;
                top: -1px;
            }
            

            

                .nav li ul li ul li a {
                    background: #d1e1f2;
                }

                    .nav li ul li ul li a:hover {
                        background: #a0bcef;
                    }*/

/*Fin Menu*/

/*Inicio Direccion Ip*/
.subheader_3 {
    float: right;
    text-align: right;
    color: #b9cbe9 !important;
    padding: 10px 25px 10px 10px;
    height: 35px;
    box-sizing: border-box;
    border: 0px solid green;
    font-size: 10pt;
    float: right;
    text-align: right;
    color: #fff;
    padding: 0px 20px 0px 0px;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
}
/*Fin Direccion Ip */




#footer {
    border: 0px solid black;
    width: 100%;
    height: 35px;
    position: fixed;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    background-color: #c3c7d0;
    color: #232528 !important;
}

    #footer ul {
        width: 600px;
        text-align: center;
        box-sizing: border-box;
        height: 35px;
    }


        #footer ul li {
            display: inline-block;
            font-size: 11px;
            padding: 10px 13px;
            box-sizing: border-box;
        }

            #footer ul li a {
                font-size: 14px;
                padding: 10px;
                height: 35px;
                box-sizing: border-box;
                color: #2a3e85;
            }

.subfooter_1 {
    float: left;
    color: #232528 !important;
    padding: 10px 10px 10px 25px;
    height: 35px;
    box-sizing: border-box;
    font-size: 14px !important;
}

    .subfooter_1 a {
        color: #2a3e85;
        text-decoration: none;
        cursor: pointer;
    }

.subfooter_2 {
    float: right;
    font-size: 14px;
}

    .subfooter_2 a {
        text-decoration: none;
    }

/*tabla navegador*/
#menu_bar {
    display: none;
    width: 100%;
    padding: 0px;
    background: #4369ab;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 3px solid rgba(255,255,255, .3) !IMPORTANT;
}

span.menu img {
    margin-right: 10px;
    width: 30px;
    border: 0px solid green;
    vertical-align: top;
}

.menu_bar a {
    color: #fff;
    font-size: 20px !important;
    display: block;
    text-decoration: none;
    padding: 10px;
}

.menu_bar span {
    float: right;
    font-size: 40px;
}

nav {
    display: none;
    width: 100%;
    margin: 20px auto;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    z-index: 2;
    left: -100%;
    background: none;
}

    nav ul {
        list-style: none;
        overflow: hidden;
        padding: 0;
        margin: 0px auto;
        left: -1px;
    }

        nav ul li {
            display: block;
            float: none;
        }

            nav ul li a {
                font-size: 14.5px;
                color: #fff;
                display: block;
                padding: 10px;
                text-align: center;
                text-decoration: none;
                width: 199px;
                max-width: 200px;
                box-sizing: border-box;
                float: left;
                width: 100%;
                max-width: 720px;
                border-bottom: 3px solid rgba(255,255,255, .3);
                text-align: left;
                background: #4369ab;
                margin: 0;
                text-decoration: none;
            }

                nav ul li a:hover {
                    background: #aebad8;
                    text-decoration: none;
                }

/*Fin responsive*/

body {
    min-width: 1480px !important;
}

@media screen and (max-width:1023px ) {
    /*        background:#1e45a2;*/

    /*  background:#1e45a2;*/
    #menu_bar, nav {
        display: block;
    }

    header {
        display: none;
    }
}

@media screen and (max-width:1500px ) {
    .subheader_cargo {
        display: none;
    }

    .dvUsuarioMin {
        display: inline-flex !important;
    }
}
