/* ---- Estilos básicos ---------------------------------------------------- */
*{
    padding:0;
    margin:0;    
}


.wait{
        cursor: wait;
    }

 body {
  font: 70%/160% "verdana", sans-serif;
  color: #192666;
}
    
.centrado
{
    position:absolute;
    top:50%;
    left: 50%;
    width: 40px;
    margin-left:-20px ;
    height: 40px;
    margin-top: -20px;
    padding:5px;
}

#TopH
    {
        width: 99.9%;
        min-width: 1024px;
        height:60px;   

        border-bottom: 1px solid #5AA0C7;
        box-shadow: 2px 2px 2px 3px #354d5a; 
        
        background: -webkit-linear-gradient(red, orange); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(gray, silver); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(red, orange); /* For Firefox 3.6 to 15 */
        background: linear-gradient(#101010, #A0A0A0); /* Standard syntax */      
        background: linear-gradient(#5AA0C7,#063874); /* Standard syntax */       
    }
    
#THTitulo
{   
    float: left;
    height:100%;
    
}
#THTitulo h2
{  
  color: #fff; 
  margin:0;
  padding-top:8px;
  padding-left:10px;
  text-shadow:2px 2px 2px black;
  }
  
#THTitulo h4
{ 
   color: #DEB887; 
   padding:0; 
   text-shadow:2px 2px 2px black;
   margin-left: 10px;
   }
   
   #THUser
   {
    float: right; 
    height:40px;
    width: 200px; 
    border-radius: 0 0 4px 4px;  
    background:#5AA0C7;
   }
   
   
   #THUser a
   { 
   text-decoration: none;
   margin-top:2px;
   }
   
   #THUser h5, a h5, h5 a
   {    
    color: #eaefef; 
    text-shadow:2px 2px 2px black; 
    width: 200px; 
    text-align:center;
    margin-top:2px;    
   }
   
    #THUser h5 a
   {    
    margin-left:6px;    
    margin-right:6px; 
   }
       
#TopM
    {
        width: 99.94%;
        min-width: 1024px;
        margin-top:6px;
        height:25px;   
        border: 1px solid gray;
        border-top:0; 
        
       /*  background: -webkit-linear-gradient(red, orange); /* For Safari 5.1 to 6.0 */
       /*  background: -o-linear-gradient(gray, silver); /* For Opera 11.1 to 12.0 */
       /*  background: -moz-linear-gradient(red, orange); /* For Firefox 3.6 to 15 */
         background: #063874;      
    }
    

     
    #OpMenu{
        padding:0;
        float:left;
        margin:2px 1px 2px 2px;
                
    }
    
    #OpMenu li{
        display: inline;  
        margin-left:5px;
    }
    
    #OpMenu li a
    {
        position: relative;
        padding: 2px 2px;
        font-weight:bold;
        margin:2px 1px 4px 4px;
        color: silver; 
        text-shadow:2px 2px 2px black;
        text-decoration: none;
        border-radius: 3px 3px 3px 3px;  
        background:#063874;
    }
    
    
    #OpMenu li a:hover
    {
        background:#3184b3;
    }

    #OpMenu li a span
    {
        margin-right:4px;
    }
    
    #OpMenu .OpSel 
    {
        color: #FFF;
    }
    


    
    /*Contenedor del Body y Menu laterál   */
    #Container
    {
        margin:auto;
        margin-top: 8px;
        
       /* width:1018px; */
        width:1218px;
        height:630px;  
        background-color: #F8F8F8 ;   
        /*box-shadow: 2px 2px 2px 3px silver; */
          
    }
    
    #Top
    {
        width: 100%;
        height:128px;   
        border: 0px solid #000000; 
    }
    
    #Top #Header
    {
        width: 100%;
        height:80px;
        border: 0;
        border-radius: 5px;
        -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
        box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    }
    
    
    #Top #Logo
    {
        float: left;
        margin:2px 2px 2px 2px;
    }
     #Top #Logo img
     {
        width:76px;
        height:76px;
     }
    
                        
    #Top #Header #Titulo
    {    
        color:#8B4513;
        background-color:#fff;
        font-weight: bold;
        font-size: 24px;
        text-align:center;
        text-shadow: 2px 2px 2px #606060;
        border: none;
        float: left;
        width:722px;
        height:100%;
    }
    
      #Top #Header #Titulo p
    {    
        padding:25px;
    }
    
    #Top #Header #Usuario
    {              
        font-size:9px;
        font-weight: bold;
        color: black;
        float:right; 
        width:215px;
        margin: 0 1px 0 0;  
        height:100%;      
        background-color:#fff;
        border-radius: 0 5px 5px 0;
    }   
      
           
    #Ribbon
    {
        margin: 5px 0 0 0;   
        width: 100%;  
        height:32px;  
        background-color: #F2F5FE;      
        border:thin solid silver;
    }
    
    #Ribbon ul {
        float: left;
        margin: 1px 200px;
        padding: 0;
    }
    
    #Ribbon ul li {
      margin: 0;
      padding: 0;
      float:left;
      display: inline;
    }
    
    #Ribbon ul li a {
      display: block;
      position: relative;
      padding: 5px 10px;
      border: thin solid;
      background: #800000;
      color: #B5C4E3;
      font-weight: bold;
      text-decoration: none;
      cursor: pointer;
    }
    
    #Ribbon ul li a span{
     margin-right: 5px;
    }
    
    #Ribbon ul li a:hover {
        background: #B22222;
        border: thin solid  #800000;
    }
      
    #Ribbon ul li:hover .SubItem{
      display: block;      
    }  
    
     #Ribbon ul li .SubItem li a:hover {
        background: #A52A2A;
    }  

               
    #Ribbon ul li .SubItem {
      display: none;
      position: absolute;
      width: 115px;
      padding: 5px;
      margin: -2px 0 -4px 0px;
      float:left;
    }
    
    
    #Ribbon ul li .SubItem li{
      margin: 0 0 0 0;
      margin-left: 5px;
      padding:0;
      display: inline;
    }
    
    
    
    #Ribbon ul li .SubItem li a{
        font-size: 10px;
        font-weight:normal;
        color:#fff;
        width: 115px;
        height: 12px;
        border: 1px solid;
        background-color: #CD5C5C; 
    }
    
    #ImgFondo
    {
        position: absolute;
        width:1140px;
        height:500px; 
        left: 50%;  
        margin-left: -570px;
        min-width: 1024px;
        min-height:500px;
        max-width: 1400px;
        
        margin-top: 10px;
        /* border:1px solid #000;  */
        background-position:center center;
        background-image:url("../imagenes/LyMBackground.jpg");
        
        background-size: 95% 95%, auto;
        background-repeat: no-repeat;
        -moz-background-size: 70% 70%, auto;
      
    }
    
    #MPBody
    {   width: 100%;
        height:auto;
        
        margin: 5px 0 0 0;   
        border: 0;
        background-color:blue;
    }
    
    #MPBody #Menu
    {
        overflow:auto;
        float:left;
        width: 168px;
        height: 100%;
        border:0;
        margin:1px 0 0 2px;
        
        -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
        box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    }
    
    #MPBody #Menu h2{
        color:#fff;
        background-color: #063874;
        text-align:center;
  
        margin:0 0 0 4px;
        height:24px;
        -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
        box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    }

     #MPBody #Menu h4{
        color:#fff;
        background-color: #063874;
        text-align:center;
        margin:0 0 0 4px;
        height:20px;
        -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
        box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    }   
      

