/***************************************************************************************************************************************************/
/* VENTANAS VENTANAS VENTANAS VENTANAS VENTANAS VENTANAS VENTANAS VENTANAS VENTANAS VENTANAS VENTANAS VENTANAS VENTANAS VENTANAS VENTANAS VENTANAS */
/***************************************************************************************************************************************************/

div.VentanaServer{
    border: none;

    /*    background-image: url(../Img/Vent/Fondo.png);
        background-position: left top;
        background-repeat: repeat;*/
    background-color: transparent;
    z-index: 5000;

    display: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    height: 30px;

    text-align: center;

}


table.VentanaServerAccion{
    border: none;
    background-color: #FFF9EC;

    padding: 0;
    margin: 0;

    /*--CSS3 Box Shadows--*/
    /*    -webkit-box-shadow: 0px 0px 10px #DEBE3D;
        -moz-box-shadow: 0px 0px 10px #DEBE3D;
        box-shadow: 0px 0px 10px #DEBE3D;*/
    /*--CSS3 Rounded Corners--*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

div.Ventana{
     border: 2px solid #FFF;
     background-color: #f7f7f7;
    z-index: 5000;
    display: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: fixed;
    top: 50%; left: 50%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/*cambio alejandra para los botones*/
#ventFormBotonesCont{
top:140px;
}
/*cambio alejandra para los botones*/

div.VentanaMensaje{
    border: none;

    /*    background-image: url(../Img/Vent/Fondo.png);
        background-position: left top;
        background-repeat: repeat;*/
    background-color: #FFF;
    z-index: 5000;

    display: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: fixed;
    top: 50%; left: 50%;



    /*--CSS3 Box Shadows--*/
    /*-webkit-box-shadow: 0px 0px 10px #DEBE3D;
    -moz-box-shadow: 0px 0px 10px #DEBE3D;
    box-shadow: 0px 0px 10px #DEBE3D;*/
    -webkit-box-shadow: 0px 0px 10px #4F5F39;
    -moz-box-shadow: 0px 0px 10px #4F5F39;
    box-shadow: 0px 0px 10px #4F5F39;
    /*--CSS3 Rounded Corners--*/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

img.VentLogo{
    position: absolute;
    bottom: 15%;
    left: 10%;
    max-height: 50%;
    max-width: 80%;
}

div.TextoMsjGray {
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    background-color: #f2f2f2;
}

div.TextoMsjWhite {
    border: 1px solid #fff;
    border-radius: 3px;
    background-color: #fff;
}

img.MesaAyuda{
    position: absolute;
    top: 3px;
    right: 40px;
    max-height: 40px;
    max-width: 40px;
}
img.VentCerrar{
    position: absolute;
    top: 0;
    right: 0;
    max-height: 20px;
    max-width: 20px;
    margin-right: 25px;
    margin-top: 20px;
    /*position: absolute;
    top: 0;
    right: 0;
    max-height: 40px;
    max-width: 40px;*/
}

img.VentCerrar:hover{
    cursor: pointer;
}

#fadeSub { /*--Transparent background layer--*/
    display: none; /*--hidden by default--*/
    /*background: transparent;*/
    position: fixed; left: 0; top: 0;
    width: 100%; height: 100%;
    opacity: .80;
    z-index: 1200;
    cursor: no-drop;
    background: #000;
}

div.VentTit{
    position: absolute;
    top: 0;
    left: 0;
    height: 45px;
    width: 100%;
    overflow: hidden;
    background-color: #014898;
}

div.VentTitMensaje{
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 100%;

    overflow: hidden;

    padding-top: 7px;
    padding-left: 10px;

    font-size: 110%;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    color: #FFFFFF;

    /*background-color: #DEBE3D;*/
    background-color: #4F5F39;


    /*background-image: url(../Img/Vent/VentTitulo01.png);*/
    /*    background-image: url(../Img/Vent/bTit.png);*/
    /*background-image: url(../../Img/Index/f_Red.jpg);*/
    background-color: #A2201E;
    background-position: left top;
    background-repeat: no-repeat;

    cursor:move;
}

div.VentTit label{cursor:move;}


div.BotonesFormularios{
    height: 65px;
    overflow: hidden;

    /*    background-image: url(../Img/thOrange/12BarraBotones.jpg);*/
    background-position: bottom left;
    background-repeat: repeat-x;

    /*    border: 1px solid #1A202C;*/
    border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius:5px;

    /*--CSS3 Box Shadows--*/
    /*    -webkit-box-shadow: 2px 2px 2px #000;
        -moz-box-shadow: 2px 2px 2px #000;
        box-shadow: 2px 2px 2px #000;*/

    margin: 7px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 135px;  
}

