.PnlGeneral{
    margin-bottom:20px;
    display:block;
}
.PnlTemp{
    margin-top: 20px;
}
.Pnlgeneral{
    margin-top:10px;
}
tr.TitulosCeldas td div.dnnLabel {
    width: auto !important;
}
.pnlimg{
    min-height:50px;
    }
.tablalist {
    margin-top:10px;
    width: 100%;
}
/*.BtnReorganizarHover{
right:50px;
    top:50px !important;
}*/
.LblTipoModo {
    color: red;
    font-size: 16px;
    margin-left: 10%;
}



li.active::before {
    content: "\f462";
    font-family: "Ionicons";
    display: none;
    cursor: pointer;
    float: right;
   height:5px !important;
   padding:4px !important;
    background: #fff;

}
.carousel-indicators li::before {

    top: -2px !important;
}
    .ListadoSlider {
    padding: 20px 20px;
    border-left: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    margin:20px 10px;
}
.TxtCeldas input, .TxtCeldas textarea {
    width: 100%;
}
.TxtCeldas td{
    padding: 2px 5px;
}
.TextBoxUcv {
    display: block;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.BtnPrimarioUcv {
    background: #9BB61B;
    padding: 10px 20px;
    border-radius: 4px;
    font-weight: 700;
    margin: 20px 0;
    display: inline-block;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
}

.BtnSecundarioUcv {
    background: #76786E;
    padding: 10px 20px;
    border-radius: 4px;
    font-weight: 700;
    margin: 20px 0;
    display: inline-block;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
}

    .ListaBanners ul{
        margin-left:0px !important;
    }
        .ListaBanners li{

            list-style:none !important;
            margin-bottom:20px;
            border-bottom:1px solid black;

        }
.BtnActionInterna{
    margin-top:10px;
    display:block;
    float:right;
}
.BtnPrimarioUcv:hover, .BtnSecundarioUcv:hover {
    background-color: black !important;
}

.TablaSettings {
    margin: 40px auto;
}

    .TablaSettings tr td {
        border: 1px solid #3333331a;
    }

    .TablaSettings .Cabeceratabla {
        border: 1px solid #333 !important;
    }

    .TablaSettings td {
        padding: 10px;
        max-width: 300px;
    }
.Setting-lista {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.setting-txt {
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.SpanSetting {
    margin-left: 20px;
    font-weight: bold;
}
.InfoLogin{
    text-align:center;
    display:block;
    padding:20px;
}
.InfoLogin div{
    margin:auto !important;
}