﻿body {
    padding-bottom: 70px;
}

.footer-contents {
    position: fixed;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #c2c0c0;
    background: #f8f8f8;
    height: 40px;
}


.footer-contents .container .row {
    padding: 10px 0px 10px 0px;
}

    .footer-contents .container {
        background-color: transparent;
    }



.footer-contents .social li a .fa {
    color: #686868;
    font-size: 14px;
}

/*
.qmenu button.alone {
    margin-right: 3px;
}

.qmenu .btn-group {
    margin-right: 3px;
}
*/

    .qmenu .btn-group button {
        /*    margin-right: 0px;*/
    }


.qmenu button span.glyphicon {
    /*    font-size: 8px; */
}


.texto-info {
    font-family: Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    color: #000;
}

.texto-info h3 {
    font-weight: bold;
    margin-top: 40px;
}

.btn {
    border-radius: 4px;
}


.top-header-menu > div {
    margin-bottom: 5px;
}

.top-menu-page > div {
    font-size: 2em;
    margin-bottom: 15px;
}

.top-menu-page > div a {
    font-size: 16px;
}

    .top-menu-page > div span {
        font-size: 16px;
    }


.top-menu-selected-option {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 5px;
}

.top-menu-selected-option2 {
    padding: 5px;
}

.error {
    background-color: red;
    color: white;
    font-weight: bold;
}