/*Secciones Principales*/
.index-body, .login-body, .selection-body, .list_web-body {
    /*background-color: white;*/
}
.index-body, .login-body  {
    padding-top: 0;
}
#menu-button{
    opacity:0.4;
    background-color: transparent;
    position:fixed;
    top:75px;
    left:7%;
    width: 40px;
    padding: 4px;
    z-index: 10000;
    border: none;
}
#menu-button:hover{
    background-color: rgb(232,232,232);
}
#menu-user, #menu-user-div{
    background-color: #949494;
}
.header{
    padding: 0 2.5%;
}
#scrollup{
    background-color: #000000;
    border: none;
    opacity: 0.1;
}
#mira-navbar-collapse ul li a{
    font-size: 10px;
}
.index-header, .login-header{
    visibility: hidden;
}
.index-footer, .login-footer{
    /*background-color: #000000;
    border-color: #000000;
    border-radius: 0;
    padding: 5px;
    text-align: left;*/
}
.mira-brand{
    /*visibility: hidden;*/
}
.mira-logo img{
    /*visibility: hidden;
    width: 70px;
    height: auto;
    margin-top: 3px;
    margin-left: 30px;*/
}
/*Colores de Textos*/
.footer, a.navbar-brand.mira-brand{
    /*color: #FFFFFF;*/
}
/*Modificacion del container de fondo*/
.container-full, .index-container, .login-container, .selection-container, .list_web-container{
    margin: 0 auto;
    width: 95%;
    position:relative;
    padding: 0;
    border: none;
    border-radius: 0;

    background-color: rgb(232,232,232);
    border-color: rgb(232,232,232);
}
.index-container, .login-container{
    width: 100%;
}
/*FONDO*/
#inicio-div-imagen-fondo, #login-div-imagen-fondo, #selection-div-imagen-fondo{
    width: 100%;
    padding-top: 15%;
    padding-bottom: 15%;
}
#inicio-imagen-fondo, #login-imagen-fondo, #selection-imagen-fondo{
    width: 100%; 
}
/*TEXTOS*/
#inicio-div-textos, #login-div-textos, #selection-div-textos{
    float: left;
    position: absolute;
    top: 14%;
    left: 5%;
    z-index: 1000;
}
/*Titulo linea 1*/
#inicio-div-titulo-linea-01,
#login-div-titulo-linea-01,
#selection-div-titulo-linea-01,
#list_web-div-titulo-linea-01
{
}
#inicio-span-titulo-linea-01,
#login-span-titulo-linea-01,
#selection-span-titulo-linea-01,
#list_web-span-titulo-linea-01
{
    font-family: "Arial", Times, serif;
    font-weight: bold;
    font-size: 33px;
    line-height: 30px;
}
/*Titulo linea 2*/
#inicio-div-titulo-linea-02,
#inicio-div-titulo-linea-02,
#selection-div-titulo-linea-02,
#list_web-div-titulo-linea-02
{
}
#inicio-span-titulo-linea-02,
#login-span-titulo-linea-02,
#selection-span-titulo-linea-02,
#list_web-span-titulo-linea-02
{
    font-family: "Arial", Times, serif;
    font-size: 31px;
    line-height: 28px;
    margin-bottom: 25px;
}
#list_web-span-titulo-linea-03
{
    font-family: "Arial", Times, serif;
    font-size: 30px;
    line-height: 28px;
}
#list_web-div-titulo-linea-03
{
    margin: 15px 0;
}
/*Link para ingresar a MIRA*/
#inicio-div-login{
    margin-top: 40px;
}
#inicio-div-login a span{
    text-decoration: underline;
}
#inicio-link-login{
    /*text-decoration: underline;*/
    font-family: "Arial", Times, serif;
    font-weight: bold;
    font-size: 10px;
    color: red;
}
#inicio-link-login:hover{
    cursor: pointer;
    text-decoration: none;
    /*text-decoration: underline;*/
    /*font-size: 16px;*/
    color: #88868b;
}

/*Seccion login*/
/*
#login-div-error{
    float: left;
    position: absolute;
    top: 10px;
    left: 5%;
    width: 90%;
    z-index: 1000;
}*/
/*TEXTOS*/
/*#login-div-textos{
    top: 10.7%;
}
#username:focus::placeholder, #password:focus::placeholder{
    color: lightgrey;
}

#username::-webkit-input-placeholder, #password::-webkit-input-placeholder { /* Chrome */
/*    color: black;
    font-weight: bold;
    text-align:left;
    text-transform: uppercase;
}*/
/*#username:-ms-input-placeholder,#password:-ms-input-placeholder  { /* IE 10+ */
/*    color: black;
    font-weight: bold;
    text-transform: uppercase;
}*/
/*#username::-moz-placeholder, #password::-moz-placeholder { /* Firefox 19+ */
 /*   color: black;
    font-weight: bold;
    opacity: 1;
    text-align:left;
    text-transform: uppercase;
}*/

