﻿
/*Estructura del cuerpo de la pagina*/
/*Incio*/
.Contenedor {
    /*border: 1px solid blue;*/
    position: relative;
    float: left;
    padding-left: 5%;
    width: 70%;
    /*height: 93%;*/
    background-position: center bottom,center top, 0 12px;
    /*background-color: rgba(255, 255, 255, 0.5);*/
}

.BreadCrumb {
    padding-top: 4px;
    height: 30px;
    width: 50%;
    min-width: 355px !important;
    background: url('../img/breadcrumb.png') no-repeat;
    background-size: 80% 100%;
    position: relative;
    float: left;
    /*min-width: 355px !important;*/
    /*float: left;border: 1px solid blue;*/
}

.BreadCrumb_Contenido {
    position: relative;
    top: 4px;
    left: 7%;
    color: #444 !important;
    float: left;
}

    .BreadCrumb_Contenido a {
        text-decoration: none;
    }

.Busqueda {
    /*border: 1px solid red;*/
    width: 375px;
    height: 30px;
    float: left;
}

.ImagenDescanso {
    text-align: center;
    position: relative;
    float: left;
    width: 20%;
    height: 90% !important;
    background: url('../../Estilos/Paginador/img/Numeradores.png') no-repeat;
    background-position-x: 50%;
    background-position-y: 65%;
}

    .ImagenDescanso span {
        text-shadow: 0px 0px 8px #f7f7f7 !important;
        position: relative;
        font-size: 2em !important;
        font-weight: bold;
        color: #022366;
    }

.ImagenDescansoSobrecarga {
    /*box-shadow: 1px 0px 1px 1px rgba(0,0,0,0.2);*/
    /*background-color: rgba(255, 255, 255, 0.5);*/
    /*background-image: url('../img/ImagenDescanso.png') !important;*/
    background-size: 100% 50%;
    background-position-x: right !important;
    background-position-y: center !important;
}

.pestanas {
    width: 45%;
    height: 40px;
    float: left;
    /*border: 1px solid green;*/
    min-width: 300px;
}

.Registros {
    /*font-family: Arial !important;
    margin-left: -40px;
    margin-bottom: 2%;
    width: 70%;
    min-height: 80%;
    float: left;*/
}

.Formulario_titulo {
    color: blue !important;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 1px 2px darkgray;
    font-size: 1.3em;
    margin: 10px;
    float: left;
}

.divLabel {
    color: orangered !important;
    width: 130px;
    float: left;
}

.divInput {
    width: 200px;
    float: left;
}

.divRow {
    color: orangered !important;
    width: 100%;
    height: 30px;
}

.divLabel > label {
    color: orangered !important;
    font-size: .9em !important;
}

select, option {
    color: gray !important;
    /*background-color: gray;*/
}

select {
    font-size: .8em !important;
}

.simple-pagination {
    width: 100%;
    /*height: 40px;*/
    float: left;
    /*margin: 0 0 !important;*/
    /*border: 1px solid #f00;*/
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0px !important;
    padding-bottom: 8px !important;
    text-align: center !important;
    align-content: center !important;
    
}

    .simple-pagination ul {
        float: left;
        left: 50%;
        list-style-type: none;
        margin: 0 auto;
        padding: 0;
        position: relative;
    }

        .simple-pagination ul li {
            float: left;
            position: relative;
            right: 50%;
        }

.TextoBusqueda {
    top: 3px;
    padding: 2px;
    left: 8px;
    height: 20px;
    width: 110px;
    position: absolute;
    font-size: 0.8em;
    color: #868686;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    border-color: #000;
    outline: none;
    transition: height 1s;
    -webkit-transition: height 1s;
}


.BtnBusqueda {
    width: 25px;
    height: 25px;
    /*left: 110px;*/
    position: relative;
    background: url('../img/btnLupa.png') no-repeat;
    background-size: 25px 25px;
    float: left;
}
/*<! estilos field busqueda -->*/
.Busqueda_Campo {
    /*border: 1px solid greenyellow;*/
    /*top: -3px;*/
    /*height: 29px;*/
    /*width: 90%;*/
    /*background: url('../../Imagenes/Busqueda/FondoBusqueda.png') no-repeat;*/
    display: inline-flex;
    /*background-size: 130px 30px;*/
    /*position: relative;*/
}

#InputBuscar {
    top: 3px;
    padding: 2px;
    left: 8px;
    height: 20px;
    width: 110px;
    position: absolute;
    font-size: 0.8em;
    color: #868686;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    border-color: #000;
    outline: none;
    transition: height 1s;
    -webkit-transition: height 1s;
}

.BuscadorSimple {
    height: 24px;
    padding-left: 10px;
    /*font-size: 15px;*/
    /*border: none;*/
    width: 120px;
    /*position: relative;*/
    /*top: 4px;*/
    /*left: 8px;*/
    border-radius: 12px;
    /*background: rgba(255,255,255,0.0);*/
    /* border: 1px solid #000; */
    /*outline: 0;*/
}