.Nav
{
    float:left;
    margin: 0 0 0 4px;
    padding:0;                
}   

.Nav li{
        list-style: none;  
        background-color: #fff;
        width: 162px;
        border-bottom: 1px solid #666;
    }

.Nav li a
{
    display:block;
        padding: 2px;
        text-decoration:none;
        box-shadow: 2px 2px 5px #ccc;
        color:#555;
}
    
.Nav li a span{        
        color: #063874;
        float: right;
    }
    

.Nav li a:hover{
        background: #f8f8f8;
    }
    
.Nav li ul
    {
        /* display:none;     */
        border-left:5px solid gray;       
    }
        
.Nav li ul li a
    {      
        color: #000;
        width: 153px;
        border:0; 
        padding-left: 2px;
        background: silver;     
        display:block; 
    }
    
.Nav li ul li a:hover{
        background: gray;
    }
    
           
    
    /* Div General del área de trabajo */
    
    #MPBody #Work
    {        
        float:left;
        /* width: 840px; */ 
        width: 1024px;
        /* height:630px ; */
        
        max-height: 620px ;
        max-width: 1024px ;
                    
        border: thin solid gray;
        border-radius: 3px; 
        color:black;
        margin: 5px 0 0 5px;
        background: #fff;
                      
        -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
        box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    }
    
    
    /* Div General del área de trabajo que contiene la Vista o tabla*/   
       
    #MPBody #Work #DataWork
    {
        border-top: 1px solid gray;
        max-height: 600px ;
        max-width: 99% ;
        overflow-x: auto;
        overflow-y: auto;
        margin-left: 4px;
    }
    
    #MPBody #Work #Ribb
    {
        text-align:center;
        color:white;
        font-weight:bold;
        text-shadow: 2px 2px 2px #000000;
        background-color: #063874;
    }  da
    
    
    #MPBody #Info
    {   float:right;
        color:red;
        background-color: #F0F0F0 ;
        width: 200px;
        height: 100%;
        border: thin solid gray;
        border-radius: 3px; 
        margin:0 1px 0 0;
    }
    
    #scrumb
    {  

        text-shadow: .5px .5px .5px gray;
    }
    
    #ButtonBar
    {  

        margin-top:5px;
    }
    
    #divPeriodo
    {
        font-size: 10px;        
    }
    
    #cbAnioPeriodo, #cbMesPeriodo
    {
        font-size: 10px;          
    }
    
    
    #Footer
    {  
        color:black;
        width: 100%;
        height: 35px;
        border:thin solid gray;        
        background-color: #F0F0F0 ;
        margin:6px 0 0 0;           
    }
    
    /*LINK------------------------*/
