#barraaceptacion {
    display: none;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding-bottom: 20px;
    width: 100%;
    text-align: center;
    min-height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    z-index: 99999;
}

.inner {
    width: 100%;
    /*position:absolute;*/
    padding-left: 5px;
    font-family: verdana;
    font-size: 12px;
    /*top:30%;*/
}

.inner a.ok {
    padding: 4px;
    color: #00ff2e;
    text-decoration: none;
}

.inner a.info {
    padding-left: 5px;
    text-decoration: none;
    color: #faff00;
}

#auth .footer {
    background-color: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    border-top-color: #000000;
}

#auth .footer a {
    color: #ffffff;
}

@media (min-width: 768px) {
    #page-wrapper {
        position: inherit;
        margin-left: 0;
        min-height: 700px;
    }
}

@media (min-width: 1400px) {
    #page-wrapper {
        position: inherit;
        margin-left: 0;
        min-height: 1000px;
    }
}

@font-face {
    font-family: "Roboto Condensed";
    font-style: normal;
    font-weight: 700;
    src: local("Roboto Condensed Bold"), local("RobotoCondensed-Bold"), url("https://fonts.gstatic.com/s/robotocondensed/v18/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCQYaQ.woff") format("woff");
}

@font-face {
    font-family: "Roboto Condensed";
    font-style: normal;
    font-weight: 300;
    src: local("Roboto Condensed Light"), local("RobotoCondensed-Light"), url("https://fonts.gstatic.com/s/robotocondensed/v18/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZGCQYaQ.woff") format("woff");
}
body{
    font-family: "Roboto Condensed", sans-serif;
    color: #000;
    font-weight: 300;
    font-size: 11pt;
    line-height: 1.75em;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto Condensed", sans-serif !important;
    color: black;
}

h1 {
    font-size: 2.8em;
    font-weight: 600;
}

h2 {
    font-family: "Roboto Condensed ", sans-serif;
    letter-spacing: 1px;
    font-size: 1.6em;
    font-weight: 300;
}


.color-bg {
    background-color: #5877A2;
    color: white;
}

.ibox-title  h1{
    text-decoration: underline;
}
.ibox-title, .ibox-content {
    border: none;
}

.lasts li a{
    color: #f00;
    font-family: "Roboto Condensed", sans-serif;
    text-decoration: underline;
}

.lasts li:first-child {
    padding-top: 0px;
    border-top: 0px none;
}

.lasts li{
    padding: 0.6em 0em;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-color: rgba(0, 0, 0, 0.1);
    list-style: none;
}