.BontonBusqueda {
    /*position: absolute;
    top: 2px;
    width: 26px;
    cursor: pointer;*/
    /*border: 1px solid red;*/
    /*height: 30px;*/
    float: left;
}

#BotonBuscarInactivo {
    width: 30px;
    /*height: 30px;*/
    /*background: url('../img/BtnBusquedaSimpleInactivo.png') no-repeat;*/
    background: url('../img/btnLupa.png') no-repeat;
    background-size: 25px 23px;
    float: left;
    display: block;
}

#BotonBuscarActivo {
    width: 30px;
    left: 110px;
    /*background: url('../img/BtnBusquedaSimpleActivo.png') no-repeat;*/
    background: url('../img/btnLupa.png') no-repeat;
    
    background-size: 25px 23px;
    display: none;
}

#BotonBuscarActivo:hover {
    background: url('../img/btnLupaHover.png') no-repeat;
    width: 30px;
    background-size: 25px 23px;
}
#BotonBuscarAvanzadaInactivo {
    width: 30px;
    left: 135px;
    /*background: url('../img/BtnBusquedaAvanzadaInactivo.png') no-repeat;*/
    background: url('../img/btnLupaMas.png') no-repeat;
    background-size: 25px 23px;
    display: block;
}

#BotonBuscarAvanzadaActivo {
    width: 30px;
    left: 135px;
    /*background: url('../img/BtnBusquedaAvanzadaActivo.png') no-repeat;*/
    background: url('../img/btnLupaMasHover.png') no-repeat;
    background-size: 25px 23px;
    display: none;
}

#BotonBuscarInactivo:hover {
    left: 110px;
    background: url('../img/btnLupaHover.png') no-repeat;
    background-size: 25px 23px;
    /*box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2);*/
}



#BotonBuscarAvanzadaInactivo:hover {
    left: 135px;
    background: url('../img/btnLupaHover.png') no-repeat;
    background-size: 28px 28px;
    /*box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2);*/
}

#BotonBuscarAvanzadaInhabilitado {
    width: 30px;
    left: 135px;
    background: url('../../jQueryMobile/images/icons-png/carat-d-black.png') no-repeat;
    background-size: 25px 23px;
    /*box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2);*/
}

.Contenido {
    padding: 0 !important;
    /*border: 1px solid red;*/
    /*width: 1024px;*/
    min-height: 80%;
    clear: both;
    /*background-color: rgba(255, 255, 255, 0.5);*/
}

.DialogoBusquedaAvanzada {
    z-index: 100 !important;
    border: 2px solid #a0a0a0;
    min-width: 30%;
    min-height: 100px;
    max-height: 500px;
    background-color: #DADADA;
    position: relative;
    margin: 0 auto;
    display: none;
    padding: 5px 5px;
    /*left: 50%;
    margin-top: 4%;
    
    overflow-y: auto;
    overflow-x: hidden;*/
}


/**Estilos para los registros que se muestran en la pagina**/



.Item {
    min-width: 260px;
    width: 25%;
    min-height: 80px;
    padding: 2px 6px 2px 6px;
    float: left;
    border: 1px solid rgba(97, 84, 84, 0.4);
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    background-color: silver !important;
    margin-bottom: 8px;
    margin-left: 34px;
}

.Activo {
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 55%, rgba(196,196,196,0.69) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(55%,rgba(255,255,255,0)), color-stop(100%,rgba(196,196,196,0.69))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 55%,rgba(196,196,196,0.69) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255,255,255,0) 55%,rgba(196,196,196,0.69) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 55%,rgba(196,196,196,0.69) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(255,255,255,0) 55%,rgba(196,196,196,0.69) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#b0c4c4c4',GradientType=1 ); /* IE6-9 */
}

.Inactivo {
    /*border: 1px solid red;*/
    color: #aaaaaa;
}

    .Inactivo .Valor {
        color: #aaaaaa;
        display: inline-flex;
    }

     .Inactivo2 .Valor {
        color: #828080;
        display: inline-flex;
    }
    

.Activo .Valor {
    color: #27348B;
    display: inline-flex;
}


.Item div {
    float: left;
    /*overflow: hidden;*/
    white-space: nowrap;
    text-overflow: ellipsis
}

.Item .NOVencido {
    background: url('../../Estilos/Paginador/Imagenes/IS_IMG/modulo_icono_activo.png') no-repeat;
    background-size: 100% 100%;
    background-size: 15px;
    background-position: 100% 0%;
}

.Item .Vencido {
    background: url('../../Estilos/Paginador/Imagenes/IS_IMG/modulo_icono_inactivo.png') no-repeat;
    background-size: 100% 100%;
    background-size: 15px;
    background-position: 100% 0%;
}