div.BotonesSeleccionar{
    overflow: hidden;

    background-color: #FFFFFF;

    border: 1px solid #1A202C;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius:5px;


    /*--CSS3 Box Shadows--*/
    -webkit-box-shadow: 2px 2px 2px #000;
    -moz-box-shadow: 2px 2px 2px #000;
    box-shadow: 2px 2px 2px #000;

    margin: 0;
    padding: 0;
    position: relative;

}

div.BotonesFormularios .Opc, div.BotonesSeleccionar .Opc{
    margin: 0;
    padding-top: 26px;
    width: 75px;
    background-color: transparent;
    border: 1px solid transparent;
    color: #545454;
    font-size: 15px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius:5px;
}

div.BotonesFormularios .Opc:hover, div.BotonesSeleccionar .Opc:hover{
   /* border: 1px solid #FF2B66;*/
    /*background-color: #FEE9FF;*/
    cursor: pointer;

    /*--CSS3 Box Shadows--*/
   /* -webkit-box-shadow: 1px 1px 1px #FF2B66;
    -moz-box-shadow: 1px 1px 1px #FF2B66;
    box-shadow: 1px 1px 1px #FF2B66;*/
}

div.BotonesFormularios .Opc[disabled], div.BotonesSeleccionar .Opc[disabled]{
    opacity: 0.2;
}

div.BotonesFormularios .Opc[disabled]:hover, div.BotonesSeleccionar .Opc[disabled]:hover{
    background-color: transparent;
    cursor: default;
}

.VentCont{
    position: absolute;
    top: 100px;
    left: 0;
    padding: 0;
    margin: 7px 8px;
    background-color: #f7f7f7;
    opacity: 0.95;
    font-size:12px;
    color: #222222;
    overflow: auto;
}

/***************************************************************************************************************************************************/
/* GROUPBOX GROUPBOX GROUPBOX GROUPBOX GROUPBOX GROUPBOX GROUPBOX GROUPBOX GROUPBOX GROUPBOX GROUPBOX GROUPBOX GROUPBOX GROUPBOX GROUPBOX GROUPBOX */
/***************************************************************************************************************************************************/

div.GroupBox{
    /*position: relative;*/
    margin: 2%;
    margin-bottom: 0;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 95%;
    overflow: hidden;
    /*    border: 1px solid #999999;*/
    /*background-color: #f2f2f2;*/
    font-family: 'Source Sans Pro', sans-serif;
    color: #525252;
    font-size: 12px;
    /*    font-size: 100%;*/
}

div.GroupBoxNormal{
    /*position: relative;*/
    margin: 2%;
    margin-bottom: 0;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 95%;
    overflow: hidden;
    /*    border: 1px solid #999999;*/
    background-color: #f2f2f2;
    font-family: 'Source Sans Pro', sans-serif;
    color: #525252;
    font-size: 12px;
    /*    font-size: 100%;*/
}

div.GroupBox td:first-child {
    color : #535353;
    font-weight: bold;
    text-align: right;
    font-family: 'Source Sans Pro', sans-serif;
}

div.GroupBox td:not(:first-child) {
    color : #535353;
    text-align: left;
}

div.GroupBox td:only-child {
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
}

