﻿body {
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../Estilos/glyphicons-halflings-regular.eot');
    src: url('../Estilos/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../Estilos/glyphicons-halflings-regular.woff') format('woff'), url('../Estilos/glyphicons-halflings-regular.ttf') format('truetype'), url('../Estilos/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

.gris {
    background-color: #4a4a4c !important;
    color: white !important;
}

.titulo {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    line-height: normal;
    color: #797979;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 22px;
    font-style: normal;
    font-weight: 400;
    font-family: times,serif;
    line-height: 1.2em;
    font-size: 21px;
    text-transform: uppercase;
    color: #000;
}

hr {
    display: block;
    -webkit-margin-before: 0.5em;
    -webkit-margin-after: 0.5em;
    -webkit-margin-start: auto;
    -webkit-margin-end: auto;
    border-style: inset;
    border-width: 1px;
    border-bottom: 1px solid #000;
    line-height: 120px;
    text-align: center;
}

.footer_top_holder {
    background-color: #262626;
}

.footer_top_holder_p {
    color: rgb(255, 255, 255);
}

@media screen and (max-width: 520px) {
    .footer_top_holder {
        background-color: #262626;
        margin-top: 40%
    }

    .div_nav {
        margin-top: 10%;
    }
}


.login-conteiner {
    width: 385px;
    margin: 20px auto;
    font-size: 18px;
}

.login-title {
    background-color: #3575ad;
    padding: 10PX;
    color: white;
    margin-bottom: 0;
    box-shadow: 0px 2px 2px #3575ad;
}

.form {
    margin: 0px;
    margin-bottom: 15px;
    background: #f7f7f7;
    box-shadow: 0px 2px 2px #3575ad;
    padding: 30px;
}

.negro {
    background-color: black;
    color: white;
    bottom: 0;
    position: absolute;
    visibility: visible;
}

.ctn-imagen {
    width: 150px;
}

    .ctn-imagen img {
        width: 100%
    }



@media (max-width: 850px) {
    .negro {
        display: none;
    }

    .logos {
        display: none;
    }
}

@media (max-width:850px) {
    .login-conteiner {
        width: 300px;
    }
}

@media (max-width:850px) {
    .images {
        display: none;
    }
}



nav {
    width: 100% !important;
}

.container {
    margin-bottom: 20px;
}

.nav-link {
    display: inline;
}

@media (max-width:850px) {
    .filtros {
        width: 100%;
        margin-top: 10px !important;
    }

    .btn-filtros {
        margin-bottom: 20px;
        margin-right: 5px;
        margin-top: 10px;
        float: right;
    }

    .btn-Agregar {
        margin-top: 40px;
    }

    .nav-link {
        display: block !important;
    }
}

.btn-outline-danger {
    color: #d30c0c !important;
    border-color: #d30c0c !important;
}

    .btn-outline-danger:hover {
        color: #fff !important;
        background-color: #d30c0c !important;
        border-color: #d30c0c !important;
    }

.Correo {
    margin-left: 5px;
}

.txtCorreo {
    width: 240px;
}

.table-responsive {
    overflow-x: auto;
    white-space: nowrap;
}