.Item .Linea {
    /*border: 1px solid greenyellow;*/
    /*width: 80px;
        height: 15px;*/
    padding-bottom: 2px;
    display: inline-flex;
    color: #333!important;
}



.Item .ItemLinea {
    /*border: 1px solid greenyellow;*/
    width: 90%;
    height: 15px;
    display: inline-flex;
}

.Item.seleccionado {
    /*background-color: #ef5323;
        opacity: 0.6;*/
    border: 1px solid #444698;
    box-shadow: 1px 1px 1px 1px #444698;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

.Item:hover {
    border: 1px solid #444698;
    box-shadow: 1px 1px 1px 1px #444698;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

.Item .der {
    float: right;
}

.Item .izq {
    float: left;
    padding-top: 0px;
    padding-right: 10px;
}

.Item .peq {
    font-size: 8px;
}

.Item .med {
    font-size: 10px;
}

.Item .gra {
    font-size: 0.73em;
    font-weight: bold;
}

.Item .bol {
    font-weight: bold;
}

.Item .neg {
    color: black;
}

.Item .cla {
    color: silver;
}
/**Fin Registros**/


/**Estilos para los items check que se muestran en la ventana emergente**/

.ItemsCheck {
    font-family: Arial !important;
    margin-left: -40px;
    margin-bottom: 2%;
    width: 70%;
    min-height: 80%;
    float: left;
}

.Check {
    width: 50%;
    padding: 8px 0;
    float: left;
    border: 1px solid rgba(192, 192, 192, 0.40);
    position: relative;
    overflow: hidden;
    min-width: 230px;
}

.CheckActivo {
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 55%, rgba(196,196,196,0.69) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(55%,rgba(255,255,255,0)), color-stop(100%,rgba(196,196,196,0.69))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 55%,rgba(196,196,196,0.69) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255,255,255,0) 55%,rgba(196,196,196,0.69) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 55%,rgba(196,196,196,0.69) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(255,255,255,0) 55%,rgba(196,196,196,0.69) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#b0c4c4c4',GradientType=1 ); /* IE6-9 */
}

.CheckInactivo {
    /*border: 1px solid red;*/
    color: #aaaaaa;
}

    .CheckInactivo .Valor {
        color: #aaaaaa;
        display: inline-flex;
    }

.CheckActivo .Valor {
    color: #27348B;
    display: inline-flex;
}


.Check div {
    float: left;
    white-space: nowrap;
}

.Check .NOVencido {
    background: url('../../Estilos/Paginador/Imagenes/IS_IMG/modulo_icono_activo.png') no-repeat;
    background-size: 100% 100%;
    background-size: 15px;
    background-position: 100% 0%;
}

.Check .Vencido {
    background: url('../../Estilos/Paginador/Imagenes/IS_IMG/modulo_icono_inactivo.png') no-repeat;
    background-size: 100% 100%;
    background-size: 15px;
    background-position: 100% 0%;
}

.Check .Linea {
    /*border: 1px solid greenyellow;*/
    padding-bottom: 2px;
    display: inline-flex;
    min-width: 20px;
}



.Check .ItemLinea {
    /*border: 1px solid greenyellow;*/
    width: 90%;
    height: 15px;
    display: inline-flex;
}

.Check .seleccionado {
    /*background-color: #ef5323;
        opacity: 0.6;*/
    border: 1px solid #444698;
    box-shadow: 1px 1px 1px 1px #444698;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

.Check:hover {
    border: 1px solid #444698;
    box-shadow: 1px 1px 1px 1px #444698;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

.Check .der {
    float: right;
}

.Check .izq {
    float: left;
    padding-top: 0px;
    padding-right: 10px;
}

.Check .peq {
    font-size: 8px;
}

.Check .med {
    font-size: 10px;
}

.Check .gra {
    font-size: 0.73em;
    font-weight: bold;
}

.Check .bol {
    font-weight: bold;
}

.Check .neg {
    color: black;
}

.Check .cla {
    color: silver;
}
/**Fin checks**/






/*Fin*/





/*Esquemas para formularios**********************************************************************************************************/
/*Parte genrerica de formularios**/
.Formulario_fondo {
    /*background: url('../img/form_fondo_inferior.png') no-repeat, url('../img/form_fondo_superior.png') no-repeat, url('../img/form_fondo_centro.png') no-repeat;
    background-size: 100% auto, 100% auto,100% 100%;
    background-position: center bottom,center top, 0px 0px;*/
    /*background-color: #DADADA;*/
    position: relative;
    /*width:50%*/
}
/*.Formulario_campo {
    border-left: #444 6px dashed;
    border-right: #444 2px solid;
    border-bottom: #444 2px solid;
    border-left-width:4px
}*/
.tdTitulo span {
    color: #000 !important;
}

.Formulario_fondo table, .fondo {
    background-color: #ffffff;
    color: black;
}

.Formulario_fondoDistribucion {
  left: 0px;
  padding-top: 15px;
  position: relative;
  width: 694px !important;
  padding-left: 15px;
  padding-bottom: 65px;
  margin-right: 30px;
  background-color: #fff;
  border: 1px solid #a0a0a0;
}

.Formulario_label {
    /*width: 250px;*/
}

    .Formulario_label label {
        margin: 0px 0px 0px 4px;
        color: #EF5323;
    }

.Formulario_separador {
    width: 15px;
    height: 100%;
}

.Formulario_campoRepeticiones {
    width: 350px;
    height: 29px;
    border: none;
    margin: 0px 0px -1px 4px;
}

.Formulario_campo {
    border-bottom: 2px solid gray;
    width: 350px;
}

    .Formulario_campo input {
        height: 29px;
        /*border: none;*/
        margin: 0px 0px -1px 4px;
        width: 97.5%;
    }

    .Formulario_campo select {
        width: 97.1%;
        margin: 5px 0px 0px 5px;
        border: none;
        height: 29px;
    }

    .Formulario_campo input[type="radio"] {
        height: 12px;
    }

    .Formulario_campo input[type="checkbox"] {
        height: 12px;
    }

.Formulario_encabezado {
    position: relative;
    height: 45px;
}


/*.IS_Formulario_campo{
      
    }*/
.Formulario_botones_superior {
    float: right;
    width: 8em;
    height: 36px;
    position: relative;
    top: 1px;
    right: 11px;
}

.btn_formulario {
    cursor: pointer !important;
    height: 35px;
    position: relative;
    float: right;
    width: 35px;
    top: 4px;
    margin: 0px 6px 0px 0px;
}


/*Provisional*/
.is_tema_btn_GuardarPlanificacion {
    background: url('../../Imagenes/IS_IMG/modulo_btn_crear_presionado.png') no-repeat;
    background-position: 50%;
    width: 50px;
    cursor: pointer;
    height: 50px;
}
/**__________________________________________________________________________________________________________________________________**/
/**Crear**/
.Formulario_label.Crear {
    background: url('../img/Formulario/form_lbl_fondo.png') no-repeat;
    background-position: bottom !important;
    background-size: 100% 15% !important;
}

.Formulario_separador.Crear {
    background: url('../img/Formulario/form_separador.png') no-repeat 0% 35%;
}

.Formulario_encabezado.Crear {
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(212,215,232,0.7) 23%, rgba(159,166,204,1) 51%, rgba(122,131,184,1) 71%, rgba(114,124,180,1) 75%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(23%,rgba(212,215,232,0.7)), color-stop(51%,rgba(159,166,204,1)), color-stop(71%,rgba(122,131,184,1)), color-stop(75%,rgba(114,124,180,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(212,215,232,0.7) 23%,rgba(159,166,204,1) 51%,rgba(122,131,184,1) 71%,rgba(114,124,180,1) 75%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(212,215,232,0.7) 23%,rgba(159,166,204,1) 51%,rgba(122,131,184,1) 71%,rgba(114,124,180,1) 75%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(212,215,232,0.7) 23%,rgba(159,166,204,1) 51%,rgba(122,131,184,1) 71%,rgba(114,124,180,1) 75%); /* IE10+ */
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(212,215,232,0.7) 23%,rgba(159,166,204,1) 51%,rgba(122,131,184,1) 71%,rgba(114,124,180,1) 75%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#727cb4',GradientType=1 ); /* IE6-9 */
}

.btn_formulario.Guardar {
    background: url('../img/Formulario/form_boton_guardar.png') no-repeat;
}

/**__________________________________________________________________________________________________________________________________**/
/**BusquedaAvanzada********************************************************************************************************************/
.Formulario_label.BusquedaAvanzada {
    background: url('../../Imagenes/IS_IMG/BusquedaAvanzada/form_lbl_fondo.png') no-repeat;
    background-position: bottom !important;
    background-size: 100% 15% !important;
}

.Formulario_separador.BusquedaAvanzada {
    background: url('../../Imagenes/IS_IMG/BusquedaAvanzada/form_separador.png') no-repeat 0% 35%;
}

.Formulario_encabezado.BusquedaAvanzada {
    background: url('../../Imagenes/IS_IMG/BusquedaAvanzada/form_enc.png') no-repeat;
    background-size: 120% auto;
}

.btn_formulario.Cerrar {
    background: url('../../jQueryMobile/images/icons-png/delete-black.png') no-repeat;
}

.btn_formulario.Generar {
    background: url('../../Imagenes/IS_IMG/BusquedaAvanzada/AccionCrear.png') no-repeat;
}
/*_____________________________________________________________________________________________________________________________________*/
/**Detalles*****************************************************************************************************************************/
.Formulario_label.Detalles {
    background: url('../../Imagenes/IS_IMG/Detalles/form_lbl_fondo.png') no-repeat;
    background-position: bottom !important;
    background-size: 100% 15% !important;
}

.Formulario_separador.Detalles {
    background: url('../../Imagenes/IS_IMG/Detalles/form_separador.png') no-repeat 0% 35%;
}

.Formulario_encabezado.Detalles {
    /*background: url('../../Imagenes/IS_IMG/Detalles/form_enc.png') no-repeat;
    background-size: 120% auto;*/
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(212,215,232,0.7) 23%, rgba(159,166,204,1) 51%, rgba(122,131,184,1) 71%, rgba(114,124,180,1) 75%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(23%,rgba(212,215,232,0.7)), color-stop(51%,rgba(159,166,204,1)), color-stop(71%,rgba(122,131,184,1)), color-stop(75%,rgba(114,124,180,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(212,215,232,0.7) 23%,rgba(159,166,204,1) 51%,rgba(122,131,184,1) 71%,rgba(114,124,180,1) 75%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(212,215,232,0.7) 23%,rgba(159,166,204,1) 51%,rgba(122,131,184,1) 71%,rgba(114,124,180,1) 75%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(212,215,232,0.7) 23%,rgba(159,166,204,1) 51%,rgba(122,131,184,1) 71%,rgba(114,124,180,1) 75%); /* IE10+ */
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(212,215,232,0.7) 23%,rgba(159,166,204,1) 51%,rgba(122,131,184,1) 71%,rgba(114,124,180,1) 75%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#727cb4',GradientType=1 ); /* IE6-9 */
}

.btn_formulario.Detalles {
    background: url('../../Imagenes/IS_IMG/Detalles/form_boton_cerrar.png') no-repeat;
}

.Formulario_titulo.Detalles {
    color: #27348B;
}
/*_____________________________________________________________________________________________________________________________________*/
/**Modificar*****************************************************************************************************************************/
.Formulario_label.Editar {
    /*background: url('../img/form_lbl_fondo.png') no-repeat;
    background-position: bottom !important;
    background-size: 100% 5px !important;*/
    border-bottom: 2px solid #3242B2;
}

.Formulario_separador.Editar {
    background: url('../img/form_separador.png') no-repeat 0% 35%;
}

.Formulario_encabezado.Editar {
    /*background: url('../img/form_enc.png') no-repeat;
    background-size: 120% auto;*/
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(212,215,232,0.7) 23%, rgba(159,166,204,1) 51%, rgba(122,131,184,1) 71%, rgba(114,124,180,1) 75%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(23%,rgba(212,215,232,0.7)), color-stop(51%,rgba(159,166,204,1)), color-stop(71%,rgba(122,131,184,1)), color-stop(75%,rgba(114,124,180,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(212,215,232,0.7) 23%,rgba(159,166,204,1) 51%,rgba(122,131,184,1) 71%,rgba(114,124,180,1) 75%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(212,215,232,0.7) 23%,rgba(159,166,204,1) 51%,rgba(122,131,184,1) 71%,rgba(114,124,180,1) 75%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(212,215,232,0.7) 23%,rgba(159,166,204,1) 51%,rgba(122,131,184,1) 71%,rgba(114,124,180,1) 75%); /* IE10+ */
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(212,215,232,0.7) 23%,rgba(159,166,204,1) 51%,rgba(122,131,184,1) 71%,rgba(114,124,180,1) 75%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#727cb4',GradientType=1 ); /* IE6-9 */
}

.btn_formulario.Editar {
    background: url('../../Imagenes/IS_IMG/Editar/form_boton_cerrar.png') no-repeat;
}

.Formulario_titulo.Editar {
    color: #27348B;
    color: #27348B;
    width: 40%;
    /*border: 1px solid red;*/
    float: left;
}
/*_____________________________________________________________________________________________________________________________________*/




/*_____________________________________________________________________________________________________________________________________*/

/*Background principal*/
.marco_central {
    z-index: 0 !important;
    position: relative;
    padding-left: 5px !important;
    padding-right: 10px !important;
}


.marco_central_fondo_inicio {
    background: url('../../Imagenes/IS_IMG/marco_central_fondo_mundo.png') no-repeat, url('../../Imagenes/IS_IMG/marco_central_fondo_nubes.png') no-repeat;
    background-color: #DCDCDC;
    background-size: auto 100%,auto 32%,auto 50%;
    background-position: 0% 100%,100% 0%,80% 90%;
    width: 100%;
    height: 100%;
}

.Modulo_fondo {
    height: 100%;
    width: 98%;
    /*background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(250,250,250,0.8)), to(rgba(250,250,250,0.01)), color-stop(.5,#FFF));*/
    border: 1px solid white;
    background-color: rgba(255, 255, 255, 0.5);
    /* opacity: 0.6;*/
}


/*___________________________________________________________________________________________________________________________________________________________*/


/*Ventana emergente**/
.popus {
    border: 1px solid #EDEDED;
    background-color: #fff;
    position: absolute;
    margin: 0 auto;
    display: none;
    left: 50%;
    margin-left: -350px;
    margin-top: 90px;
    padding: 5px 5px;
}

.VentanaEmergente {
    z-index: 100 !important;
    /*border: 1px solid red;*/
    background-color: #fff;
    position: absolute;
    display: none;
    margin-top: 4%;
    padding: 5px 5px;
}



.DialogoVentanaEmergente {
  width: 65%;
  z-index: 100 !important;
  /* border: 1px solid red; */
  
  /* background-color: #fff; */
  background: none;
  position: absolute;
  /* margin: 0 auto; */
  display: none;
  left: 25%;
  top: 20px;
  /* padding: 5px 5px; */
  overflow-y: auto;
  overflow-x: hidden;
}

.DialogoVentanaEmergenteDistri {
  width: 721px;
  z-index: 100 !important;
  /* border: 1px solid red; */
  max-height: 550px;
  /* background-color: #fff; */
  background: none;
  position: absolute;
  margin: 0 auto;
  display: none;
  left: 25%;
  margin-top: 4%;
  /* padding: 5px 5px; */
  overflow-y: auto;
  overflow-x: auto;
}

.DialogoBusquedaAvanzada .visible {
    display: block;
}

.DialogoBusquedaAvanzada .InVisible {
    display: none;
}

.BloqueoPantalla {
    background-color: rgba(151, 151, 151, 0.5);
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    display: none;
}

.submitButton {
    color: #662d91;
    /*margin-top: 30px;*/
    width: 73px;
    /*position: relative;*/
    /*height: 31px;*/
    /*left: 550px;*/
    /*background: url('../../Imagenes/IS_IMG/BusquedaAvanzada/BotonDialogo.png') no-repeat;
    background-size: 64px 30px;*/
}

    .submitButton:hover {
        color: silver;
        cursor: pointer;
        /*margin-top: 30px;*/
        /*width: 70px;*/
        /*position: relative;*/
        /*height: 31px;*/
        /*left: 550px;*/
        /*background: url('../../Imagenes/IS_IMG/BusquedaAvanzada/BotonDialogoAccion.png') no-repeat;
        background-size: 64px 30px;*/
    }

    .submitButton div {
        font-weight: bold;
        padding: 5px 0px 0px 6px;
    }

.submitButtonDistribucion {
    margin-left: 15px;
    float: left;
    color: #662d91;
    width: 70px;
    position: relative;
    height: 31px;
    background: url('../../Imagenes/IS_IMG/BusquedaAvanzada/BotonDialogo.png') no-repeat;
    background-size: 64px 30px;
}

    .submitButtonDistribucion:hover {
        margin-left: 15px;
        float: left;
        color: silver;
        cursor: pointer;
        width: 70px;
        position: relative;
        height: 31px;
        background: url('../../Imagenes/IS_IMG/BusquedaAvanzada/BotonDialogoAccion.png') no-repeat;
        background-size: 64px 30px;
    }

.Botones {
    /*float: right;*/
    position: relative;
    width: 180px;
}


/*_____________________________________________________________________________________________________________________________________________________________*/



/*#submitButtonDistribucionAutomatica {
    margin-top: 30px;
    width: 50px;
    position: relative;
    height: 31px;
    left: 550px;
  
}

    #submitButtonDistribucionAutomatica:hover {
        margin-top: 30px;
        width: 50px;
        position: relative;
        height: 31px;
        left: 550px;
  
    }*/

/**cabecera de botones, botones de accion y botones **/
/*.ContenedorAcciones {
    width: 100%;
    border: 1px solid #f00;
    float: left;
}*/

.IS_Modulo_cuadro_superior {
    /*border: 1px solid #000;*/
    /*margin-left: -17px;*/
    /*margin-top: 1%;*/
    height: 47px;
    /*position: relative;*/
    /*width: 80%;*/
    top: 0px;
}
/*.IS_Modulo_cuadro_pestanas {
        position: absolute;
        left: 0px;
        margin: 10px;
        display: inline-flex;
    }*/


.separadorMenu {
    /*margin-left: 3px;
    margin-right: 3px;*/
    max-width: 2px;
    /*background-color: #444;*/
    height: 40px;
    box-shadow: 0 0 1em .1em black;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.89) 17%, rgba(24,24,24,0.89) 33%, rgba(58,58,58,0.91) 56%, rgba(93,93,93,0.41) 79%, rgba(99,99,99,0.43) 83%, rgba(124,124,124,0.43) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(17%,rgba(0,0,0,0.89)), color-stop(33%,rgba(24,24,24,0.89)), color-stop(56%,rgba(58,58,58,0.91)), color-stop(79%,rgba(93,93,93,0.41)), color-stop(83%,rgba(99,99,99,0.43)), color-stop(100%,rgba(124,124,124,0.43))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.89) 17%,rgba(24,24,24,0.89) 33%,rgba(58,58,58,0.91) 56%,rgba(93,93,93,0.41) 79%,rgba(99,99,99,0.43) 83%,rgba(124,124,124,0.43) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,0.89) 17%,rgba(24,24,24,0.89) 33%,rgba(58,58,58,0.91) 56%,rgba(93,93,93,0.41) 79%,rgba(99,99,99,0.43) 83%,rgba(124,124,124,0.43) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,0.89) 17%,rgba(24,24,24,0.89) 33%,rgba(58,58,58,0.91) 56%,rgba(93,93,93,0.41) 79%,rgba(99,99,99,0.43) 83%,rgba(124,124,124,0.43) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,0.89) 17%,rgba(24,24,24,0.89) 33%,rgba(58,58,58,0.91) 56%,rgba(93,93,93,0.41) 79%,rgba(99,99,99,0.43) 83%,rgba(124,124,124,0.43) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3000000', endColorstr='#6e7c7c7c',GradientType=0 ); /* IE6-9 */
}

.img_pestana {
    background-color: white !important;
    width: 50px;
    height: 50px;
    /*border-left: 1px solid blue;
    border-right: 1px solid blue;*/
    padding: 0px 7px 0px 7px;
    cursor: pointer;
    border-radius: 4px;
}

.Acciones .botones {
    /*border: 1px solid gold;*/
    /*margin-left: 10px;
        width: 30px;
        height: 30px;
        display:inline-flex;*/
    /*background: url('../../Imagenes/IS_IMG/Android/ic_action_forward.png') #000 no-repeat;*/
    background-position: 40%;
    /*margin-left: 1%;*/
    width: 36px;
    cursor: pointer;
    height: 34px;
    display: inline-block;
   
    
}

.Acciones {
    /*border: 1px solid gold;*/
    /*width: 30%;*/
    margin: 2px;
    position: relative;
    margin-top: 5px;
    float: right;
    right: 148px;
}
/*estilos carusel de imagenes*/
.sliderMenu {
    height: 60px;
    position: relative;
    /*width: 350px;*/
    margin: auto;
    float: left;
    /*border: 2px solid red;*/
}

    .sliderMenu ul {
        margin: 0;
        /*padding: 0;*/
    }

    .sliderMenu > div {
        /*background-color: rgba(255, 255, 255, 0.8);*/
        list-style: none;
        text-align: center;
        width: 50px;
        float: left !important;
    }

    .sliderMenu ul li span {
        /*border:1px solid #000;*/
        display: inline-block;
        vertical-align: middle;
        width: 50px;
        height: 50px;
        background: url('../../Imagenes/IS_IMG/pestanas/separador.png') no-repeat;
        background-size: 7% 90%;
    }


/*___________________________________________________________________________________________*/

/*Estilo seleccion semanal planificacion de visitas*/

.Semanal .RepetirCada {
    margin-top: 10px;
    height: 29px;
}

.Semanal .SeleccionDiaSemana {
    margin: 10px 0px 3px 34px;
    border: 1px solid #444698;
    box-shadow: 1px 1px 1px 1px #444698;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}

.semanas {
    border-bottom: 1px solid #444698;
    box-shadow: 0px 2px 0px -1px #444698;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.pestanaYfiltros {
    /*background-color: red !important;
        border: 2px red;*/
    width: 315px;
    height: 422px;
    float: left;
    overflow-y: hidden;
    overflow-x: hidden;
    background-color: #4D4D4D;
    border-radius: 12px;
}

#accordion2 .ui-accordion-header {
    /*width: 380px;*/
}

.ui-accordion .ui-accordion-content {
    padding: .5em 0em !important;
    /*width: 100%;*/
}

#divSeccion2 {
    padding: .5em 0em;
}