/*Seccion Login*/
/*#login-div-login{
    float: left;
    position: absolute;
    top: 10.7%;
    left: 300px;
    z-index: 1000;
    width: 300px;
}
#login-div-user{
    width: 290px;
    margin: 0 auto 0 auto;
}
#username{
    background: rgba(255,255,255,0.0);
    border-color: gray;
    border-radius: 0;
    color: black;
}
#login-div-password{
    width: 290px;
    margin: 10px auto 10px auto;
}
#password{
    background:  rgba(255,255,255,0.0);
    border-color: grey;
    border-radius: 0;
    color: black;
}
#login-div-login_text{
    width: 150px;
    margin: 20px 0 0 10px;
}
#login-link-login_text{
    text-decoration: underline;
    font-family: "Arial", Times, serif;
    font-weight: bold;
    font-size: 10px;
    color: red;
    position: relative;
    float: left;
    z-index: 1000;
}
#login-link-login_text:hover{
    cursor: pointer;
    text-decoration: none;
    color: #88868b;
}
#login-div-remember_me{
    visibility: hidden;
}
#login-div-user-reset{
    width: 290px;
    position: absolute;
    top:99px;
}
#login-div-user-reset a{
    color: #000000;
    font-size: 10px;
    float: right;
}
#login-div-user-reset a:hover{
    color: #88868b;
    text-decoration: none;
}
*/
/*
#footer-div{
    position: relative;
}
#footer-img-brand img{
    width: 40px;
}
#footer-text-01{
    font-size: 11px;
    font-weight: bold;
}
#footer-text-02{
    font-size: 14px;
}

#footer-text-01, #footer-text-02, #footer-text-02{
    position: absolute;
    left: 50px;
    top: 3px;
    color: white;
}
#footer-text-02{

    top: 18px;
}*/

/*FONDO*/
#selection-div-imagen-fondo{
}
/*TEXTOS*/
#selection-div-textos{
    top: 9%;
}
/*Titulo linea 1*/
#selection-div-titulo-linea-01{
}
#selection-span-titulo-linea-01{
    font-family: "Arial", Times, serif;
    font-weight: bold;
    font-size: 29px;
    line-height: 30px;
}
/*Titulo linea 2*/
#selection-div-titulo-linea-02{
}
#selection-span-titulo-linea-02{
    font-family: "Arial", Times, serif;
    font-size: 27px;
    line-height: 28px;
    margin-bottom: 25px;
}
#selection-div-registros, #selection-div-building{
    margin-left: 5px;
}
#selection-div-registros{
    margin-top: 20px;
}
#selection-link-registros, #selection-link-building{
    font-size: 10px;
    text-decoration: underline;
    color: #000000;
}
#selection-link-registros:hover, #selection-link-building:hover{
    /*font-size: 12px;*/
    color: #88868b;
}
#selection-div-imagenes{
    position: relative;
    margin-top: 300px;
    border: none;
}
.selection-container-image {
    position: relative;
    width: 50%;
    padding: 0;
    border: none;
    float: left;
}
.selection-image {
    display: block;
    width: 100%;
    height: auto;
}
.selection-overlay-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(255,255,255,0.7);
}
.selection-container-image:hover .selection-overlay-image {
    opacity: 1;
}
.selection-text-image {
    color: #000000;
    width: 100%;
    text-align: center;
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#underconstruction-div-text{
    width: 80%;
    top:40%;
    left: 10%;
    position: fixed;
}
#underconstruction-div-text div{
    background-color: rgba(255,255,255,0.7);
}
.list_web-ul-referencias, .list_web-ul-datos{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#list_web-div-datos{
    width: 50%;
    float: right;
    margin-top: 20%;
}
.list_web-ul-datos{
    float: left;
    padding-bottom: 10px;
}
.list_web-dato{
    padding-right: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 11px;
    color: #949494;
}
.list_web-dato-inventario{
    font-size: 14px;
    font-weight: bold;
    color: #949494;
}
.list_web-ul-referencias{
    font-size: 12px;
}
.list_web-li-referencia{
    color: #949494;
}
.li-referencia{
    color: #000000;
    font-weight: bold;
    margin-bottom: 5px;
}
#list_web-div-lateral{
    position: fixed;
    top: 50px;
    width: 50%;
}
.list_web-imagen{
    width: 50%;
    height: auto;
}
.list_web-div-textos{
    margin: 10px 0 20px 30px;
}
.list_web-ul-referencias, .list_web-div-textos{
    margin-left: 30px;
}
#list_web-div-datos .row .navigation .pagination li a:hover{
    background-color: #c6c6c6;
}
#list_web-div-datos .row .navigation .pagination li a,
#list_web-div-datos .row .navigation .pagination li span{
    border: none;
    background-color: transparent;
    color: #000000;
    border-radius: 0;
    font-size: 10px;
}
/*#list_web-div-datos .row .navigation .pagination li a,*/
/*#list_web-div-datos .row .navigation .pagination li.disabled span,*/
/*#list_web-div-datos .row .navigation .pagination li.active span*/
/*{*/
    /*border-right: solid 1px #000000;*/
/*}*/
#list_web-div-datos .row .navigation .pagination li:last-child a,
#list_web-div-datos .row .navigation .pagination li:last-child span{
    border: none;
}
#list_web-div-datos .row .navigation .pagination li.active span
{
    color: #949494;
}
#list_web-div-datos a ul.list_web-ul-datos{
    /*border: solid 2px transparent;*/
}
#list_web-div-datos a ul.list_web-ul-datos:hover{
    background-color: #cdcdcd;
}


/*media----------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 600px) {
    /*Seccion Login*/
    #login-div-login{
        top: 32%;
        left: 5%;
    }
    #username, #password{
        background: rgba(255,255,255,0.4);
    }
    #selection-div-imagenes{
        margin-top: 200px;
    }
    #underconstruction-div-text{
        top:20%;
    }
    #underconstruction-div-text div H1{
        font-size: 20px;
    }
}
@media screen and (max-width: 900px){
    #list_web-div-lateral{
        width: 100%;
        top: 0;
        position: relative;
    }
    #list_web-span-titulo-linea-03{
        font-size: 21px;
        line-height: 19px;
    }
    #list_web-div-datos{
        width: 100%;
        /*float: right;*/
        margin-top: 0;
    }
    #list_web-div-lateral > ul{
        display: none;
    }
}
@media screen and (min-width: 1190px){
    #login-div-login{
        left: 25%;
    }
}