body.manton {
    position: fixed;
    width: 100%;
    height: 100%;
    bottom: 0;
}
.mini-barra {
    background-color: #e4022d;
    color: #ffffff;
    font-size: 10pt;
    color: white;
    padding: 5px;
}

footer {
    font-size: 8pt;
    background-color: #afafaf;
    color: #ffffff;
    padding: 5px;
    text-align: center;
    margin-top: 30px;
}

header {
    background-color: #f8f9fa;
    border-bottom: 2px solid #d4d4d4;
}
header ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#fContent {
    border: 0px;
}
.manto {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.67);
    z-index: 10;
}
a.bloqueLinks {
    display: inline-flex;
    background: #2d2d2d;
    width: 100%;
    text-align: center;
    min-height: 100px;
    align-items: center;
    justify-content: center;
}

a.bloqueLinks img {
    width: 80%;
}

iframe#modal {
    border: 5px solid #ffffff;
    border-radius: 0px 0px 8px 8px;
    background-color: #ffffff;
    max-height: 499px;
    overflow: auto;
    border-top: 0px;
}
.modal-head {
    background-color: #797979;
    border-radius: 8px 8px 0px 0px;
    color: #ffffff;
    padding: 10px 15px;
    font-weight: 500;
}
.btnSaveMaster{
    display: none
}
.btnCloseMaster {
    color: #6d6d6d !important;
}

.carousel-inner {
    background-color: #f0f0f0 !important;
}

 

.carousel-inner-1 img {
    opacity: 0.5 !important;
}


.bloqueFront h3 {
    font-size: 11pt;
    padding: 5px 15px;
    background-color: #e4022d;
    color: #fff;
    font-weight: 400;
    margin: 0px;
}
.bloqueFront h3 a {
    float: right;
    font-size: 15pt;
    line-height: 9pt;
    cursor: pointer;
}

.bloqueFront h3 a:hover {
    color: #f2ba0f !important;
}
.carousel-caption {
    bottom: 50% !important;
    top: 25% !important;
}

.carousel-caption h5 .titulo {
    color: #FFC107;
}
.bloqueFront {
    margin-top: 30px;
}

.container {
    max-width: 1140px !important;
}


a.logo-lad img {
    max-width: 120px;
}

.bloqueFrame {
    margin: 20px 0px;
}
.card-title {
    color: #e4022d;
    text-align: center;
}
.bloqueLinks ul {
    padding: 15px 15px 20px 15px;
    list-style: none;
    float: left;
}

.bloqueLinks ul li a img {
    max-width: 90%;
}

.bloqueLinks ul {
    background-color: #333333;
}

.bloqueLinks ul li a {display: block;margin-bottom: 30px;}

.bloqueLinks ul li {
    text-align: center;
}
.card .dropdown-item {
    padding: 0;
}

.user_menu {
    width: 100%;
    padding: 0;
    list-style: none;
    margin: 0;
    display: inline-block;
}

.user_menu li {
    float: right;
    margin-left: 10px;
    border-left: 1px solid #a7223b;
    padding-left: 10px;
}

.user_menu li a {
    cursor: pointer;
}

.user_menu li a:hover {
    color: #FFC107 !important;
}

.bloque-pdf a {
    text-align: center;
    color: #ffffff;
}

.bloque-pdf a {
    background-color: #e4022d;
    display: block;
    margin-top: 15px;
    padding: 40px 15px;
    font-size: 16pt;
    line-height: 18pt;
}
.card-body {
    padding: 15px 15px;
}

.card-body h5 {
    margin: 2px !important;
}
.carousel {
    max-height: 370px;
    overflow: hidden;
}
.submenu_file {
    background: #ffcece;
    margin-bottom: 5px;
    padding: 5px;
}

.submenu_file a {
    display: inline-block;
    margin: 2px;
    padding: 2px 10px 2px 20px;
    text-decoration: none;
    border: 1px solid #ccc;
}

.body-msj {
    position: fixed;

    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 14pt;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
 
.body-msj a {
    cursor: pointer;
    font-weight: bold;
}

.body-msj.bg-msj-1{
    background: #7fa5c9e0;
}

.body-msj.bg-msj-2{
    background: #7fc97fe0;    
}