@import url('https://fonts.googleapis.com/css?family=Roboto');

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

body {
  font-family: 'Roboto', sans-serif;
}

.Seleccion {

    background: orange;
    border-radius: 15px;
    /*height: 60px;*/
    height: 100%;

}

.lockout {
    border-radius: 15px;
    border-style: dotted;
    border-width: 2px;
    background-color: rgb(255, 156, 0);

}

.link {
    background-color: rgb(238, 238, 238);
    border-radius: 15px;
    border-style: inset;
    border-width: 3px;
    height: 28px;

}

.login {
    box-shadow: 0 0 15px #000;
}

.index-fail {
    margin-top: -54px;
    margin-left: 660px;
    float: left;

}

.index {
    float: right;
    margin-right: 400px;
    margin-top: 250px;
    height: 190px;
    width: 320px;
    border-radius: 10px;
    box-shadow: 0 0 15px #000;
}

.index-enca {
    float: left;
    height: 210px;
    margin-left: 18px;
    margin-top: -8px;
}

input[type=password] {

    border-radius: 5px;
    height: 28px;

}

input[type=text] {
    border-radius: 5px;
    padding: 5px;
    border: none;


}

input[type=button] {
    border-radius: 5px;
    padding: 5px;


}

input[type=reset] {
    border-radius: 5px;
    padding: 5px 10px;
    margin: 10px 5px;
    border: none;
    background-color: #FF0000;
    font-size: 14px;
    color: #fff;


}

input[type=submit] {
    border-radius: 5px;
    padding: 5px 10px;
    margin: 10px 5px;
    border: none;
    background-color: #449D44;
    font-size: 14px;
    color: #fff;
}


input[type=number] {
    border-radius: 5px;
    padding: 5px 10px;

    border: none;
    background-color: #fff;
    font-size: 14px;
    color: #000;
}




input[type=date] {
    border-radius: 5px;
    padding: 1px 10px;

}

select {
    border-radius: 5px padding:5px 10px;
}

table {
    border-radius: 15px;
}

td {
    border-radius: 15px;

}


body {

    background-color: #a6d4f2 !important;


}

.menu_bar {
    display: none;
}

header {
    width: 100%;
}

header nav {
    background: #023859;
    z-index: 1000;
    max-width: 1310px;
    width: 98%;
    margin: 20px auto;
    border-radius: 15px;
}

header nav ul {
    list-style: none;
    border-radius: 15px;

}

header nav ul li {
    display: inline-block;
    position: relative;
}

header nav ul li:hover {
    background: #FFA500;
    color: fff;
    border-radius:15px;
}

header nav ul li a {
    color: #fff;
    display: block;
    text-decoration: none;
    padding: 20px;
    border-radius: 5px;

}

header nav ul li a span {
    margin-right: 10px;
}

header nav ul li:hover .children {
    display: block;

}

header nav ul li .children {
    display: none;
    background: #011826;
    position: absolute;
    width: 150%;
    z-index: 1000;
    border-radius: 5px;

}

header nav ul li .children li {
    display: block;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    border-radius: 15px;
    height: 100%;
}

header nav ul li .children li a {
    display: block;
    border-radius: 15px;
    height: 100%;
}

header nav ul li .children li a span {
    float: right;
    position: relative;
    top: -4px;
    margin-right: 0;
    margin-left: 10px;
    border-radius: 5px;
    color: fff;
}

header nav ul li .caret {
    position: relative;
    top: 3px;
    margin-left: 10px;
    margin-right: 0px;
    border-radius: 15px;
}

header nav ul li .children li ul {
    position: relative;
    visibility: hidden;

}

header nav ul li .children li:hover ul {
    background-position: bottom;
    display: none;
    background: black;
    position: absolute;
    /*Muy importamte*/
    padding: 0px;
    text-align: left;
    visibility: visible;
    text-decoration-color: orange;
    border-radius: 5px;
    color: fff;
}

header nav ul li:hover ul li:hover ul {
    display: block;
    top: 0;
    left: 100%;
    color: fff;
}

header nav ul li ul li ul li a {
    color: gray;
    border-radius: 15px;


}

.boton {
    border: 1px solid #DBE1EB;
    font-size: 18px;
    font-family: Arial, Verdana;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    background: #4972B5;
    background: linear-gradient(left, #4972B5, #618ACB);
    background: -moz-linear-gradient(left, #4972B5, #618ACB);
    background: -webkit-linear-gradient(left, #4972B5, #618ACB);
    background: -o-linear-gradient(left, #4972B5, #618ACB);
    color: #FFFFFF;
    border-radius: 10px;

}

.text {
    border-radius: 15px;

}

@media screen and (max-width: 800px) {
    body {
        padding-top: 80px;
    }

    .menu_bar {
        display: block;
        width: 100%;
        position: fixed;
        top: 0;
        background: #E6344A;
    }

    .menu_bar .bt-menu {
        display: block;
        padding: 20px;
        color: #fff;
        overflow: hidden;
        font-size: 25px;
        font-weight: bold;
        text-decoration: none;
    }

    .menu_bar span {
        float: right;
        font-size: 40px;
    }

    header nav {
        width: 80%;
        height: calc(100% - 80px);
        position: fixed;
        right: 100%;
        margin: 0;
        overflow: scroll;
    }

    header nav ul li {
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, .5);
        border-radius: 10px;
    }

    header nav ul li a {
        display: block;
        border-radius:10px;
    }

    header nav ul li:hover .children {
        display: none;
    }

    header nav ul li .children {
        width: 100%;
        position: relative;
    }

    header nav ul li .children li a {
        margin-left: 20px;
    }

    header nav ul li .caret {
        float: right;
    }
}
@media screen and (max-width: 1280px) {
    header nav {
    width: 95% !important;
    }
    header nav ul li a {
    padding: 13px !important;
}
}
.selectpro {
    font-size: 15px;
    background: transparent;
    border: none;
    border-top: none;
    border-bottom: 1px solid black;
    border-radius: 0px;
    outline: none;
    height: 23px;
    padding: 0px 12px;
}