.dl_link {
    cursor:pointer;
}

/*DROPMENU--------------------*/
.dl_sub_dd {
    display:none;
    }
    
    
#LlavePadre
{
    display:none;
}

#PanelIzq
{
     float: left; 
}

#PanelDer
{
    width: 220px;
    border:1px solid black;
    float: right;
}
          
.stLabel 
{
    width: 90px;
    float: left;
    margin:1px 0px 0px 0px;
}

.St1tabla tr:nth-child(even) { background: #ddd }
.St1tabla tr:nth-child(odd) { background: #fff}

.tableFixed
{
    table-layout: fixed;
    min-width:98%;
}

table td{
    padding-left:2px;  
    padding-right:2px;    
}

table.compact td{
        font-size: 10px;    
}



div.dataTables_wrapper {
        width: 98%;
        height: 98%;
        margin: 0 auto;
    }
    
.dataTables_wrapper .dataTables_filter
{
    margin-top: 5px;
    margin-bottom: 3px;
   /* float: left; */
}
     
     
    
.allGrid tbody td
{
    border-right: 1px solid #ddd; 
    border-bottom: 1px solid #ddd;
    border-top: none;    
} 

.allGrid tbody td:first-child
{
    border-left: 1px solid #ddd;
}


.allGrid thead th
{
      border-top: 1px solid silver;       
      border-right: 1px solid silver;     
}

.allGrid thead th:first-child
{     
      border-left: 1px solid silver;     
}

table.dataTable.compact thead th, 
table.dataTable.compact thead td {
    padding: 2px 15px 2px 2px;
    font-size: 10px;
}
table.dataTable.compact tbody td
 {
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 1px;
    padding-bottom: 1px;
    font-size: 10px;
 }
       
a:link   
{   
 text-decoration:none;   
}  

td input[type=checkbox]
{
    margin: 4px;
    margin-left: 8px; 
}
th input[type=checkbox]
{
    margin: 4px;
    margin-left: 8px; 
}

/*****  Formularios  *****/

.formModal
{

    /* display:none; */

    
}
   
   
/* Reemplaza  jquery-ui.css / ui-widget-overlay */

/*Overlay del fondo al presentar el formulario */


/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 400px; /*must have*/
    height: 400px; /*must have*/
}

/*
.ui-widget-overlay { 
     background: black; opacity: .5;
    filter:Alpha(Opacity=30) ; 
    }


    
/*Contenedor del formulario */
.ui-widget-content { 
    border: 1px solid black/*{borderColorContent}*/; 
    background: #ffffff; 
    color: #222222/*{fcContent}*/;   
}

.ui-dialog
{
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.75); 
 
    
}

    
/* contenedor de la barra del título */ 
.ui-widget-header { 
    border: 1px solid #aaaaaa/*{borderColorHeader}*/; 
    background: #063874;
    color: white/*{fcHeader}*/; 
    font-weight: bold; 
    text-shadow: 2px 2px 2px #000;
    }

    
