/* CSS Document */

/*************** GENERAL ***************/
input[type=text], 
input[type=password], 
textarea, 
select,
input[type=file] {
    /*background-color:#dcf0ff;*/
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    color:#222;
    /*border:solid 1px #2889ae;*/
    border-bottom: solid 1px #bbb;
    margin:1px 1px 1px 0px;
    padding:3px;
    cursor:text;ventanaConfirmarEstatica
    -moz-border-radius:6px; 
    -webkit-border-radius: 6px; 
    border-radius:6px;      
}


input[type=text]:hover,
input[type=password]:hover,
textarea:hover {
    background-color:#FFD;
    border:solid 1px #999;
    margin:1px;
}
input[type=text]:focus, 
input[type=password]:focus, 
textarea:focus, 
select:focus, 
/*.radioButtonList:hover,*/ 
.checkBoxList:hover, 
select:hover {
    background-color:#FFD;
    border:solid 1px #666;
    color:#000;
    cursor:pointer;
    /*margin:1px;*/
}
input[type=text]:focus, 
input[type=password]:focus, 
textarea:focus {
    cursor:text;
}           
option:hover,
select:hover,
/*.radioButtonList label:hover,*/ 
.checkBoxList label:hover,
label[for]:hover {
    background-color:#FFD;
    color:#005;
    cursor:pointer;
}
input[type=text][readonly=readonly],
input[type=text][readonly=readonly]:hover,
input[type=text][readonly=readonly]:focus,
textarea[readonly=readonly],
textarea[readonly=readonly]:hover,
textarea[readonly=readonly]:focus,
select[disabled="disabled"],
select[disabled="disabled"]:hover,
select[disabled="disabled"]:focus {
    background-color:#eee;
    color:#666;
    cursor:default;
    border:solid 1px #999;
}

/*************** INPUT TYPE=SUBMIT TYPE=BUTTON TYPE=RESET ***************/
input[type=submit], 
input[type=button], 
input[type=reset] { 
    padding: 2px 10px;
    background-color: white; 
    border: solid 1px rgb(132, 181, 202);
    color: #000;
    
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 28px;
}
input[type=submit]:hover, 
input[type=button]:hover, 
input[type=reset]:hover {
    background-color:#028cc8;
    border: solid 1px #028cc8;
    color:white;
    cursor:pointer;
}
input[type=submit]:active, 
input[type=button]:active, 
input[type=reset]:active {
    background-color:#d0d0d0;
    border-color:#aaa;
}
input[type=submit][disabled="disabled"],
input[type=button][disabled="disabled"],
input[type=reset][disabled="disabled"] {
    color:#888;
    border-color:#999;
    cursor:default;
}

/*************** INPUT TYPE=TEXT TYPE=PASSWORD ***************/
input[type=text],
input[type=password] {
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px; 
    padding-left:5px;
    padding-right:5px;          
}
input[type=text]:focus {    
}


/*************** INPUT TYPE=FILE ***************/
input[type=file] {  
    border:none;
}

/*************** INPUT TYPE=IMAGE ***************/
div[class="Plt_applicationArea"] input[type=image] {
    cursor:pointer;
    border-style:solid;
    border-width:1px;
    border-color:#eee;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;
    padding:3px;
}
div[class="Plt_applicationArea"] input[type=image]:hover {
    /*border-color:  RGB(32,181,202);*/
    /*background-color: #FFD; /*#dcf0ff;*/
}
div[class="Plt_applicationArea"] input[type=image]:active {
    border-color:#cadeff;
    background-color:#cadeff;
}
div[class="Plt_applicationArea"] input[type=image][disabled=disabled],
div[class="Plt_applicationArea"] input[type=image][disabled=disabled]:hover,
div[class="Plt_applicationArea"] input[type=image][disabled=disabled]:active {
    background-color:#FFF;
    border-color:#eee;
    border-style:dashed;
    cursor:default;
}