.imgHover {
    width: 20px;
    height: 15px;
    float: left;
}

.imgHover2 {
    width: 20px;
    height: 15px;
    float: left;
    margin-right: -20px;
    margin-top: 20px;
}

    .imgHover:hover {
        /*background-color:orangered;  AC |*/
        border-bottom: 2px solid #0066FF;
        /*width:25px;
        height:25px;*/
    }

        .imgHover2:hover {
        /*background-color:orangered;  AC |*/
        border-bottom: 2px solid #0066FF;
        /*width:25px;
        height:25px;*/
    }

#contextual {
    /*height: 42px;*/
    float: right;
    position: relative;
    /*margin-top: -328px;*/
}

.editor-label {
    color: white;
}

.btnGeneral {
        background: linear-gradient(to top,#022366, #15508c) !important;
        display: inline-block;
        margin: 12px 12px 4px 50%;
        padding: 7px;
        color: #FFFFFF !important;
        font: 400 14px 'Droid Sans';
        text-decoration: none;
        text-shadow: 0 1px 1px #000;
        border: 1px solid #000;
        -webkit-border-radius: 4px;
}




.btnGeneral_login {
    background: linear-gradient(to top, #160d46, #15508c) !important;
    display: inline-block;
    margin: 11px 14px 4px 39%;
    padding: 7px;
    color: #FFFFFF !important;
    font: 400 14px 'Droid Sans';
    text-decoration: none;
    text-shadow: 0 1px 1px #000;
    border: 1px solid #000;
    -webkit-border-radius: 4px;
    width: 31%;
}

.btnGeneral_login:hover {
    cursor: pointer;
    /*border: 1px solid #fff;*/
    background: linear-gradient(to top, #15508c, #022366) !important;
    -webkit-box-shadow:inset 0 1px 0 #ffffff, inset 0 0 0 1px #ffffff, 0 1px 6px #24a8e5;
    -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255, .3), inset 0 0 0 1px rgba(255,255,255, .6), 0 1px 6px rgba(36, 168, 229, .3);
    -moz-box-shadow:inset 0 1px 0 #fbf7c1, inset 0 0 0 1px #fbf7c1, 0 1px 6px #24a8e5;
    -moz-box-shadow:inset 0 1px 0 rgba(251,247,193, .3), inset 0 0 0 1px rgba(251,247,193, .3), 0 1px 6px rgba(36, 168, 229, .3);
    box-shadow:inset 0 1px 0 #fbf7c1, inset 0 0 0 1px #fbf7c1, 0 1px 6px #24a8e5;
    box-shadow:inset 0 1px 0 rgba(251,247,193, .3), inset 0 0 0 1px rgba(251,247,193, .3), 0 1px 6px rgba(36, 168, 229, .3);
}

.btnGeneral2 {
    background: -webkit-linear-gradient(top, #222, #999) !important;
    background: -moz-linear-gradient(top, #222, #999) !important;
    background: -ms-linear-gradient(top, #222, #999) !important;
    background: linear-gradient(to top, #222, #999) !important;
    display: inline-block;
    margin: 2px 8px 4px 0px;
    padding: 7px;
    color: #FFFFFF !important;
    font: 400 14px 'Droid Sans';
    text-decoration: none;
    text-shadow: 0 1px 1px #000;
    border: 1px solid #000;
    -webkit-border-radius: 4px;
}

    .btnGeneral:hover {
        cursor: pointer;
        /*border: 1px solid #fff;*/
        background: linear-gradient(to top, #15508c, #022366) !important;
        -webkit-box-shadow:inset 0 1px 0 #ffffff, inset 0 0 0 1px #ffffff, 0 1px 6px #24a8e5;
        -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255, .3), inset 0 0 0 1px rgba(255,255,255, .6), 0 1px 6px rgba(36, 168, 229, .3);
        -moz-box-shadow:inset 0 1px 0 #fbf7c1, inset 0 0 0 1px #fbf7c1, 0 1px 6px #24a8e5;
        -moz-box-shadow:inset 0 1px 0 rgba(251,247,193, .3), inset 0 0 0 1px rgba(251,247,193, .3), 0 1px 6px rgba(36, 168, 229, .3);
        box-shadow:inset 0 1px 0 #fbf7c1, inset 0 0 0 1px #fbf7c1, 0 1px 6px #24a8e5;
        box-shadow:inset 0 1px 0 rgba(251,247,193, .3), inset 0 0 0 1px rgba(251,247,193, .3), 0 1px 6px rgba(36, 168, 229, .3);
    }

        .btnGeneral2:hover {
        cursor: pointer;
        /*border: 1px solid #fff;*/
        background:-webkit-linear-gradient(top, #656565, #444) !important;
        background:   -moz-linear-gradient(top, #656565, #444) !important;
        background:    -ms-linear-gradient(top, #656565, #444) !important;
        background:        linear-gradient(to top, #656565, #444) !important;
        -webkit-box-shadow:inset 0 1px 0 #ffffff, inset 0 0 0 1px #ffffff, 0 1px 6px #24a8e5;
        -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255, .3), inset 0 0 0 1px rgba(255,255,255, .6), 0 1px 6px rgba(36, 168, 229, .3);
        -moz-box-shadow:inset 0 1px 0 #fbf7c1, inset 0 0 0 1px #fbf7c1, 0 1px 6px #24a8e5;
        -moz-box-shadow:inset 0 1px 0 rgba(251,247,193, .3), inset 0 0 0 1px rgba(251,247,193, .3), 0 1px 6px rgba(36, 168, 229, .3);
        box-shadow:inset 0 1px 0 #fbf7c1, inset 0 0 0 1px #fbf7c1, 0 1px 6px #24a8e5;
        box-shadow:inset 0 1px 0 rgba(251,247,193, .3), inset 0 0 0 1px rgba(251,247,193, .3), 0 1px 6px rgba(36, 168, 229, .3);
    }

    .divInput .btnGeneral {
        margin: 0 0 4px 80%;
    }

.panel-footer {
    height:40px;
    padding-top: 0px;
    /*background:#ffffff;*/
}