.main_container {
    width: 100%;
    height: auto;
    padding: 0px 0px 0px;
    margin: 0px auto;
}

.main_header {
    background: #F9F9F9;
    width: 100%;
    margin: 0px auto;
    padding: 0;
}

.bg-container {
    border-top: 1px solid #FFF;
    background: #fff url(../Css/Images/bg-container.png) repeat-x;
}

.main_footer {
    width: 100%;
    border-top: 1px solid #bfc8d9;
    box-shadow: inset 0px 3px 0px 0px #fff;
    background-color: #f2f4f7;
}

.container {
    max-width: 960px;
    width: 100%;
    height: auto;
    margin: 0px auto;
    background: #fff;
}

.header_wrapper {
    max-width: 960px;
    width: 100%;
    height: 100px;
    margin: 0 auto;
    position: relative;
    text-align: right;
}

.required, .required span, .required input, [aria-required=true] {
    background-color: #fbfbd1 !important;
}


.error {
    border-color: #a94442;
    color: #a94442;
}

em.error-message {
    color: #d56161;
    display: block;
    font-size: 12px;
    font-style: normal !important;
    margin-top: 6px;
    padding: 0 1px;
}

.main_menu_strip {
    padding: 5px;
    width: 100%;
    background-color: #283b6c;
    height: 25px;
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
}

.close-alert {
    color: #000 !important;
    filter: alpha(opacity=20) !important;
    float: right !important;
    font-size: 30px !important;
    font-weight: bold !important;
    line-height: 1 !important;
    opacity: 1 !important;
    text-shadow: 0 1px 0 #fff !important;
}

/*.modal-content {
    background-color: #8cbcf6 !important;
    color: #000000 !important;
    font-size: 14px !important;
}*/


.panel-default > .panel-heading {
    background-color: #2174E5 !important;
    border-color: #fff !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: bold !important;
}

.RadComboBox .rcbEmptyMessage {
    opacity: 0.5 !important;
    font-style: inherit !important;
}

.RadInput .riEmpty, .RadInput_Empty {
    font-style: inherit !important;
    opacity: 0.5 !important;
}

.RadInput_Bootstrap .riEmpty, .RadInput_Empty_Bootstrap {
    color: rgba(51, 51, 51, 0.8) !important;
}

.btn-info {
    background-color: #337ab7 !important;
    border-color: #337ab7 !important;
    color: #fff !important;
}

.campoObligatorio {
    color: #D56161;
    font-size: 11px;
    /*font-weight: bold;*/
}

/*Header*/
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
.sys-header {
    background-color: #033162;
    border-color: #e7e7e7;
    margin-bottom: 0px;
    border-color: #2d68a5;
    box-shadow: 0px 2px 2px 0px #000000, 0px 3px 1px -2px #000000, 0px 1px 5px 0px #000000;
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 3px 1px -2px rgba(0,0,0,0.2), 0px 1px 5px 0px rgba(0,0,0,0.12);
    height: 30px;
}

/*Main*/
.sys-main {
    /* border-left: 1px solid #e7e7e7; */
    position: absolute;
    bottom: 72px;
    top: 32px;
    right: 0;
    left: 0;
    background-color: #fff;
    overflow: auto;
}

/*[Ini] Footer*/
.sys-footer--main {
    width: 100%;
    position: absolute;
    bottom: 30px;
    left: 0;
    padding-top: 3px;
    background: linear-gradient(#f0f0f0,#fff);
    box-shadow: 0 0 0 1px #000000, -1px 0 1px 1px #000000, 0 0 0 1px #000000;
    box-shadow: 0 0 0 1px rgba(0,0,0,.14), -1px 0 1px 1px rgba(0,0,0,.2), 0 0 0 1px rgba(0,0,0,.12);
    height: 40px;
    font-size: 11px;
}

.sys-footer--main--address {
    margin: 0 auto;
}

.sys-footer--main--address-detail {
    margin-bottom: 0px;
}


.text-color-sbs {
    color: #033162;
}

.text-bold {
    font-weight: bold;
}
/*[Fin] Footer*/


/*[INI] Telerik*/

.RadCaptcha span {
    color: #d56161 !important;
    font-size: 12px !important;
    font-style: normal !important;
}

/*[FIN] Telerik*/

span.radio {
    padding: 0px;
}

    span.radio > input[type="radio"] {
        margin: 8px -5px 7px 0;
    }

    span.radio > label {
        margin-right: 50px;
        padding: 0 5px 0 10px;
    }