.windowModal {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}

.windowModal:target {
    opacity:1;
    pointer-events: auto;
}



.windowModal > div {
    position: relative;
    margin: 10% auto;
    padding:0;
    /*padding: 5px 20px 13px 20px; */
    border:1px solid #000;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
   
    background: #fff;
    background: -moz-linear-gradient(#fff,#E8E8E8);
    /*background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999); */
}



.windowModal-fields {
    padding: 5px 20px 13px 20px;
}

.close {
    /* background: #606061; */
    background: #990000;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #00d9ff; }

 
.formTitle
{   
   padding:0;
   height: 25px;
   background-color: #770000; 
   line-height: 25px;
   font-size:10pt; /* tamaño de la letra*/
   font-weight:bold;
   color: white;
   text-align: center;
   text-shadow: 2px 2px 2px #000;
   margin:0;   
}

.label-enmarcada
{
 /*   border:1px solid gray;
    padding: 0 3px 0 2px;  
    margin-left: 2px;    
    background-color: silver;
    text-decoration: none; */
}

/*
.boton{
      text-shadow: 0px 1px rgba(0, 0, 0, 0.5);
      text-align:center;
      text-decoration: none;
      font-family: 'Helvetica Neue', Helvetica, sans-serif;
      display:inline-block;
      color: #FFF;
      background: #C0C0C0;
      padding: 4px 10px;
      white-space: nowrap;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      margin: 2px 2px;
      -webkit-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
}
*/
.tab
{
    margin-left: 7px;
}

.boton{
    display: inline-block;
  padding: 3px 6px;
  margin: 0;
  border: 1px solid #bbb;
  overflow: visible;
  font: bold 11px arial, helvetica, sans-serif;
  text-decoration: none;
  white-space: nowrap;
  color: #555;
  background-color: #E0E0E0 ; 
  transition: background-color .2s ease-out;
  background-clip: padding-box; /* Fix bleeding */
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .3),
              0 2px 2px -1px rgba(0, 0, 0, .5),
              0 1px 0 rgba(255, 255, 255, .3) inset;
  text-shadow: 0 1px 0 rgba(255,255,255, .9); 
}

.boton span{
    padding-right: 3px;

}

.boton:hover{
    border:1px solid gray;
  /* background: #C0C0C0; */
}
   
.azul{
  background: #3498DB;
  border: 1px solid #2980B9;
}

.azul:hover{
  background: #39a0e5;
}

.verde{
  background: #2ECC71; #27AE60;
  border: 1px solid #27AE60;
}

.verde:hover{
  background: #32db78;
}

.rojo{
  background: #E74C3C;
  border: 1px solid #C0392B;
}

.rojo:hover{
  background: #ff5242;
}

.gris{
  background: #A0A0A0;
  border: 1px solid #707070;
}

.gris:hover{
    border:1px solid blue;
  /* background: #C0C0C0; */
}

.bt-disabled
{
    border-color: #eaeaea;
  background: #fafafa;
  cursor: default;
  position: static;
  color: #999;
  /* Usually, !important should be avoided but here it's really needed :) */
  box-shadow: none !important;
  text-shadow: none !important;
}

.bt-disabled:hover
{
    text-decoration: none !important;
    color: #999;
    cursor: default;    
    border-color: #eaeaea;
}


.enlaceboton {
   font-family: verdana, arial, sans-serif;
   font-size: 10pt;
   font-weight: bold;
   padding: 4px;
   background-color: #ffffcc;
   color: #666666;
   text-decoration: none;
}


.enlaceboton:link, .enlaceboton:visited
{
   border-top: 1px solid #cccccc;
   border-bottom: 2px solid #666666;
   border-left: 1px solid #cccccc;
   border-right: 2px solid #666666;
    
}
.enlaceboton:visited {
   /* */
}
.enlaceboton:hover {
  /*  border-bottom: 1px solid #cccccc;
   border-top: 2px solid #666666;
   border-right: 1px solid #cccccc;
   border-left: 2px solid #666666;
   */
}


.formSubmit
{
    border-top: 1px solid #C8C8C8 ;
    height: 25px;   
    background-color: #CCCCCC; 
}

.formSubmit > input
{
    float: right;  
    border-radius: 2px;
    margin-top: 2px;
    margin-right: 2px;   
}


.camposGral 
{
    font-family:verdana,arial; /* tipo de letra */
    width:170px; /* anchura de campos de formulario */
    display: inline-block;
    font-size:9pt; /* tamaño de la letra*/
            /*color:#008000; /* color del texto */
    border:1px solid gray; /* color del borde puede ser solid ó dotted */
    background-color:white; /* color del fondo */
    margin:1px 0px 0px 0px;
    padding: 0px 2px 0px 2px;
    border-radius: 2px;   
}

.camposGral:focus, .camposGralCB:focus
{
   box-shadow: 2px 2px 5px 0px #6699FF;
}
   

{
   box-shadow: 2px 2px 5px 0px #6699FF;
}

.camposImgDsp
{
    width: 210px;
    margin-left: 4px;
}

.centerH
{
    text-align:center;
}

.centerV
{
   	display:inline-block;
	vertical-align: middle;
}


.alignR
{
    text-align:right;
    padding-right: 2px;
}

.alignL
{
    text-align:left;
}

.alignC
{
    text-align:center;
}

.camposImg 
{
    width: 210px;
    margin: 4px 2px 4px 2px;
}

.divImg
{
    height:250px;
    background-position:center center;
    
    /* background-size: cover; */
    background-size: 100%;
    background-repeat: no-repeat;
    background-image:url("./recursos/imagenes/LogoLyM.jpg");
}
/*

           
 <input type="image" name="cmpImg" class"camposImg" mascara="" src="http://asdev01v/sao/recursos/imagenes/LogoLyM.jpg"/>
*/
.camposGralReadOnly
{
    font-family:verdana,arial; /* tipo de letra */
    width:150px; /* anchura de campos de formulario */
    display: inline-block;
    font-size:9pt; /* tamaño de la letra*/
            /*color:#008000; /* color del texto */
    border:1px solid gray; /* color del borde puede ser solid ó dotted */
    background-color:silver; /* color del fondo */
    margin:1px 0px 0px 0px;
    padding: 0px 2px 0px 2px;
}


.labelGral 
{
    font-family:verdana,arial; /* tipo de letra */
    font-weight:bold;
    display: inline-block;
    width:120px; /* anchura de campos de formulario */
    padding-left: 2px;
}

.labelGralDisabled
{
    font-family:verdana,arial; /* tipo de letra */
    font-weight:bold;
    color:silver;
    display: inline-block;
    width:120px; /* anchura de campos de formulario */
    padding-left: 2px;
}

.labelData 
{
    font-family:verdana,arial; /* tipo de letra */
    display: inline-block;
    width:185px; /* anchura de campos de formulario */
}

.medium
{
    font-size:7pt; /* tamaño de la letra*/
}

.small
{
    font-size:6pt; /* tamaño de la letra*/
}

.heightStd
{
    height:18px; /* alto estandard*/
}
.dheightStd
{
    height:38px; /* doble alto estandard*/
}

.dheightSmall
{
    height:34px; /* doble alto estandard*/
}


.labelCap 
{
    font-family:verdana,arial; /* tipo de letra */
    font-weight:bold;
    display: inline-block;
    padding-left: 2px;
}

.labelSmall
{
    font-size:8pt; /* tamaño de la letra*/
    font-family:verdana,arial; /* tipo de letra */
    font-weight:bold;
    display: inline-block;
    padding-left: 2px;
}

.align-R
{
    text-align: right;
}

.align-C
{
    text-align: center;
}

.negativo
{
  color: red;
}

.datePicker
{
     
}

.icon-required
{
    color: red;
    padding-left: 2px;
    padding-right: 2px;
    
}

.errorField
{
    color: red;
    padding-left: 2px;
    padding-right: 2px;
    display: none;
    font-size:8pt;
}

.form-Title
{ 
    border-bottom: 1px solid gray;
    padding: 0;
    margin-left: 0;  
    text-align: center;  
}


.cursor-wait {
	cursor: wait !important;
}
.bbBlack
{
    border-bottom:1px solid black;    
}

.btb { border-top:1px solid black;}

.bbSilver
{
    border-bottom:1px solid silver;    
}

.blSilver
{
    border-left:1px solid silver;
}

.brSilver
{
    border-right:1px solid silver;
}

#frTablaCarta tr > td
{
    width: 55px;
}

#frTablaCarta tr > td:nth-child(3)
{
    width: 230px;
}

/* Formatos de ancho */
.w10{  width:10px;}
.w15{  width:15px;}
.w20{  width:20px;}
.w25{  width:25px;}
.w30{  width:30px;}
.w35{  width:35px;}
.w40{  width:40px;}
.w45{  width:45px;}
.w50{  width:50px;}
.w55{  width:55px;}
.w60{  width:55px;}
.w65{  width:65px;}
.w70{  width:70px;}
.w75{  width:75px;}
.w80{  width:80px;}
.w85{  width:85px;}
.w90{  width:90px;}
.w95{  width:95px;}

.w100{  width:100px;}
.w105{  width:105px;}
.w110{  width:110px;}
.w115{  width:115px;}
.w120{  width:120px;}
.w150{  width:150px;}

.w10p{  width:10%;}
.w15p{  width:15%;}
.w20p{  width:20%;}
.w25p{  width:25%;}
.w30p{  width:30%;}
.w35p{  width:35%;}
.w40p{  width:40%;}
.w45p{  width:45%;}
.w50p{  width:50%;}
.w55p{  width:55%;}
.w60p{  width:55%;}
.w65p{  width:65%;}
.w70p{  width:70%;}
.w75p{  width:75%;}
.w80p{  width:80%;}
.w85p{  width:85%;}
.w90p{  width:90%;}
.w95p{  width:95%;}

.w100p{  width:100%;}


.bkgD6 { background: #eeeeee;}
.bkgF2 { background: #F2F2F2;}
.bkgSilver { background: silver;}




 
#NombreCta td {
    background:#F2F2F2;
    font-weight:bold;
}

.rowBk{
    background:#F2F2F2;
    font-weight:bold;
}

.rowBk td{
    background:#F2F2F2;
    font-weight:bold;
}


.negRed{ color:red;}