/*************** INPUT TYPE=CHECKBOX ***************/
input[type=checkbox] {
    cursor:pointer;
}

/*************** INPUT TYPE=RADIO ***************/
input[type=radio] {
    cursor:pointer;
}

/*************** TEXTAREA ***************/
textarea {
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px; 
    padding-left:5px;
    padding-right:5px;
    padding:5px;
    width: 459px;
    height: 48px;
}

/*************** LABEL ***************/
label, 
span[class="Plt_applicationArea"] {
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#005;
    border:1px solid transparent;
}

/*************** SELECT ***************/
select {
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px; 
    padding-left:5px;
    cursor:pointer;
    -moz-border-radius-bottomright:0px;
    -moz-border-radius-topright:0px;
    -webkit-border-bottom-right-radius:0px;
    -webkit-border-top-right-radius:0px;
    border-bottom-right-radius:0px;
    border-top-right-radius:0px;
}
select[size] {
    padding:8px;
}

        /*************** OPTION ***************/
        option {
            padding-left:5px;
            padding-right:5px;          
        }       

/*************** A ***************/
div[class="Plt_applicationArea"] a,
div[class="Plt_applicationArea"] a:link {       
    font-family:Verdana, Geneva, sans-serif;    
    color:#00B;
    font-size:11px;
    text-decoration:underline;
}
div[class="Plt_applicationArea"] a:visited {
    color:#06B;
}
div[class="Plt_applicationArea"] a:hover {  
    border-color:#b0b0b0;
    color:#F00;
    cursor:pointer;
}
div[class="Plt_applicationArea"] a:active {
    background-color:#d0d0d0;
    border-color:#aaa;
}

/*************** RADIOBUTTONLIST, CHECKBOXLIST ***************/
/*.radioButtonList,*/ 
.checkBoxList {
    border:1px solid #2889ae;
    padding-right:15px;
    padding-left:5px;
    padding-top:5px;
    padding-bottom:5px;
    margin:1px;
    margin-right:10px;
    cursor:pointer;
    background-color:#D8F1FE;
    -moz-border-radius-topleft:10px;
    -moz-border-radius-bottomright:10px;
    -moz-border-radius-topright:10px;
    -moz-border-radius-bottomleft:10px; 
    -webkit-border-radius: 10px;
    border-radius:10px;     
}
.radioButtonList label, 
.checkBoxList label {
    cursor:pointer;
}

/*************** GRIDVIEW ***************/
.gridView,
.gridViewMain {
    background:none repeat scroll 0 0 #FDFFFF;
    border-collapse:collapse;
    font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size:11px; 
    text-align:left;
    border-color: rgb(132,181,202); /*#FFF;*/
    border-width:0px;
    cursor:default;
}
.gridView th,
.gridViewMain th {
    border-left:0px;
    border-right: 1px solid #eeeeee;
    border-top:0px;
    border-bottom:1px solid #eeeeee; /*rgb(132,181,202);*/
    font-size:12px;
    font-weight:normal;
    padding:5px 10px;   
    background-color: #eee ; /*rgb(132,181,202);*/
    color: #575757;
}
.gridView td,
.gridViewMain td {
    border-left:0px;
    border-right:1px solid transparent;
    border-top:0px; 
    border-left: 0px;
    color: #575757; /*#000099;*/
    padding:6px 15px;
}
.gridView tr,
.gridViewMain tr {
    border-left:0px;
    border-right:0px;
    border-top:0px;
    border-bottom:2px solid transparent; /*rgb(132,181,202); /*#CCCCCC;*/   
}

.gridView tbody tr:hover ,
.gridViewMain tbody tr:hover {
    border-right: solid #028cc8 1px;
}


.gridView tbody tr:hover td,
.gridViewMain tbody tr:hover td {
    color: #028CC8; 
    background-color: #fafafa;
}
.gridView th a:link,
.gridViewMain th a:link {
    color:#575757;
    border:none;
    padding:0px;
    text-decoration:underline;  
}

