﻿.button{
    background-color:#6BA9D0;
    border-radius:10px;
    box-shadow:0 2px 3px rgba(0,0,0,0.3);
    color:#fff;cursor:pointer;
    display:inline-block;
    padding:10px 20px;
    text-align:center;
    text-decoration:none
}

.button.small{
    border-radius:15px;
    float:right;
    margin:22px 5px 0;
    padding:6px 15px
}

.button:hover{
    background-color:#1e1e1e
}

.button>span{
    font-size:84%
}

.button.b-close,.button.bClose{
    border-radius:4px 4px 4px 4px;
    box-shadow:none;
    font:bold 131% sans-serif;
    padding:0 6px 2px;
    position:absolute;
    right:-7px;
    top:-7px
}

#popup, #confirmar, #confirmarClose, #validaciones, #divfacturas, #popup2,.bMulti, .general-popup{
    background-color:#fff;
    border-radius:6px 6px 6px 6px;
    box-shadow:0 0 25px 5px #999;
    color:#111;
    display:none;
    min-width:380px;
    padding:25px
}

#popup, #confirmar, #confirmarClose, #validaciones, #divfacturas, .bMulti{
    min-height:250px
}

.general-popup {
    min-width:280px;
    min-height:100px;
}

#confirmar {
    min-width:280px;
    min-height:100px;
}

#confirmarClose {
    min-width:280px;
    min-height:100px;
}

#validaciones {
    min-width:280px;
    min-height:100px;
}


#popup2 iframe{
    background:url('loader.gif') center center no-repeat;
    min-height:240px;
    min-width:450px
}

.bMulti p{
    font:500% 'Petrona',sans-serif;
    padding:45px 0 0;
    text-align:center
}

.bMulti a{
    left:175px;
    position:absolute;
    top:175px
}

.lt-ie9 .bModal{
    background-color:#000
}