.navbar-inverse .navbar-nav > li > a {
    color: #000000;
}
.navbar-static-top.navbar-inverse {
    background-color: #ffffff;
    border-color: transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.homelink, a.homelink:hover, a.homelink:focus {
    color: #0a0a0a;
    text-decoration: none;
    text-decoration-line: none;
    text-decoration-thickness: initial;
    text-decoration-style: initial;
    text-decoration-color: initial;
}

.section-landing {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(aicoxbackgroup.jpg) no-repeat center;
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(aicoxbackgroup.jpg);
    background-position-x: initial, center;
    background-position-y: initial, center;
    background-size: initial, initial;
    background-repeat-x: initial, no-repeat;
    background-repeat-y: initial, no-repeat;
    background-attachment: initial, initial;
    background-origin: initial, initial;
    background-clip: initial, initial;
    background-color: initial;
    background-size: cover;
}


.section-sub-landing {
    background: linear-gradient(rgba(0, 0, 0, 0.5), #07aaf6), url(Aicox-instalaciones.jpg) no-repeat center;
    background-size: cover;
}
.blue_border {
    padding-bottom: 10px;
    border-bottom: 7px solid #FF0000;
}

.sidebar-home {
    background-color: #eeeeee;
    border-top: 7px solid #FF0000;
    margin-top: 36px;
    position: relative;
}


.btn-default {
    color: #666666;
    background-color: #fff;
    border-color: #666666;
}

.btn-primary {
    color: #fff;
    background-color: #FF0000;
    border-color: #FF0000;
}

a {
    color: #FF0000;
    text-decoration: none;
}


    .navbar-inverse .navbar-nav > li > a:hover {
      color: #fff;
      background-color: #666666;
      border-bottom: 4px solid #FF0000;
      padding-bottom: 10px; }

      .btn-primary:hover {
        color: #fff;
        background-color: #767a77;
        border-color: #767a77
    }

    a:hover,a:focus {
        color: #767a77;
        text-decoration: underline
    }
    
    .btn-default:hover {
        color: #FF0000;
        background-color: #e6e6e6;
        border-color: #FF0000;
    }

    .btn-primary:focus,.btn-primary.focus {
        color: #fff;
        background-color: #767a77;
        border-color: #767a77
    }

    .btn-primary:active:hover,.btn-primary:active:focus,.btn-primary:active.focus,.btn-primary.active:hover,.btn-primary.active:focus,.btn-primary.active.focus,.open>.btn-primary.dropdown-toggle:hover,.open>.btn-primary.dropdown-toggle:focus,.open>.btn-primary.dropdown-toggle.focus {
        color: #fff;
        background-color: #767a77;
        border-color: #767a77
    }

    #popup {
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1001;
      }

      #popup-productos {
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1001;
      }

    #listaSerie{
        height: 200px;
        width: 300px;
        margin-left: 50px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #buscador {
        margin-left: 110px;
        margin-top: 15px;
    }

    #confirmar{
        margin-left: 120px;
    }

    #productserialnumber{
        width: 92%;
    }

    #iav_productonavision{
        width: 92%;
        border: 1px solid #ccc
    }


    @media (max-width: 1200px){
        #productserialnumber{
            width: 90%;
        }
        #iav_productonavision{
            width: 90%;
        }
    }
      
      .content-popup {
        margin:0px auto;
        margin-top:120px;
        position:relative;
        padding:10px;
        width:400px;
        min-height:350px;
        border-radius:4px;
        background-color:#FFFFFF;
        box-shadow: 0 2px 5px #666666;
      }

      .content-popup-productos {
        margin:0px auto;
        margin-top:220px;
        position:relative;
        padding:10px;
        width:900px;
        min-height:350px;
        border-radius:4px;
        background-color:#FFFFFF;
        box-shadow: 0 2px 5px #666666;
      }
      
      .content-popup h2 {
        color:#48484B;
        border-bottom: 1px solid #48484B;
        margin-top: 0;
        padding-bottom: 4px;
      }
      
      .popup-overlay {
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 999;
        display:none;
        background-color: #777777;
        cursor: pointer;
        opacity: 0.7;
      }