.SortedAscendingHeaderStyle
{
    background-color:red !important;
}

.gridView th a:active,
.gridViewMain th a:active {
    color:#000000 !important;
}



.gridView tbody tr:last-child,
.gridViewFooter {   
    border-bottom:2px solid rgb(132,181,202); /*#6678B1;*/
}
.gridView tbody tr td table tbody tr td a:link {
    background-color:#fff;
    border:none;
    cursor:pointer;
}
.gridView tbody tr td table tbody tr {
    border-bottom:none;
}
.gridViewFooter,
.gridViewSmallFooter
 {
    background-color: #eff;
    
}


.gridViewPager 
{
    background-color: #EEE;
    font-weight: bold;
    text-align: center;
    
}

.gridViewPager td
{
    padding: 2px 15px ;
}

    .gridViewPager td table
    {   
        margin-left: auto;
        margin-right: auto;
        
    }

    .gridViewPager td table tbody tr a
    {   
        color: #028cc8 !important;
        font-weight: bold;
        
    }

    .gridViewPager td table tbody tr a:hover
    {   
        color: #fff !important;
        font-weight: bold;
        background-color: #028cc8;
        
    }
    

    .gridViewPager span
    {   
        background-color: #707070;
        color: #fff;
    }
    


.gridView tbody tr:last-child a,
.gridViewMain tbody tr:last-child a {
    text-decoration:none;
}
.gridView tbody tr:first-child a,
.gridView tbody tr:last-child a,
.gridViewMain tbody tr:last-child a,
.gridViewMain tbody tr:first-child a {
    background-image:none;
}
.gridView tbody,
.gridViewMain tbody {
    border-collapse:separate;
}
.gridViewEvenRow,
.gridViewSmallEvenRow
 {
    /*background-color: #f6f6f6; /*#dcf0ff;*/  /*#e3eefb;*/ 
}

.gridViewSmall 
{
    background:none repeat scroll 0 0 #FDFFFF;
    border-collapse:collapse;
    font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size:8px;  
    text-align:left;
    border-color:#FFF;
    border-width:0px;
    cursor:default;
}
.gridViewSmall th {
    border-left:0px;
    border-right:0px;
    border-top:0px;
    border-bottom:2px solid #6678B1;
    color:#003399;
    font-size:8px;
    font-weight:normal;
    padding:8px 10px;   
}



.dvwHeaderStyle
{
    background-color: #eee;
    color: #575757;
}


.gridView tbody tr:hover td .btnSelect,
.gridViewMain tbody tr:hover td .btnSelect{
    background:url("../imagenes/img_nuevas/seleccionar.png") no-repeat fixed center;
    
    /*border: solid 1px #9e9e9e !important;*/
    
}


.btnSelect
{
    background:url("../imagenes/img_nuevas/seleccionar.png") no-repeat;
    background-position: center center;
    border: solid 1px #eee !important;
background-size: 100% 100%;
    width: 120px;
    height: 30px;
    /*background-color:transparent !important;*/
}

.gridView tbody tr:hover td .btnSelect:hover,
.gridViewMain tbody tr:hover td .btnSelect:hover{
    background:url("../imagenes/img_nuevas/seleccionar.png") no-repeat fixed center;
    border-width: 0px !important;
    background-color:#028cc8 !important;
}

/*.btnSelect:hover
{
    background: url("../imagenes/img_nuevas/detail_sw.png") no-repeat center !important;
    border: solid 1px #028cc8 !important;
    background-color:#028cc8 !important;
}*/

.gridView tbody tr:hover td .btnDelete,
.gridViewMain tbody tr:hover td .btnDelete{
    background:url("../imagenes/img_nuevas/eliminar.png") no-repeat fixed center;
}

.btnDelete
{
    background:url("../imagenes/img_nuevas/eliminar.png") no-repeat center;
    border: solid 1px #eee !important;
    background-size: 100% 100%;
    width: 120px;
    height: 30px;
}

