@import url(https://fonts.googleapis.com/css?family=Exo:400,500,500italic,400italic,600,600italic,700,700italic,800,800italic,300,300italic);

.body-bg{
    background: linear-gradient(to bottom, white, #e4f4fd, white);
}

.loginsss{
    
    padding: 20px;
    /*background: #a0f0df;*/
    color: #0a0a0a;
    margin-left: auto;
    margin-right: auto;
    width: 350px;
    height: 400px;
    /*border: 1px solid #aaa;*/
    text-align: center;
}

.container-login{
    width: 350px;
    margin-left: auto;
    margin-right: auto;
    /*border: 1px solid #000;*/
    text-align: center;
}

.login-img{
    width: 100px;
    height: 100px;
    position:inherit ;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    display: block;
}


.boton{
    bottom: 10px;
    right: 30px;
}

.campoautocomplete{
    width: 500px;
}

.campo{
    width: 350px;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.box-pago-primario{
    background-color: #bfcde6;
    border-radius: 10px;
    padding: 10px;
}

.box-pago-secundario{
    background-color: #dfefe2;
    border-radius: 10px;
    padding: 10px;
}

.caja-izquierda{
    width: 45%;
    float: left;
    padding: 10px;
}

.caja-derecha{
    width: 50%;
    float: right;
    padding: 10px;
    top: -100px;
    height: 400px;
}

.boton-centro{
    display: inline-block;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
}

.inputfecha{
    width: 220px;
}

.caja-totales{
    border-width: 1px;
    border-radius: 10px;
    border-color: black;
}

.modal-body-2{
    height: 500px;
    margin: 20px;
}

.boton-pago-posicion{
    position: absolute;
    top: 500px;
    right: 20px;
}

.texto-tasa-posicion{
    position: absolute;
    top: 500px;
    right: 375px;
    font-weight: bold;
}

.modal-titulo{
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    background-color:tomato;
}

.navbar-inverse{
    background-color: #337ab7;
    color: #000;
}

.navbar-inverse .navbar-brand{
    color: #fff;
    font-size: 24px;
    text-shadow: 1px 1px 2px #000;
}

.navbar-inverse .navbar-nav > li > a{
    color: #fff;
    text-shadow: 1px 1px 2px #000;
}

.navbar-inverse .btn-link{
    color: #000;
}

.cuadro-inicio-left{
    background-color: #aad04433;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 10px;
    color: #000;
    text-align: center;
    
}

.cuadro-inicio-centre{
    background-color: #aad04455;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 10px;
    color: #000;
    text-align: center;
}

.cuadro-inicio-right{
    background-color: #ee8d43a6;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 10px;
    color: #000;
    text-align: center;
}

.hr-lightblue{
    /*border: 0; 
    height: 2px; 
    text-align: center; 
    background-image: linear-gradient(left, #fff, #000, #fff);
    /*background: linear-gradient(to bottom, white, #e4f4fd, white);*/
    border: 1px solid lightskyblue;
}