.bEliminar19{
    margin: 0;
    padding: 0;
    margin-top: 2px;
    margin-right: 5px;
    width: 15px;
    height: 15px;

    background-image: url(../Img/Vent/xUp.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;

    /*BORDES REDONDOS*/
    border-radius: 4px; /*General*/
    -moz-border-radius: 4px; /*Mozilla*/
    -ms-border-radius: 4px; /*Explorer*/
    -webkit-border-radius: 4px;
    -khtml-border-radius:4px;
}

.bEliminar19:hover{
    background-image: url(../Img/Vent/xDown.png);
    cursor: pointer;
}

.bEliminar20{
    margin: 0;
    padding: 0;
    margin-top: 2px;
    margin-right: 5px;
    width: 40px;
    height: 18px;

    background-image: url(../Img/equis.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;

    /*BORDES REDONDOS*/
    border-radius: 4px; /*General*/
    -moz-border-radius: 4px; /*Mozilla*/
    -ms-border-radius: 4px; /*Explorer*/
    -webkit-border-radius: 4px;
    -khtml-border-radius:4px;
}

input[type="checkbox"]{
    -webkit-appearance: none;
    -moz-webkit-appearance: none;
    -ms-webkit-appearance: none;
    -khtml-webkit-appearance: none;
    -moz-border: 1px solid #c8c6c6;
    border: 1px solid #c8c6c6;
    width: 15px;
    height: 15px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: 0 5px 0 0;
    background-color:white;
    vertical-align: middle;
}

input[type="checkbox"]:checked{
    -moz-border: none;
    -moz-border-radius: 0px;
    border: none;
    border-radius: 0px;
    background-image: url("../Img/chulo.png");
    -moz-background-image: url("../Img/chulo.png");
    -moz-background-image: url("../Img/chulo.png");
}

input[type="checkbox"]:checked:disabled{
    -moz-border: none;
    -moz-border-radius: 0px;
    border: none;
    border-radius: 0px;
    background-image: url("../Img/chulo.png");
    -moz-background-image: url("../Img/chulo.png");
    opacity: .8;
}

input[type="number"]:disabled{
    padding-left: 2px;
    background-color: #c2c2c2;
    border-color: transparent;
}

input[type="radio"]{
    -webkit-appearance: none;
    -moz-webkit-appearance: none;
    -ms-webkit-appearance: none;
    -khtml-webkit-appearance: none;
    -moz-border: 1px solid #c8c6c6;
    border: 1px solid #c8c6c6;
    width: 15px;
    height: 15px;
    -moz-border-radius: 2px;
    border-radius: 20px;
    margin: 0 5px 0 0;
}

input[type="radio"]:checked{
/*    -moz-border: none;
    -moz-border-radius: 0px;
    -moz-background-image: url("../Img/chulo2.png");
    border: none;
    border-radius: 0px;
    background-image: url("../Img/chulo2.png");
    background-size: 10.5px;
    background-repeat: no-repeat;
    background-position: 1px 1px;
    filter: hue-rotate(351deg);*/
background: #7274ba;
    border: none;
    border-radius: 30px;
}
select:focus {   
    outline: none; /* Asegúrate de quitar cualquier contorno */
}
select:active {
   
    outline: none; /* Asegúrate de quitar cualquier contorno */
}



div.GroupBoxTitleTable {
    left: 0;
    top: 0;
    width: 100%;
    height: 20px;
    background-color: #1D7DC2;
    color: #FFFFFF;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;

    padding: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0;

    /*text-transform: uppercase;*/

    /*    border-top: 1px solid #FEFEFE;*/
    /*background-color: #f2f2f2;*/
    /*    border-bottom: 1px solid #999999;*/

    /*BORDES REDONDOS*/
    /*        border-bottom-right-radius: 10px; General
            border-bottom-left-radius: 10px;
            -moz-border-radius-bottomright: 10px; Mozilla
            -moz-border-radius-bottomleft: 10px;
            -ms-border-radius-bottomright: 10px; Explorer
            -ms-border-radius-bottomleft: 10px;
            -webkit-border-bottom-left-radius: 10px; Safari
            -webkit-border-bottom-right-radius: 10px;
            -khtml-border-radius-bottomleft:10px; Konqueror
            -khtml-border-radius-bottomright:10px;*/
}

div.GroupBoxTitle select{
    color: #003366;
    font-weight: bold;
    font-size: 100%;
    text-transform: uppercase;
    margin-bottom: 1px;
    border-radius: 3px;
    background-color: transparent;
    border-color: transparent;
    margin: 0;

}

/***************************************************************************************************************************************************/
/* PESTAÑAS PESTAÑAS PESTAÑAS PESTAÑAS PESTAÑAS PESTAÑAS PESTAÑAS PESTAÑAS PESTAÑAS PESTAÑAS PESTAÑAS PESTAÑAS PESTAÑAS PESTAÑAS PESTAÑAS PESTAÑAS */
/***************************************************************************************************************************************************/

div.PanelPestania{
    position: relative;
    margin: 0;
    margin-top: 28px;
    padding: 0;
    padding-bottom: 5px;
    width: 99%;

    border: none;
    /*background-color: #f2f2f2;*/
    /*    border: 3px solid #e6e7e8;*/
}

div.divPestania{
    position: absolute;
    left: -3px;
    top: -30px;
    margin: 0;
    padding: 0;
    width: 100%;
    color: white;
}

ul.Pestania li a{
    /*    background-color: #1055a2#EEE1B7;*/
    background-color: #FFF;
    /*background-color: #FF2B66;*/
    color: #FFF;
    /*color: #535353;*/
    font-size: 20px;
    font-weight: bold;
}

div.PanelPestania{
    /*    background-image: url(../Img/Index/MenuHorizontal04.png);*/
    background-repeat: repeat-x;
}

ul.Pestania{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.Pestania li{

    border-right: 1px solid #fff;;
    float: left;
}

ul.Pestania li a{
    text-decoration: none;
    color: #fff;
    display: block;
    text-align: center;
    font-weight: bold;
    padding: 0;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 10px;

    margin: 0;
    /*    margin-right: 3px;*/


    border-right: ipx solid #fff;
    /*BORDES REDONDOS*/
    /*    border-top-right-radius: 10px; General
        border-top-left-radius: 10px;
        -moz-border-radius-topright: 10px; Mozilla
        -moz-border-radius-topleft: 10px;
        -ms-border-radius-topright: 10px; Explorer
        -ms-border-radius-topleft: 10px;
        -webkit-border-top-left-radius: 10px; Safari
        -webkit-border-top-right-radius: 10px;
        -khtml-border-radius-topleft:10px; Konqueror
        -khtml-border-radius-topright:10px;*/

}
ul.Pestania li:first-child a{

    /*    border-top-left-radius: 10px;
    
        -moz-border-radius-topleft: 10px;
    
        -ms-border-radius-topleft: 10px;
    
        -webkit-border-top-left-radius: 10px;
    
        -khtml-border-radius-topleft:10px;*/
}
ul.Pestania li:last-child a{

    /*    border-top-right-radius: 10px;
    
        -moz-border-radius-toplright: 10px;
    
        -ms-border-radius-topright: 10px;
    
        -webkit-border-top-right-radius: 10px;
    
        -khtml-border-radius-topright:10px;*/
}


ul.Pestania li a.pSelect{
    cursor: default;
    background-color: #FF2B66;
    color: #FFF;
    font-size: 15px;
    font-weight: bold;
    border-color: transparent;
    height: 45px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 0px 0px 8px 8px;
}

ul.Pestania li a.pNoSelect{
    color: #FF2B66;
    cursor: pointer;
    border: #FF2B66 2px solid;
    border-radius: 0px 0px 8px 8px;
}

ul.Pestania li a.pSelect.pNoSelect{
    color: #FFF;
    cursor: pointer;
}

ul.Pestania li a.pDisabled{
    color: #FF2B66;
    border: #FF2B66 2px solid;
    border-radius: 0px 0px 8px 8px;
    /*color: #FFFFFF;*/
    /*color: #444242;*/
}

ul.Pestania li a.pDisabled:hover{
    color: #FF2B66;
    /*color: #FFFFFF;*/
    /*color: #444242;*/
}

ul.Pestania li a.pNoSelect:hover{
     color: #FF2B66;
     /*color: #FFFFFF;*/
    /*    color: #555555;*/
}

div.Tab{
    width: 100%;
    height: 100%;
    padding: 0;

}

div.s{
    background-color: #f2f2f2;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 2px solid #f2f2f2;
}

/*****************PESTAÑA 2 RICHARD STEVEN!**********************************************/
div.PanelPestania2{
    position: relative;
    margin: 0;
    margin-top: 38px;
    padding: 0;
    padding-bottom: 5px;
    width: 99%;

    border: none;
    background-color: #fff;
    border: 3px solid #e6e7e8;
}

div.divPestania2{
    position: absolute;
    left: -3px;
    top: -33px;
    margin-left: 10px;
    padding: 0;
    width: 100%;
}

ul.Pestania2 li a{
    /*    background-color: #1055a2#EEE1B7;*/
    background-color: #aeadb3;
    color: #444242;
}

div.PanelPestania2{
    background-image: url(../Img/Index/MenuHorizontal04.png);
    background-repeat: repeat-x;
}

ul.Pestania2{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.Pestania2 li{

    border-right: 1px solid #fff;;
    float: left;
}

ul.Pestania2 li a{
    text-decoration: none;
    color: #000000;
    height: 17px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 3px;

    margin: 0;
    /*    margin-right: 3px;*/


    border-right: ipx solid #fff;
    /*BORDES REDONDOS*/
    /*    border-top-right-radius: 10px; General
        border-top-left-radius: 10px;
        -moz-border-radius-topright: 10px; Mozilla
        -moz-border-radius-topleft: 10px;
        -ms-border-radius-topright: 10px; Explorer
        -ms-border-radius-topleft: 10px;
        -webkit-border-top-left-radius: 10px; Safari
        -webkit-border-top-right-radius: 10px;
        -khtml-border-radius-topleft:10px; Konqueror
        -khtml-border-radius-topright:10px;*/

}
ul.Pestania2 li:first-child a{

    border-top-left-radius: 10px;

    -moz-border-radius-topleft: 10px;

    -ms-border-radius-topleft: 10px;

    -webkit-border-top-left-radius: 10px;

    -khtml-border-radius-topleft:10px;
}
ul.Pestania2 li:last-child a{

    border-top-right-radius: 10px;

    -moz-border-radius-toplright: 10px;

    -ms-border-radius-topright: 10px;

    -webkit-border-top-right-radius: 10px;

    -khtml-border-radius-topright:10px;
}


ul.Pestania2 li a.pSelect{
    cursor: default;
    background-color: #d8d9dd;
    color: #004c92;
}

ul.Pestania2 li a.pNoSelect{
    cursor: pointer;
}

ul.Pestania2 li a.pDisabled{
    color: #444242;
}

ul.Pestania2 li a.pNoSelect:hover{
    color: #555555;
}

div.Tab2{
    width: 100%;
    height: 100%;
    padding: 0;

}
/***************************************************************************************************************************************************/
/* DESPLEGABLE DESPLEGABLE DESPLEGABLE DESPLEGABLE DESPLEGABLE DESPLEGABLE DESPLEGABLE DESPLEGABLE DESPLEGABLE DESPLEGABLE DESPLEGABLE DESPLEGABLE */
/***************************************************************************************************************************************************/

div.ListaDesplegable{
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
}

ul.ListaDesplegable{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.ListaDesplegable li{
    float: none;
    border: none;
}

ul.ListaDesplegable li a{
    text-decoration: none;
    color: #000000;
    height: 15px;
    display: block;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0;
    padding-top: 3px;
    margin: 0;

    /*    background-color: #78A4C4;*/
    background-color: #ABABAB;

    border: none;
    /*    border-top: 1px solid #DEDEDE;
        border-bottom: 1px solid #999999;*/

    width: 100%;
}
ul.Lista{

    list-style-type: circle

}


ul.ListaDesplegable li a label{
    /*    background-color: #78A4C4;*/
    background-color: #ABABAB;
    padding: 0;
    padding-left: 5px;
    padding-right: 10px;
    margin: 0;
    margin-left: 35px;
}

ul.ListaDesplegable li a.pSelect{
    /*    background-color: #DEDEDE;*/
    background-image: url(../Img/Vent/Desplegable01_Selected.png);
    background-position: left top;
    background-repeat: no-repeat;
    color: #FFFFFF;



    /*BORDES REDONDOS*/
    border-bottom-right-radius: 10px; /*General*/
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px; /*Mozilla*/
    -moz-border-radius-bottomleft: 10px;
    -ms-border-radius-bottomright: 10px; /*Explorer*/
    -ms-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px; /*Safari*/
    -webkit-border-bottom-right-radius: 10px;
    -khtml-border-radius-bottomleft:10px; /*Konqueror*/
    -khtml-border-radius-bottomright:10px;
}



ul.ListaDesplegable li a.pNoSelect{
    /*    background-color: #EEEEEE;*/
    background-image: url(../Img/Vent/Desplegable01_Select.png);
    background-position: left top;
    background-repeat: no-repeat;
    color: #444444;
    cursor: pointer;
}

ul.ListaDesplegable li a.pDisabled{
    /*    background-color: #DEDEDE;*/
    background-image: url(../Img/Vent/Desplegable01_Disabled.png);
    background-position: left top;
    background-repeat: repeat-x;
    /*color: #999999;*/
}

ul.ListaDesplegable li a.pNoSelect:hover{
    color: #FF0000;
}

div.TabD{
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 0;
    padding-bottom: 10px;
    margin: 0;
    border: none;
}

/***************************************************************************************************************************************************/
/* DATAGRIDVIEW */
/***************************************************************************************************************************************************/
div.ContenedorDataGridView{
    margin: 0;
    padding: 0;
    background-color: white;
    border: 1px solid #1d7dc2;
    border-radius: 3px;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: auto;
}

table.DataGridView{
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
    /*    border-bottom: 1px solid #999999;
        border-right:  1px solid #999999;*/
}

DataGridView{

    border-radius: 3px;
    border: 1px solid #000;
    /*    border-bottom: 1px solid #999999;
        border-right:  1px solid #999999;*/
}


table.DataGridView tr.Enc{
    /*background-image: url(../Img/Vent/DGV-Enc21_48.png);*/
    background-color: #1d7dc2;
    background-position: top left;
    background-repeat: repeat-x;
}


table.DataGridView tr.Enc td{
    padding: 2px;
    height: 20px;
    background-color: #1d7dc2;
    color:white;
    font-weight: bold;
    text-align: center;
}

table.DataGridView tr.Enc td:first-child{
    border-radius: 3px 0 0 0;
}
table.DataGridView tr.Enc td:last-child{
    border-radius: 0 3px 0 0;
}
table.DataGridView tr.Enc td:only-child{
    border-radius: 3px 3px 0 0;
}

table.DataGridView tr:last-child td:first-child{
    border-radius: 0 0 3px 0;
}
table.DataGridView tr:last-child td:last-child{
    border-radius: 0 0 0 3px;
}
table.DataGridView tr:last-child td:only-child{
    border-radius: 0 0 3px 3px;
}

table.DataGridView tr td input[type="text"]{
    border: 1px solid #000;
    border-radius: 3px;
}

table.DataGridView tr.Center td{
    text-align: center;
}


table.DataGridView tr td{
    margin: 0;
    padding: 2px;
    color: #000000;
    padding: 2px;
    height: 20px;
    font-weight: bold;
    text-align: center;
    padding: 2px;
}

table.DataGridView tr td select{
    width: 100%;
    overflow: hidden;
    border: none;
    background: url(../Img/Vent/BlueDown.png) no-repeat right transparent;
}

option:hover {
    background-color: #00ccff;
    opacity: 0.2;
    color: white;
}

select option {
    padding-left:15px;
}


table.DataGridView tr:hover{
    background-color: #DDDDDD;
}
table.Form tr td{
    padding: 0;
    margin: 0;
}

/***************************************************************************************************************************************************/
/* HOJA HOJA HOJA HOJA HOJA HOJA HOJA HOJA HOJA HOJA HOJA HOJA HOJA HOJA HOJA HOJA HOJA HOJA HOJA HOJA HOJA HOJA HOJA HOJA HOJA HOJA HOJA HOJA HOJ */
/***************************************************************************************************************************************************/
table.DataParams{
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
    border-radius: 3px;
    /*    border-bottom: 1px solid #999999;
        border-right:  1px solid #999999;*/
}

DataParams{
    border-radius: 3px;
    border: 1px solid #000;
    /*    border-bottom: 1px solid #999999;
        border-right:  1px solid #999999;*/
}


table.DataParams tr.Enc{
    /*background-image: url(../Img/Vent/DGV-Enc21_48.png);*/
    background-color: #1d7dc2;
    background-position: top left;
    background-repeat: repeat-x;
    border-radius: 3px 3px 0 0;
}


table.DataParams tr.Enc td{
    padding: 5px;
    height: 20px;
    background-color: #1d7dc2;
    color:white;
    font-weight: bold;
    text-align: center;
}

table tr td input.trans {
    background-color: transparent;
    border-color: transparent;
}

table.DataParams tr.Center td{
    text-align: center;
}
table.DataParams tr.Center td input{
    text-align: center;
}

table.DataParams tr.Enc td:first-child{
    border-radius: 3px 0 0 0;
}

table.DataParams tr.Enc td:last-child{
    border-radius: 0 3px 0 0;
}

table.DataParams tr.Enc td:only-child{
    border-radius: 3px 3px 0 0;
}




table.DataParams tr td{
    margin: 0;
    padding: 2px;
    color: #000000;
    padding: 2px;
    height: 20px;
    font-weight: bold;
    text-align: center;
    padding: 2px;
}

/***************************************************************************************************************************************************/
/* HOJA HOJA HOJA HOJA HOJA HOJA HOJA HOJA HOJA HOJA HOJA HOJA HOJA HOJA HOJA HOJA HOJA HOJA HOJA HOJA HOJA HOJA HOJA HOJA HOJA HOJA HOJA HOJA HOJ */
/***************************************************************************************************************************************************/
div.TextHTML{
    width: 96%;
    height: 96%;
    overflow: auto;
    margin: 2%;
    padding: 0;
    background-color: #7D721F;
    border: 1px inset #000000;
}

div.TextHTML .divHoja{
    width: 90%;
    min-height: 100%;
    margin: 4%;
    margin-top: 2%;
    margin-bottom: 2%;
    padding: 1%;

    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 10px #000;
    -moz-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
}

/*MENSAJES*/
.botonDialogOk{
    border-radius: 3px;
    background-color: #fff;
    border: solid 2px #8CC63F;
    color: #545454;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    padding-top: 3px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 3px;
    cursor: pointer;
}
/*mensaje*/
.botonDialogOk{
    border-radius: 3px;
    background-color: #fff;
    border: solid 2px #8CC63F;
    color: #545454;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    padding-top: 3px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 3px;
    cursor: pointer;
}

.botonDialogOk:hover{
    border-radius: 3px;
    background-color: #8CC63F;
    border: solid 2px #8CC63F;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    padding-top: 3px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 3px;
    cursor: pointer;
}

.botonDialogError{
    border-radius: 3px;
    background-color: #fff;
    border: solid 2px #EA4B4B;
    color: #545454;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    padding-top: 3px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 3px;
    cursor: pointer;
}

.botonDialogError:hover{
    border-radius: 3px;
    background-color: #EA4B4B;
    border: solid 2px #EA4B4B;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    padding-top: 3px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 3px;
    cursor: pointer;
}


.botonMensaje{
    border-radius: 3px;
    background-color: #1D7DC2;
    border: solid 2px #1D7DC2;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    padding-top: 3px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 3px;
    cursor: pointer;
}

.botonMensajeAsignar{
    border-radius: 5px;
    background-color: #FF2B66;
    border: solid 2px #FF2B66;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    padding-top: 3px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 3px;
    margin-bottom: 6px;
    margin-top: 6px;
    /*opacity: 1;*/
    cursor: pointer;
}

.botonMensajeDesasignar{
    border-radius: 5px;
    background-color: #FFFFFF;
    border: solid 2px #FF2B66;
    color: #FF2B66;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    padding-top: 3px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 3px;
    margin-bottom: 6px;
    margin-top: 6px;
    /*opacity: 1;*/
    cursor: pointer;
}

.botonT { 
    background:url('../Img/Iconos/botonT.png') no-repeat; 
    background-size:20px 20px;
    background-color: #1D7DC2;
    background-position:left;
    padding-left:24px;
}

.botonMensaje:disabled{
    border-radius: 3px;
    /*background-color: transparent;*/
    border: transparent;
    /*color: transparent;*/
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    padding-top: 3px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 3px;
    cursor: pointer;
}

.botonMensajeDesasignar:disabled{
    border-radius: 3px;
    /*background-color: transparent;*/
    border: transparent;
    /*color: transparent;*/
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    padding-top: 3px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 3px;
    cursor: pointer;
}

.botonMensajeAsignar:disabled{
    border-radius: 3px;
    /*background-color: transparent;*/
    border: transparent;
    /*color: transparent;*/
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    padding-top: 3px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 3px;
    cursor: pointer;
}

.botonMensaje:hover:enabled{
    background-color: #0099cc;
    border-radius: 3px;
    border: solid 2px #0099cc;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    padding-top: 3px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 3px;
    cursor: pointer;
}

.botonMensajeAsignar:hover:enabled{
    background-color: #DB51E4;
    border: solid 2px #DB51E4;
/*    background-color: #DB51E4;
    border-radius: 3px;
    border: solid 2px #0099cc;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    padding-top: 3px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 3px;*/
    /*opacity: 0.2;*/
    cursor: pointer;
}

.botonMensajeDesasignar:hover:enabled{
    border: solid 2px #DB51E4;
    color: #DB51E4;
/*    background-color: #0099cc;
    border-radius: 3px;
    border: solid 2px #0099cc;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    padding-top: 3px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 3px;*/
    /*opacity: 0.2;*/
    cursor: pointer;
}

.botonT:hover:enabled{
    background-color: #0099cc;
    border-radius: 3px;
    border: solid 2px #0099cc;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    padding-top: 3px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 3px;
    cursor: pointer;
    background:url('../Img/Iconos/botonT.png') no-repeat; 
    background-size:20px 20px;
    background-color: #0099cc;
    background-position:left;
    padding-left:24px;
}
.botonDialogConf:hover{
    background-color: #FF2B66;
    /*background-color: #1D7DC2;*/
    /*border-radius: 3px;*/
    border: solid 2px #FF2B66;
    /*border: solid 2px #1D7DC2;*/
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    padding-top: 3px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 3px;
    cursor: pointer;
    border-radius: 15px;
}
.botonDialogConf{
    /*border-radius: 3px;*/
    background-color: #FFFFFF;
    border: solid 2px #FF2B66;
    /*border: solid 2px #1D7DC2;*/
    color: #000;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    padding-top: 3px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 3px;
    cursor: pointer;
    border-radius: 15px;
}

.botonDialogAdv{
    border-radius: 3px;
    background-color: #fff;
    border: solid 2px #EF8043;
    color: #545454;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    padding-top: 3px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 3px;
    cursor: pointer;
}

.botonDialogAdv:hover{
    border-radius: 3px;
    background-color: #EF8043;
    border: solid 2px #EF8043;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    padding-top: 3px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 3px;
    cursor: pointer;
}

.fileContainer {
    overflow: hidden;
    position: relative;
}

.fileContainer [type=file] {
    cursor: inherit;
    display: block;
    font-size: 999px;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}

/* Example stylistic flourishes */

.fileContainer {
    background: #1d7dc2;
    float: left;
    padding: .5em;
    font-weight: bold;
    color:white;
}

.fileContainer:hover {
  opacity:0.5;
}

.fileContainer [type=file] {
    cursor: pointer;
}

.botonDescargarGrafico {
    border-radius: 3px;
    background-color: #FF2B66;
    border: solid 2px #FF2B66;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    padding-top: 3px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 3px;
    cursor: pointer;
    margin-left: 0%;
}

.botonDialogConfVRA:hover{
    background-color: #FF2B66;
    /*background-color: #1D7DC2;*/
    /*border-radius: 3px;*/
    border: solid 2px #FF2B66;
    /*border: solid 2px #1D7DC2;*/
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    padding-top: 3px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 3px;
    cursor: pointer;
    border-radius: 15px;
    width: 45px;
}

.botonDialogConfVRA{
    /*border-radius: 3px;*/
    background-color: #FFFFFF;
    border: solid 2px #FF2B66;
    /*border: solid 2px #1D7DC2;*/
    color: #000;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    padding-top: 3px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 3px;
    cursor: pointer;
    border-radius: 15px;
    width: 45px;
}

.textom{
    background-color: #ffffff;
    border-color: transparent;
    margin-bottom: 2px;
    border-radius: 5px;
    border: #FF2B66 2px solid;
}

.textom:disabled{
    padding-left: 2px;
    background-color: #E7E7E7;
    /*background-color: #ffffff;*/
    border-color: transparent;
    opacity: 0.8;
    margin-bottom: 2px;
    border-radius: 5px;
    border: 2px solid #C1C1C1;
}

    
.btnopbus{
     color: white; 
     padding: 3px 16px;
     width: 165px;
     height: 30px;
     background: #FF2B66;
     border-radius: 5px;
     border: solid;
     border-color: #FF2B66; 
     outline: none;
    /*opacity: 0.8;*/
}

.btnopbus:hover:enabled{
    background: #DB51E4;
    border-color: #DB51E4;
    /*border: solid;
    outline: none;
    color: white; 
     padding: 3px 16px;
     width: 165px;
     height: 30px;
     border-radius: 5px;*/
    /*opacity: 0.8;*/
}
    
.btnopbus:disabled{
    opacity: 1;
}
    
div.BotonesFormulariosT .OpcT, div.BotonesSeleccionar .OpcT{
    margin: 0;
    padding-top: 40px;
    width: 75px;
    background-color: transparent;
    border: 1px solid transparent;
    color: #545454;
    font-size: 15px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius:5px;
}

div.BotonesFormulariosT .OpcT:hover, div.BotonesSeleccionar .OpcT:hover{
    /*border: 1px solid #FF2B66;*/
    /*background-color: #FEE9FF;*/
    cursor: pointer;
    /*--CSS3 Box Shadows--*/
/*    -webkit-box-shadow: 1px 1px 1px #FF2B66;
    -moz-box-shadow: 1px 1px 1px #FF2B66;
    box-shadow: 1px 1px 1px #FF2B66;*/
}

div.BotonesFormulariosT .OpcT[disabled], div.BotonesSeleccionar .OpcT[disabled]{
    opacity: 0.2;
}

div.BotonesFormulariosT .OpcT[disabled]:hover, div.BotonesSeleccionar .OpcT[disabled]:hover{
    background-color: transparent;
    cursor: default;
}

div.BotonesFormulariosT{
    height: 75px;
    overflow: hidden;

    /*    background-image: url(../Img/thOrange/12BarraBotones.jpg);*/
    background-position: bottom left;
    background-repeat: repeat-x;

    /*    border: 1px solid #1A202C;*/
    border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius:5px;

    /*--CSS3 Box Shadows--*/
    /*    -webkit-box-shadow: 2px 2px 2px #000;
        -moz-box-shadow: 2px 2px 2px #000;
        box-shadow: 2px 2px 2px #000;*/

    margin: 7px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 51px;
}


/***************/
.botonMGrafic{
    border-radius: 5px;
    background-color: #FFFFFF;
    border: solid 2px #FF2B66;
    color: #FF2B66;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    padding-top: 3px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 3px;
    margin-bottom: 6px;
    margin-top: 6px;
    /*opacity: 1;*/
    cursor: pointer;
}

.botonMGrafic:hover:enabled{
    border: solid 2px #DB51E4;
    color: #DB51E4;
/*    background-color: #0099cc;
    border-radius: 3px;
    border: solid 2px #0099cc;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    padding-top: 3px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 3px;*/
    /*opacity: 0.2;*/
    cursor: pointer;
}

.botonMGrafic:disabled{
    opacity: 0.5;
    /*border: 1px solid #999999;
    background-color: #cccccc;
    color: #666666;
    border-radius: 5px;
    font-size: 16px;
    padding-top: 3px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 3px;
    margin-bottom: 6px;
    margin-top: 6px;
    opacity: 1;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;*/
}

.botonNomada{
    border-radius: 5px;
    background-color: #FF2B66;
    border: solid 2px #FF2B66;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    padding-top: 3px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 3px;
    margin-bottom: 6px;
    margin-top: 6px;
    /*opacity: 1;*/
    cursor: pointer;
}

.botonNomada:disabled{
    opacity: 0.5;
/*    border-radius: 3px;
    background-color: transparent;
    border: transparent;
    color: transparent;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    padding-top: 3px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 3px;
    cursor: pointer;*/
}

.botonNomada:hover:enabled{
    background-color: #DB51E4;
    border: solid 2px #DB51E4;
    background-color: #DB51E4;
    /*border-radius: 3px;*/
    /*border: solid 2px #0099cc;*/
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
/*    padding-top: 3px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 3px;*/
    /*opacity: 0.2;*/
    cursor: pointer;
}

.botonMensajeW{
    border-radius: 3px;
    background-color: #1D7DC2;
    border: solid 2px #1D7DC2;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    padding-top: 3px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 3px;
    cursor: pointer;
}

.botonMensajeChatBot{
    border-radius: 50%;
    /*border-radius: 3px;*/
    background-color: #DB51E4;
    border: solid 2px #DB51E4;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    padding-top: 3px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 3px;
    cursor: pointer;
    font-weight: bold;
}