.gridView tbody tr:hover td .btnDelete:hover,
.gridViewMain tbody tr:hover td .btnDelete:hover{
    background:url("../imagenes/img_nuevas/eliminar.png") no-repeat fixed center;
    border-width: 0px !important;
    background-color:#028cc8 !important;
}

/*.btnDelete:hover
{
    background: url("../imagenes/img_nuevas/delete_so.png") no-repeat center;
    border: solid 1px #028cc8 !important;
}*/


.btnReturn
{
    background:url("../imagenes/img_nuevas/regresar.png") no-repeat fixed center;
    border: solid 1px #eee !important;
    background-size: 100% 100%;
    width: 120px;
    height: 30px;
}

.btnReturn:hover
{
    background: url("../imagenes/img_nuevas/regresar.png") no-repeat fixed center;
    border: solid 1px #028cc8 !important;
    background-size: 100% 100%;
    width: 122px;
    height: 32px;
}



/*************** AJAX CALENDAR ***************/
.ajax__calendar,
.ajax__calendar_container {
    z-index:1000;
}


/*************** MODAL ***************/
.fondoModal,
.modalBackground,
.fondoLoading
{
    background-color: #000;
    filter:alpha(opacity=30);
    opacity:0.3;    
}
.fondoLoading,
.modalBackground {
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index:5;
}

/*************** DIALOG ***************/
.dialog,
.modalDialog {
    background-color:#FFF;
    padding:25px;
    border-color:#06C;
    border-style:solid;
    border-width:3px;
    -moz-border-radius-topleft:20px;
    -moz-border-radius-bottomright:20px;
    -moz-border-radius-topright:20px;
    -moz-border-radius-bottomleft:20px; 
    -webkit-border-radius:20px; 
    border-radius:20px;     
    z-index:600;
}
.modalDialog {
    position:absolute;
    top:100px;  
     /*left: expression((document.body.offsetWidth /2) - 150 + "px");*/
    /* margin: 2% 25% 25% 25%;*/
}
.centrado {
    text-align:center;    
}

/*************** TITLE ***************/
.mainTitle {
    font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size:14px;
    color:#003;
    font-weight:bold;
    padding-bottom:15px;
    text-align:center;
}
.subTitle {
    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
    color:#003;
    font-weight:bold;
    padding-bottom:10px;
    padding-top:10px;
}
.textBlock {
    text-align:justify;
    font-family:Arial, Helvetica, sans-serif;
    color:#333;
    font-size:12px;
    padding-bottom:10px;    
}
.textBlock ol { 
    margin-bottom:0px;  
}
.textBlock li { 
    padding-bottom:10px;    
}
.underlineTitle {
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    vertical-align:top;
}

/*************** FORM ***************/
.tableForm {
    border-collapse:collapse;
    border-width:2px;
    border-style:solid;
    border-color:#FFF;
    background-color:#FFFFFF;
    border-bottom-color :#CCCCCC;
    border-top-color :#CCCCCC;
    border-left-color :#CCCCCC;
    border-right-color :#CCCCCC;
}
.tableForm .mainTitle {
    padding-top:15px;
}
.buttonRow {
    text-align:right;
    padding-top:20px;
}

