
html {
    position: relative;
    min-height: 100%;
}

html, body {
    height: 100%;
    padding: 0px;
    margin: 0px;
}
.principal {
    min-height: 100%;
    background-color: white;

    height: auto;
    margin: 0 auto -100px;
    padding-bottom: 100px;
}
#page {
    width: 100%;
    height: 100%;
    min-height: 100%;
    margin-top: 110px;
}

.footer {
    position: relative;
    height: 60px;
    margin-top: 40px;
    padding-top: 20px;

    background-color: #303436;
    clear:both;
}

#custom-navbar {
    height: 100px;
}
#logotipo-acepta {
    margin-top: 15px;
    margin-left: 20px;
    margin-right: 20px;
}
.collapse.in , .collapsing{
    background-color: white;
}
.btn-group-s>.btn, .btn-s {
    font-size: 14px;
}

.btn-acepta {
    color: #ffffff;
    background-color: #FF6900;
    border-color: #E35914;
}

.btn-acepta:hover,
.btn-acepta:focus,
.btn-acepta:active,
.btn-acepta.active,
.open .dropdown-toggle.btn-acepta {
    color: #ffffff;
    background-color: #E86423;
    border-color: #C2886B;
}
btn-acepta:active,
.btn-acepta.active,
.open .dropdown-toggle.btn-acepta {
    background-image: none;
}

.btn-acepta.disabled,
.btn-acepta[disabled],
fieldset[disabled] .btn-acepta,
.btn-acepta.disabled:hover,
.btn-acepta[disabled]:hover,
fieldset[disabled] .btn-acepta:hover,
.btn-acepta.disabled:focus,
.btn-acepta[disabled]:focus,
fieldset[disabled] .btn-acepta:focus,
.btn-acepta.disabled:active,
.btn-acepta[disabled]:active,
fieldset[disabled] .btn-acepta:active,
.btn-acepta.disabled.active,
.btn-acepta[disabled].active,
fieldset[disabled] .btn-acepta.active {
    background-color: #FF6900;
    border-color: #C2886B;
}

.btn-acepta .badge {
    color: #FF6900;
    background-color: #ffffff;
}

