.navbar-default{ 
    background-color: #13607C;
    border-color: #13607C;
}

.navbar-default .navbar-brand {
    color: #FFFFFF;
}


#sidebar{
    width:15%;
    background-color: #13607C;
    color: #FFFFFF;
    position: absolute;   
    top: 53px;
}

#body{
    background-color: #2E7E91;
}

.table {
     width: 1150px;
     height: 100px;
     position: absolute;
     top: 300px;
     left:205px;
     background-color: #6FC0CE;
     color: #FFFFFF;
     text-align: center;
}

#titulo{
   text-align: center; 
}

.panel{
    width: 1158px;
    height:220px;
    position: absolute;
    top:53px;
    left:205px;
    background-color: #459AAE;
    color: #FFFFFF;
}

#detalle{
    background-color: #6FC0CE;
    width: 900px;
    height: 170px;
    position: absolute;
    top: 25px;
    left: 250px;
}

#busqueda{
    width: 500px;
    position: absolute;
    top: 150px;
}

.btn-default{ 
    position: absolute;
    left: 990px;
    top: 150px;
    color: #FFFFFF; 
    background-color: #13607C; 
    border-color: #13607C; 
}

.btn-primary{
    color: #FFFFFF; 
    background-color: #13607C; 
    border-color: #13607C; 
}

#persona{
    position: absolute;
    top: 20px;
    left: 20px;
}

#tituloCliente{
    position: absolute;
    top: 50px;
    left: 100px;
}

#modelo{
    background-color: #13607C;
}

.modal-content{
    background-color: #2E7E91;
}