/*************** ACCORDION ***************/
.accordionHeaderDeselected,
.accordionHeaderSelected {  
    text-align:left;
    border:solid 1px #115674;
    padding-right:3px;
    padding-left:8px;
    padding-top:6px;
    padding-bottom:5px;
    font-family:Verdana, Geneva, sans-serif;
    color:#003;
    font-size:12px;
    font-weight:bold;   
    margin-top:2px;
}
.accordionHeaderDeselected {
    background-color:#1978a2;
    background-image:url(../imagenes/img_nuevas/seleccionar.png) ;

    background-position:right;
    background-repeat:no-repeat;
    color:#fff;
    
    -moz-border-radius-bottomright:8px;
    -moz-border-radius-topright:8px;
    border-bottom-right-radius:8px;
    border-top-right-radius:8px;
    -moz-border-radius-bottomleft:8px;
    -moz-border-radius-topleft:8px;
    border-bottom-left-radius:8px;
    border-top-left-radius:8px;
    cursor:pointer;
}
.accordionHeaderSelected {  
    background-color:#2099ce;
    color:#FFF;
    -moz-border-radius-bottomright:0px;
    -moz-border-radius-topright:8px;
    border-bottom-right-radius:0px;
    border-top-right-radius:8px;
    -moz-border-radius-bottomleft:0px;
    -moz-border-radius-topleft:8px;
    border-bottom-left-radius:0px;
    border-top-left-radius:8px;
    border-bottom:none;
}
.accordionBody {
    background-color:#dcf0ff;   
    text-align:left;
    border:solid 1px #115674;
    border-top:none;
    padding-right:3px;
    padding-left:8px;
    padding-top:3px;
    padding-bottom:2px;
    -moz-border-radius-bottomright:8px;
    -moz-border-radius-topright:0px;
    border-bottom-right-radius:8px;
    border-top-right-radius:0px;
    -moz-border-radius-bottomleft:8px;
    -moz-border-radius-topleft:0px;
    border-bottom-left-radius:8px;
    border-top-left-radius:0px;
}

/*************** COLLAPSIBLE PANEL ***************/
.openedCollapsiblePanelHeader {
    text-align:left;
    border:solid 1px #00a29e;   
    border-bottom:none;
    padding-right:3px;
    padding-left:8px;
    padding-top:6px;
    padding-bottom:5px;
    font-family:Verdana, Geneva, sans-serif;
    color:#003;
    font-size:12px;
    font-weight:bold;   
    margin-top:2px;
    background-color:#eeffff;   
    background-image:url(../imagenes/ico/retract_S.png);
    background-position:right;
    background-repeat:no-repeat;    
    
    -moz-border-radius-topright:8px;
    border-top-right-radius:8px;
    border-top-left-radius:8px; 
    -moz-border-radius-topleft:8px; 
    
    cursor:pointer;
}

.closedCollapsiblePanelHeader {
    text-align:left;
    border:solid 1px #00a29e;   
    padding-right:3px;
    padding-left:8px;
    padding-top:6px;
    padding-bottom:5px;
    font-family:Verdana, Geneva, sans-serif;
    color:#003;
    font-size:12px;
    font-weight:bold;   
    margin-top:2px;
    background-color:#eeffff;   
    background-image:url(../imagenes/ico/deploy_S.png);
    background-position:right;
    background-repeat:no-repeat;    
    
    -moz-border-radius-topright:8px;
    border-top-right-radius:8px;
    border-top-left-radius:8px; 
    -moz-border-radius-topleft:8px;
    
    -moz-border-radius-bottomright:8px;
    border-bottom-right-radius:8px; 
    -moz-border-radius-bottomleft:8px;  
    border-bottom-left-radius:8px;
    
    cursor:pointer;
}

.collapsiblePanelBody {
    background-color:#dcf0ff;       
    border:solid 1px #00a29e;
    border-top:none;
    margin:auto;
    width:auto;
    padding:10px;
    -moz-border-radius-bottomright:8px;
    border-bottom-right-radius:8px; 
    -moz-border-radius-bottomleft:8px;  
    border-bottom-left-radius:8px;
}

/*************** MESSAGE ***************/
.information,
.warning,
.error,
.confirm,
.tooltip {  
    padding:8px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#000;
    text-align:justify;
    -moz-border-radius-topleft:10px;
    -moz-border-radius-bottomright:10px;
    -moz-border-radius-topright:10px;
    -moz-border-radius-bottomleft:10px; 
    -webkit-border-radius:10px; 
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
}
.information {
    background-color:#EFF;
    border:1px solid #EEF;  
    background-image:url(../imagenes/img_nuevas/ico_advertencia.png);
    background-size: 100% 100%;
    background-repeat:no-repeat;
    background-position:5px 5px;
    padding-left:40px;
    padding-top:13px;
    padding-bottom:13px;
}
.warning {
    background-color:#FFE;
    border:1px solid #FFA;  
    background-image:url(../imagenes/img_nuevas/ico_advertencia.png);
    background-size: 100% 100%;
    background-repeat:no-repeat;
    background-position:5px 5px;
    padding-left:40px;
    padding-top:13px;
    padding-bottom:13px;
}
.error {
    background-color:#FEE;
    border:1px solid #FAA;
    background-image:url(../imagenes/img_nuevas/ico_error.png);
    background-size: 100% 100%;
    background-repeat:no-repeat;
    background-position:5px 5px;
    padding-left:40px;
    padding-top:13px;
    padding-bottom:13px;
}
.confirm {
    background-color:#EFE;
    border:1px solid #AFA;
    background-image:url(../imagenes/ico/confirm.jpg);
    background-size: 100% 100%;
    background-repeat:no-repeat;
    background-position:5px 5px;
    padding-left:40px;
    padding-top:13px;
    padding-bottom:13px;
}
.tooltip {
    background-color:#FFFF99;
    border:3px solid #EFCD45;
    width:200px;
    margin-top:25px;    
    font-size:11px;
}

/*************** LOADING ***************/
.fondoLoading {
   z-index:1000;
   /*EL _ LO TIENE PARA QUE SE ACTIVE SOLO EN I-EXPLORER 6*/
   _left: -35px;
   _top:  -200px;
   right: 0px;
   bottom: 0px; 
   /*EL _ LO TIENE PARA QUE SE ACTIVE SOLO EN I-EXPLORER 6*/
   _width: expression(document.body.offsetWidth  + 20+"px"); 
   _height: expression(document.body.offsetHeight + 20+ "px");     
}
.loading {
    background-image:url(../imagenes/loading.gif);  
    background-repeat:no-repeat;
    background-position:center; 
    z-index:10;
    left: 0px;
    top:  0px;
    right: 0px;
    bottom: 0px;
    position:fixed;
    text-align: center;
    vertical-align: middle; 
}
.listSearchExtender {    
    background-repeat:no-repeat;
    background-position:right;
    background-color:#FFFFB9;       
    font-size:15px;
    border:1px solid #EFCD45;   
    height:15px;
    padding-top:5px;
    text-indent:5px;
}



/*************** VENTANA DE CONFIRMACIÓN ***************/

.ventanaConfirmar
        {
            border: 3px solid #028CC8;
    position:fixed;
           z-index:6;
           left: 47%;
           text-align: center; 
           vertical-align: middle; 
           background-color:White; 
           width: 499px;
           margin-left: -200px;  /* half of the width */
           top: 440px;
}

.ventanaConfirmarEstatica
        {
            position:fixed;
           z-index:6;
           left: 50%;
           text-align: center; 
           vertical-align: middle; 
           background-color:White; 
           border-style: solid;
           border-width: 3px;
           width: 400px;
           margin-left: -200px;  /* half of the width */
           top: 40%;
           border-color: #028CC8;
        }

/*************** TABPANEL ***************/


.CustomTabStyle .ajax__tab_active{
            background-color: #028CC8;
            border-bottom: solid 2px #028CC8;
        }

        .CustomTabStyle .ajax__tab_active .ajax__tab_tab span{
            color: white;
        }

        .CustomTabStyle .ajax__tab_active .ajax__tab_outer 
        {
            background-color: #028CC8;
            border: solid 1px #028CC8;
        }

        .CustomTabStyle .ajax__tab_active .ajax__tab_outer span:hover
        {
            background-color: #028CC8;
            border-bottom: solid 2px #028CC8;
        }

        

        .CustomTabStyle .ajax__tab_tab {   
            display: inline-block;
            outline: none;
        }

        .CustomTabStyle .ajax__tab_tab span
        {   
            color: #028CC8;
            font-size: small;
        }

        .CustomTabStyle .ajax__tab_outer 
        {   
            border-top: 1px solid lightblue;
            border-left: 1px solid lightblue;
            border-right: 1px solid lightblue;
        }
        
        .CustomTabStyle .ajax__tab_outer span:hover
        {   
            background-color: #FFD;
            border-bottom: solid 3px #FFD;
        }
        
        .CustomTabStyle .ajax__tab_header{
            height: 20px;
            border-bottom: solid 3px #028CC8;
        }
        
        .CustomTabStyle .ajax__tab_body {
            background-color: white;
            border-right: 1px solid #028CC8;
            border-bottom: 1px solid #028CC8;

        }



/*************** CONTENIDO FORMULARIO ***************/

.divNota
{
    text-align:left;
    color: #707070;
}


.divGrid
{
    display:inline-block; 
    text-align:left
}

.lblCantidad
{
    text-align:left;
    color: #707070;
}

.tdOpcional
        {   TEXT-ALIGN: left; color:#666666; font-size:8pt;        }

        .tblFormulario tr td
        {   vertical-align:top; }

        .pnlTitulo
        {
            background-color: #028CC8;
            color: white;
            height: 20px;
            text-align: center;
        }

        .tdSubtitulo
        {   
            TEXT-ALIGN: left;
            height: 20px;
            font-size: 9pt;
            vertical-align: bottom;
            background-color: #eee; /*#ecf8ff;*/
            color: #028cc8;
            font-weight:bold;
        }

        .tdBody
        {   text-align: left;   }

        .trBodyA
        {   }


        
        
        

        .contenido{
            background-color: white;
            border-top: 3px solid #028CC8;
            border-right: 1px solid #028CC8;
            border-bottom: 1px solid #028CC8;
        }





 .btnAyuda
{
    background:url("../imagenes/ico/ayuda_g.png") no-repeat center;
    border: none !important;
    background-color: transparent !important;
    width: 30px;
    height: 30px;
}

.btnAyuda:hover
{
    background: url("../imagenes/ico/ayuda_o.png") no-repeat center;
    background-color: transparent !important;
    /*border: solid 1px #028cc8 !important;*/
}


.btnList
{
    background:url("../imagenes/img_nuevas/verDetalle.png") no-repeat center;
    border: solid 1px #eee !important;
    background-size: 100% 100%;
    width: 120px;
    height: 30px;
}

.btnList:hover
{
    background: url("../imagenes/img_nuevas/verDetalle.png") no-repeat center;
    border: solid 1px #028cc8 !important;
}

.btnAdd 
{
    background:url("../imagenes/img_nuevas/agregar.png") no-repeat center;
    border: solid 1px #eee !important;
    background-size: 100% 100%;
    width: 120px;
    height: 30px;
}

.btnAdd:hover 
{
        background: url("../imagenes/img_nuevas/agregar.png") no-repeat center;
        border: solid 1px #028cc8 !important;
}

.btnConstancia
{
    background:url("../imagenes/img_nuevas/ico_pdf.png") no-repeat center;
    border: solid 1px #eee !important;
    background-size: 100% 100%;
    width: 58px;
    height: 40px;
}

.btnConstancia:hover
{
    background: url("../imagenes/img_nuevas/ico_pdf.png") no-repeat center;
    border: solid 1px #028cc8 !important;
    background-size: 100% 100%;
    width: 63px;
    height: 43px;
}


.btnModificar
{
    background:url("../imagenes/img_nuevas/modificar.png") no-repeat center;
    border: solid 1px #eee !important;
    background-size: 100% 100%;
    width: 120px;
    height: 30px;
}

.btnModificar:hover
{
    background: url("../imagenes/img_nuevas/modificar.png") no-repeat center;
    border: solid 1px #028cc8 !important;
    background-size: 100% 100%;
    width: 123px;
    height: 33px;
}


.btnPariente
{
    background:url("../imagenes/img_nuevas/modificar.png") no-repeat center;
    border: solid 1px #eee !important;
    background-size: 100% 100%;
    width: 120px;
    height: 30px;
}

.btnPariente:hover
{
    background: url("../imagenes/img_nuevas/modificar.png") no-repeat center;
    border: solid 1px #028cc8 !important;
}



.lblMensaje
{
    background-color:#eee;
    color: #028cc8;
    font-weight: bold;
}

.lblMensajeError
{
    background-color:transparent;
    color: #940202;
    font-weight: bold;
    font-size: medium;
}


.jqTooltip{
    position: absolute;
    background: #eee;
    color: #eeeeee;
    font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
    padding: 2px;
    margin-top: -10px;
    margin-left: 10px;
    z-index: 3;
    display: none;
    background-color: #707070;
    font-size: 12px;
}

.tmpHorizontal
{
    width: 1024px;
    height: 1px;
    background-color: lime;
    z-index: 10;
    position: fixed;
    top:0px;
    left:10px;
}

.tmpVertical
{
    height: 768px;
    width: 1px;
    background-color: lime;
    z-index: 10;
    position: fixed;
    top:0px;
    left:10px;
}



.gridView tbody tr:hover td .btnParentL,
.gridViewMain tbody tr:hover td .btnParentL{
    background:url("../imagenes/img_nuevas/verDetalle.png") no-repeat center;
}

.btnParentL
{
    background:url("../imagenes/img_nuevas/verDetalle.png") no-repeat center;
    border: solid 1px #eee !important;
    background-size: 100% 100%;
    width: 120px;
    height: 30px;
}

.btnParentL:hover
{
    background: url("../imagenes/img_nuevas/verDetalle.png") no-repeat center !important;
    border: solid 1px #028cc8 !important;
    background-color: #028cc8 !important;
}

.divArrow{
    top:92px; 
    left:-20px; 
    z-index:inherit; 
    position:inherit;
    background: url("../imagenes/img_nuevas/seleccionar.png") no-repeat;
    width:20px;
    height:20px;
}

.NodeStyle
{
    width: 140px;
    font-size: 10px;
    display: block;
    text-decoration: none;
    color: #ffffff;
    border: solid 1px Transparent;
    padding: 2px 2px 2px 2px;
}

.NodeStyle:hover,
a.NodeStyle:hover,
.NodeStyle:link:hover,
a.NodeStyle:link:hover
{
    font-size: 10px;
    display: block;
    text-decoration: none;
    color: #003687;
    border: solid 1px #71a9ff;
    background-color: #c6ddff;
    padding: 2px 2px 2px 2px;
}

.HoverNodeStyle
{
    font-size: 10px;
    display: block;
    text-decoration: none;
    color: #ffffff;
    border: solid 1px Transparent;
    padding: 2px 2px 2px 2px;
}

.HoverNodeStyle:hover,
a.HoverNodeStyle:hover,
.HoverNodeStyle:link:hover,
a.HoverNodeStyle:link:hover
{
    font-size: 10px;
    display: block;
    text-decoration: none;
    color: #003687;
    border: solid 1px #71a9ff;
    background-color: #c6ddff;
    padding: 2px 2px 2px 2px;
}

.SelectedNodeStyle
{
    font-size: 10px;
    display: block;
    text-decoration: none;
    color: #ffffff;
    border: solid 1px Transparent;
    padding: 2px 2px 2px 2px;
}

.SelectedNodeStyle:hover,
a.SelectedNodeStyle:hover,
.SelectedNodeStyle:link:hover,
a.SelectedNodeStyle:link:hover
{
    font-size: 10px;
    display: block;
    text-decoration: none;
    color: #003687;
    border: solid 1px #71a9ff;
    background-color: #c6ddff;
    padding: 2px 2px 2px 2px;
}
/*para corregir estilo gotico*/