html{margin: 0; padding: 0;}
.informacion{ 
  background: #f3e2c7; /* Old browsers */
  background: -moz-linear-gradient(top, #f3e2c7 0%, #c19e67 33%, #b68d4c 64%, #e9d4b3 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f3e2c7 0%,#c19e67 33%,#b68d4c 64%,#e9d4b3 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f3e2c7 0%,#c19e67 33%,#b68d4c 64%,#e9d4b3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e2c7', endColorstr='#e9d4b3',GradientType=0 ); /* IE6-9 */
    border-radius: 15px; color: #000; padding: 12px; font-weight: bolder;
}

.rotulo{margin-top: 12px;}
.casilla{margin: 0; width: 18px; vertical-align: middle;}

  /*Formato de cada celda que contiene texto*/
  .tdtxPortada{text-align: center; vertical-align: top; font-weight: bold; color: #ddd; font-size: .9em; }
   /*Formato de las imagenes que se usaran como botones para hipervinculos*/
  .enMenuPortada{max-width: 70px; max-height: 70px; padding:10px; margin: 10px; cursor: pointer; -webkit-box-shadow:inset 0 0 5px 1px #ddd; box-shadow:inset 0 0 5px 2px #ddd; border-radius: 12px; -webkit-transition: all .3s linear; -moz-transition: all .3s linear; -ms-transition: all .3s linear; -o-transition: all .3s linear; transition: all .3s linear; }
  .enMenuPortada:hover{max-width: 50px; max-height: 50px; padding:20px; margin: 10px; -webkit-box-shadow:inset 0 0 5px 5px #888; box-shadow:inset 0 0 5px 6px #888; border-radius: 16px; -webkit-transition: all .3s linear; -moz-transition: all .3s linear; -ms-transition: all .3s linear; -o-transition: all .3s linear; transition: all .3s linear; }

.franja2{background-color: #999; margin: 10px auto; padding: 10px; text-shadow: 3px 3px 3px #000000; }


   .btnSel{
    height: 50px; width: 50px; text-align: center; vertical-align: middle; margin: 2px; color: #fff; border-radius: 8px;cursor: pointer;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2258b5+0,142466+100 */
      background: #65AFF4; /* Old browsers */
      background: -moz-radial-gradient(center, ellipse cover, #65AFF4 0%, #6177D4 100%); /* FF3.6-15 */
      background: -webkit-radial-gradient(center, ellipse cover, #65AFF4 0%,#6177D4 100%); /* Chrome10-25,Safari5.1-6 */
      background: radial-gradient(ellipse at center, #65AFF4 0%,#6177D4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65AFF4', endColorstr='#6177D4',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
   }

   .btnDis{
    height: 50px; width: 50px; text-align: center; vertical-align: middle; margin: 2px; color: #fff; border-radius: 8px;cursor: pointer;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2258b5+0,142466+100 */
      background: #2258b5; /* Old browsers */
      background: -moz-radial-gradient(center, ellipse cover, #43CB57 1%, #348229 100%); /* FF3.6-15 */
      background: -webkit-radial-gradient(center, ellipse cover, #43CB57 1%, #348229 100%); /* Chrome10-25,Safari5.1-6 */
      background: radial-gradient(ellipse at center, #43CB57 1%, #348229 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2258b5', endColorstr='#142466',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
   }

   .btnRes{
    height: 50px; width: 50px; text-align: center; vertical-align: middle; margin: 2px; color: #fff; border-radius: 8px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2258b5+0,142466+100 */
      background: #2258b5; /* Old browsers */
      background: -moz-radial-gradient(center, ellipse cover, #d3282b 0%, #7a1c1d 100%); /* FF3.6-15 */
      background: -webkit-radial-gradient(center, ellipse cover, #d3282b 0%, #7a1c1d 100%); /* Chrome10-25,Safari5.1-6 */
      background: radial-gradient(ellipse at center, #d3282b 0%, #7a1c1d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2258b5', endColorstr='#142466',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
   }

   .btnNds{
    height: 50px; width: 50px; text-align: center; vertical-align: middle; margin: 2px; color: #fff; border-radius: 8px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2258b5+0,142466+100 */
      background: #2258b5; /* Old browsers */
      background: -moz-radial-gradient(center, ellipse cover, #C9C9C9 0%,#A9A9A9 100%); /* FF3.6-15 */
      background: -webkit-radial-gradient(center, ellipse cover, #C9C9C9 0%,#A9A9A9 100%); /* Chrome10-25,Safari5.1-6 */
      background: radial-gradient(ellipse at center, #C9C9C9 0%,#A9A9A9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2258b5', endColorstr='#142466',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
   }

   .txSel{ color: #fff; font-style: italic; font-weight: bold;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2258b5+0,142466+100 */
      background: #65AFF4; /* Old browsers */
      background: -moz-radial-gradient(center, ellipse cover, #65AFF4 0%, #6177D4 100%); /* FF3.6-15 */
      background: -webkit-radial-gradient(center, ellipse cover, #65AFF4 0%,#6177D4 100%); /* Chrome10-25,Safari5.1-6 */
      background: radial-gradient(ellipse at center, #65AFF4 0%,#6177D4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65AFF4', endColorstr='#6177D4',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
   }

   .txDis{ color: #fff; font-style: italic; font-weight: bold;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2258b5+0,142466+100 */
      background: #2258b5; /* Old browsers */
      background: -moz-radial-gradient(center, ellipse cover, #43CB57 1%, #348229 100%); /* FF3.6-15 */
      background: -webkit-radial-gradient(center, ellipse cover, #43CB57 1%, #348229 100%); /* Chrome10-25,Safari5.1-6 */
      background: radial-gradient(ellipse at center, #43CB57 1%, #348229 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2258b5', endColorstr='#142466',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
   }

   .txRes{ color: #fff; font-style: italic; font-weight: bold;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2258b5+0,142466+100 */
      background: #2258b5; /* Old browsers */
      background: -moz-radial-gradient(center, ellipse cover, #d3282b 0%, #7a1c1d 100%); /* FF3.6-15 */
      background: -webkit-radial-gradient(center, ellipse cover, #d3282b 0%, #7a1c1d 100%); /* Chrome10-25,Safari5.1-6 */
      background: radial-gradient(ellipse at center, #d3282b 0%, #7a1c1d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2258b5', endColorstr='#142466',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
   }

   .txNds{ color: #fff; font-style: italic; font-weight: bold;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2258b5+0,142466+100 */
      background: #2258b5; /* Old browsers */
      background: -moz-radial-gradient(center, ellipse cover, #C9C9C9 0%,#A9A9A9 100%); /* FF3.6-15 */
      background: -webkit-radial-gradient(center, ellipse cover, #C9C9C9 0%,#A9A9A9 100%); /* Chrome10-25,Safari5.1-6 */
      background: radial-gradient(ellipse at center, #C9C9C9 0%,#A9A9A9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2258b5', endColorstr='#142466',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
   }




  #Contenedor{
    margin: 20px;
    width: 100%;
  }

  #ladoI{
    text-align: center;
    width: 48%;
    float: left;
  }

  #ladoD{
    text-align: center;
    width: 48%;
    float: right;
  }
.resaltado{color:yellow; text-shadow: 2px 2px 2px #000;font-weight: bolder;}
.resaltadoC{color:yellow; text-shadow: 2px 2px 2px #000;font-weight: bolder;text-align: center;margin: 16px auto;}
  .redondo{border-radius: 18px 18px 0 0;}

    #nopago{
      margin: 15px 150px;
      padding: 20px;
      text-align:center;
      font-weight: normal;
      -webkit-box-shadow:inset 0 0 8px 4px #0A0A0A;
      -moz-box-shadow:inset 0 0 8px 4px #0A0A0A;
      box-shadow:inset 0 0 8px 4px #0A0A0A;
      -webkit-border-radius: 20px;
      border-radius: 20px;
    }

  .imgEnAyuda{max-height: 1em;}

  .cal{
    width:120px;
    height: 80px;
    background-image:url("../imagenes/calendario2.png");
    /*background:#444444;*/
    background-size: 100% auto;
    background-repeat: no-repeat;
  }

  .caltop {
    font-size:16px;
    font-family:Arial;
    color:#ddd;
    text-shadow: 3px 3px 2px #000000;
    text-align:center;
    padding-top:5px;
    font-weight:bold;
  }

  .calmid {
    margin-top: 16px;
    line-height:60%;
    font-size:16px;
    font-family:Arial;
    color:#fff; 
    text-shadow: 3px 3px 2px #000000;
    text-align:center;
    font-weight:bold;
  }
  .calbot {
    font-size:24px;
    font-family:Arial;
    color:#fff; 
    text-shadow: 3px 3px 2px #000000;
    text-align:center;
    padding-bottom:12px;
    font-weight:bold;
  }

  .cal2{
    width:100px;
    height: 100px;
    background-image:url("../imagenes/calendarioMarco.png");
    /*background:#444444;*/
    background-size: 100% auto;
    background-repeat: no-repeat;
  }

  .caltop2 {
    font-size:14px;
    font-family:Arial;
    color:#ddd;
    text-shadow: 3px 3px 2px #000000;
    text-align:center;
    padding-top:12px;
    font-weight:bold;
  }

  .calmid2 {
    margin-top: 10px; 
    line-height:20%;
    font-size:30px;
    font-family:Arial;
    color:#000; 
    text-shadow: 3px 3px 2px #000000;
    text-align:center;
    font-weight:bold;
  }
  .calbot2 {
    font-size:16px;
    font-family:Arial;
    color:#000; 
    text-shadow: 3px 3px 2px #000000;
    text-align:center;
    padding-bottom:8px;
    font-weight:bold;
  }

body{background-image: url(../imagenes/gris_ruido.jpg); color: #eeeeee; font-family:trebuchet ms;margin: 0; padding: 0;}
select{color: #000; width: 150px; height: 22px; border-radius: 6px; }
input[type=text]{color: #000; width: 150px; height: 22px; border-radius: 6px; }
input[type=password]{color: #000; width: 150px; height: 22px; border-radius: 6px; }
header{margin: 40px auto; }

footer{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#222222+0,555555+39,555555+58,222222+100 */
background: #222222; /* Old browsers */
background: -moz-linear-gradient(top,  #222222 0%, #555555 39%, #555555 58%, #222222 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #222222 0%,#555555 39%,#555555 58%,#222222 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #222222 0%,#555555 39%,#555555 58%,#222222 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#222222',GradientType=0 ); /* IE6-9 */

   padding: 10px; text-shadow: 3px 3px 3px #000000; text-align: center;font-size: 11pt; color: #fff; font-weight: bold;
   position: fixed;bottom: 0;width: 100%;
}

fieldset{margin: 15px; padding: 6px; border: groove; border-radius: 15px; background: #333333; }



  /* ------------------------------------Formato del contenedor de la tabla del Menu Principal ---------------------------------------*/
  form, #contMenu {border-radius: 16px; margin: 12px auto; width: 75%; height: auto; padding: 6px;
   background: rgba(17,17,17,0.5);
  -webkit-box-shadow:inset 0 0 6px 3px #C9C9C9;
   box-shadow:inset 0 0 6px 3px #C9C9C9;
 }
   
   #otroform {border-radius: 20px; margin: 10px auto; width: 80%; height: auto; padding-top: 8px; padding-bottom: 8px;
   background: rgb(17,17,17); /* Old browsers */
   background: -moz-linear-gradient(left,  rgba(17,17,17,1) 0%, rgba(68,68,68,1) 50%, rgba(17,17,17,1) 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(17,17,17,1)), color-stop(50%,rgba(68,68,68,1)), color-stop(100%,rgba(17,17,17,1))); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(left,  rgba(17,17,17,1) 0%,rgba(68,68,68,1) 50%,rgba(17,17,17,1) 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(left,  rgba(17,17,17,1) 0%,rgba(68,68,68,1) 50%,rgba(17,17,17,1) 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(left,  rgba(17,17,17,1) 0%,rgba(68,68,68,1) 50%,rgba(17,17,17,1) 100%); /* IE10+ */
   background: linear-gradient(to right,  rgba(17,17,17,1) 0%,rgba(68,68,68,1) 50%,rgba(17,17,17,1) 100%); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111111', endColorstr='#111111',GradientType=1 ); /* IE6-9 */
   -webkit-box-shadow:inset 0 0 6px 3px #C9C9C9;
   box-shadow:inset 0 0 6px 3px #C9C9C9;}
   

input.tt{border-radius: 8px; margin: 25px 54px 0px 54px; height: 36px; width: 294px; position: relative; text-align: center; }



.imgHlp{max-height: 21px;cursor: pointer; vertical-align: middle;}

#ayuda{text-align: justify; width: 400px; margin: 0px auto; padding: 30px; position: relative; font-size: 0.8em; display: none;
   border-radius: 15px; -webkit-box-shadow:inset 0 0 10px 1px #080808; box-shadow:inset 0 0 10px 1px #080808; }

#franja{width: 100%;top: 0px; position: relative; color: #fff; padding-top: 4px;padding-bottom:  4px; text-align:center;height: 30px;
   background: rgb(149,149,149); /* Old browsers */
   background: -moz-linear-gradient(top,  rgba(149,149,149,1) 0%, rgba(13,13,13,1) 46%, rgba(1,1,1,1) 50%, rgba(10,10,10,1) 53%, rgba(78,78,78,1) 76%, rgba(56,56,56,1) 87%, rgba(27,27,27,1) 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(149,149,149,1)), color-stop(46%,rgba(13,13,13,1)), color-stop(50%,rgba(1,1,1,1)), color-stop(53%,rgba(10,10,10,1)), color-stop(76%,rgba(78,78,78,1)), color-stop(87%,rgba(56,56,56,1)), color-stop(100%,rgba(27,27,27,1))); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top,  rgba(149,149,149,1) 0%,rgba(13,13,13,1) 46%,rgba(1,1,1,1) 50%,rgba(10,10,10,1) 53%,rgba(78,78,78,1) 76%,rgba(56,56,56,1) 87%,rgba(27,27,27,1) 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top,  rgba(149,149,149,1) 0%,rgba(13,13,13,1) 46%,rgba(1,1,1,1) 50%,rgba(10,10,10,1) 53%,rgba(78,78,78,1) 76%,rgba(56,56,56,1) 87%,rgba(27,27,27,1) 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(top,  rgba(149,149,149,1) 0%,rgba(13,13,13,1) 46%,rgba(1,1,1,1) 50%,rgba(10,10,10,1) 53%,rgba(78,78,78,1) 76%,rgba(56,56,56,1) 87%,rgba(27,27,27,1) 100%); /* IE10+ */
   background: linear-gradient(to bottom,  rgba(149,149,149,1) 0%,rgba(13,13,13,1) 46%,rgba(1,1,1,1) 50%,rgba(10,10,10,1) 53%,rgba(78,78,78,1) 76%,rgba(56,56,56,1) 87%,rgba(27,27,27,1) 100%); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#959595', endColorstr='#1b1b1b',GradientType=0 ); /* IE6-9 */
   -webkit-border-radius: 0 0 36px 36px;
   border-radius: 0 0 36px 36px; }

#franja a{color: #fff; text-decoration: none;} 
#franja a:hover{color: #aaa; }

#gracias{width:75%; border-radius: 25px; margin:20px auto; padding:20px auto; color:#000; font-weight:bolder; text-shadow: 3px 3px 4px #555;
   background: rgb(180,221,180); /* Old browsers */
   background: -moz-radial-gradient(center, ellipse cover,  rgba(180,221,180,1) 0%, rgba(131,199,131,1) 17%, rgba(82,177,82,1) 33%, rgba(0,138,0,1) 67%, rgba(0,87,0,1) 83%, rgba(0,36,0,1) 100%); /* FF3.6+ */
   background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(180,221,180,1)), color-stop(17%,rgba(131,199,131,1)), color-stop(33%,rgba(82,177,82,1)), color-stop(67%,rgba(0,138,0,1)), color-stop(83%,rgba(0,87,0,1)), color-stop(100%,rgba(0,36,0,1))); /* Chrome,Safari4+ */
   background: -webkit-radial-gradient(center, ellipse cover,  rgba(180,221,180,1) 0%,rgba(131,199,131,1) 17%,rgba(82,177,82,1) 33%,rgba(0,138,0,1) 67%,rgba(0,87,0,1) 83%,rgba(0,36,0,1) 100%); /* Chrome10+,Safari5.1+ */
   background: -o-radial-gradient(center, ellipse cover,  rgba(180,221,180,1) 0%,rgba(131,199,131,1) 17%,rgba(82,177,82,1) 33%,rgba(0,138,0,1) 67%,rgba(0,87,0,1) 83%,rgba(0,36,0,1) 100%); /* Opera 12+ */
   background: -ms-radial-gradient(center, ellipse cover,  rgba(180,221,180,1) 0%,rgba(131,199,131,1) 17%,rgba(82,177,82,1) 33%,rgba(0,138,0,1) 67%,rgba(0,87,0,1) 83%,rgba(0,36,0,1) 100%); /* IE10+ */
   background: radial-gradient(ellipse at center,  rgba(180,221,180,1) 0%,rgba(131,199,131,1) 17%,rgba(82,177,82,1) 33%,rgba(0,138,0,1) 67%,rgba(0,87,0,1) 83%,rgba(0,36,0,1) 100%); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4ddb4', endColorstr='#002400',GradientType=1 ); }

/*Le da formato al mensaje de Usuario no registrado*/
#noAcceso{padding: 20px; width:75%; margin: 30px auto; text-align: center;  border-radius: 15px; font-size: larger;
   background: rgb(240,183,161); /* Old browsers */
   background: rgb(240,183,161); /* Old browsers */
   background: -moz-linear-gradient(top,  rgba(240,183,161,1) 0%, rgba(170,11,0,1) 50%, rgba(191,110,78,1) 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,183,161,1)), color-stop(50%,rgba(170,11,0,1)), color-stop(100%,rgba(191,110,78,1))); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top,  rgba(240,183,161,1) 0%,rgba(170,11,0,1) 50%,rgba(191,110,78,1) 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top,  rgba(240,183,161,1) 0%,rgba(170,11,0,1) 50%,rgba(191,110,78,1) 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(top,  rgba(240,183,161,1) 0%,rgba(170,11,0,1) 50%,rgba(191,110,78,1) 100%); /* IE10+ */
   background: linear-gradient(to bottom,  rgba(240,183,161,1) 0%,rgba(170,11,0,1) 50%,rgba(191,110,78,1) 100%); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0b7a1', endColorstr='#bf6e4e',GradientType=0 ); /* IE6-9 */
   -webkit-box-shadow:inset 0 0 5px 3px #000;
   box-shadow:inset 0 0 5px 3px #000;
   text-shadow: 2px 2px 3px #000000;
    }


.aclaracion{font-size: .7em; }

.barra_1{padding: 0 60px; top: 8px; }

.imgEnEncabezado{max-width:80px;max-height:80px; border-radius: 6px;}
.tituloEnEncabezado{
  color:rgb(227,174,127); 
  text-shadow: 2px 2px 2px #000000;
  font-weight: bolder;
  margin: 2px auto;
}

.botonAyuda2{
   max-width: 25px;
   margin: 0px 5px;
   vertical-align: middle;}

.btnGrisLX{color: #fff; width: 135px; margin: 6px 10px; height: 50px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4c4c4c+0,9b9b9b+38,9b9b9b+66,474747+100 */
background: #4c4c4c; /* Old browsers */
background: -moz-linear-gradient(top,  #4c4c4c 0%, #9b9b9b 38%, #9b9b9b 66%, #474747 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #4c4c4c 0%,#9b9b9b 38%,#9b9b9b 66%,#474747 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #4c4c4c 0%,#9b9b9b 38%,#9b9b9b 66%,#474747 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#474747',GradientType=0 ); /* IE6-9 */

   border: 1px solid #232323;
   box-shadow: 0px 2px 0px #000;
   -moz-box-shadow: 0px 2px 0px #000;
   -webkit-box-shadow: 0px 2px 0px #000; }

.btnGrisL{color: #fff; width: 135px; margin: 6px 10px; height: 50px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
   background: rgb(60,60,60); /* Old browsers */
   background: -moz-linear-gradient(top,  rgba(60,60,60,1) 0%, rgba(42,40,40,1) 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(60,60,60,1)), color-stop(100%,rgba(42,40,40,1))); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top,  rgba(60,60,60,1) 0%,rgba(42,40,40,1) 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top,  rgba(60,60,60,1) 0%,rgba(42,40,40,1) 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(top,  rgba(60,60,60,1) 0%,rgba(42,40,40,1) 100%); /* IE10+ */
   background: linear-gradient(to bottom,  rgba(60,60,60,1) 0%,rgba(42,40,40,1) 100%); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c3c3c', endColorstr='#2a2828',GradientType=0 ); /* IE6-9 */
   border: 1px solid #232323;
   box-shadow: 0px 2px 0px #000;
   -moz-box-shadow: 0px 2px 0px #000;
   -webkit-box-shadow: 0px 2px 0px #000; }

.btnGrisL:hover{
   background: rgb(42,40,40); /* Old browsers */
   background: -moz-linear-gradient(top,  rgba(42,40,40,1) 0%, rgba(60,60,60,1) 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(42,40,40,1)), color-stop(100%,rgba(60,60,60,1))); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top,  rgba(42,40,40,1) 0%,rgba(60,60,60,1) 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top,  rgba(42,40,40,1) 0%,rgba(60,60,60,1) 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(top,  rgba(42,40,40,1) 0%,rgba(60,60,60,1) 100%); /* IE10+ */
   background: linear-gradient(to bottom,  rgba(42,40,40,1) 0%,rgba(60,60,60,1) 100%); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2828', endColorstr='#3c3c3c',GradientType=0 ); /* IE6-9 */
   cursor: pointer; }

.botonMini{color: #fff; width: 55px; margin: 0; height: 18px; border-radius: 5px; -moz-border-radius: 2px; -webkit-border-radius: 3px; vertical-align: middle;
   background: rgb(60,60,60); /* Old browsers */
   background: -moz-linear-gradient(top,  rgba(60,60,60,1) 0%, rgba(42,40,40,1) 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(60,60,60,1)), color-stop(100%,rgba(42,40,40,1))); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top,  rgba(60,60,60,1) 0%,rgba(42,40,40,1) 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top,  rgba(60,60,60,1) 0%,rgba(42,40,40,1) 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(top,  rgba(60,60,60,1) 0%,rgba(42,40,40,1) 100%); /* IE10+ */
   background: linear-gradient(to bottom,  rgba(60,60,60,1) 0%,rgba(42,40,40,1) 100%); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c3c3c', endColorstr='#2a2828',GradientType=0 ); /* IE6-9 */
   border: 1px solid #232323;
   box-shadow: 0px 2px 0px #000;
   -moz-box-shadow: 0px 2px 0px #000;
   -webkit-box-shadow: 0px 2px 0px #000; }

.botonMini:hover{
   background: rgb(42,40,40); /* Old browsers */
   background: -moz-linear-gradient(top,  rgba(42,40,40,1) 0%, rgba(60,60,60,1) 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(42,40,40,1)), color-stop(100%,rgba(60,60,60,1))); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top,  rgba(42,40,40,1) 0%,rgba(60,60,60,1) 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top,  rgba(42,40,40,1) 0%,rgba(60,60,60,1) 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(top,  rgba(42,40,40,1) 0%,rgba(60,60,60,1) 100%); /* IE10+ */
   background: linear-gradient(to bottom,  rgba(42,40,40,1) 0%,rgba(60,60,60,1) 100%); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2828', endColorstr='#3c3c3c',GradientType=0 ); /* IE6-9 */
   cursor: pointer; }

.boton2021{color: #fff; width: auto; padding: 8px 12px; margin: 12px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; vertical-align: middle;
   background: rgb(60,60,60); /* Old browsers */
   background: -moz-linear-gradient(top,  rgba(60,60,60,1) 0%, rgba(42,40,40,1) 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(60,60,60,1)), color-stop(100%,rgba(42,40,40,1))); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top,  rgba(60,60,60,1) 0%,rgba(42,40,40,1) 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top,  rgba(60,60,60,1) 0%,rgba(42,40,40,1) 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(top,  rgba(60,60,60,1) 0%,rgba(42,40,40,1) 100%); /* IE10+ */
   background: linear-gradient(to bottom,  rgba(60,60,60,1) 0%,rgba(42,40,40,1) 100%); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c3c3c', endColorstr='#2a2828',GradientType=0 ); /* IE6-9 */
   border: 1px solid #232323;
   box-shadow: 0px 2px 0px #000;
   -moz-box-shadow: 0px 2px 0px #000;
   -webkit-box-shadow: 0px 2px 0px #000; }

.boton2021:hover{
   background: rgb(42,40,40); /* Old browsers */
   background: -moz-linear-gradient(top,  rgba(42,40,40,1) 0%, rgba(60,60,60,1) 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(42,40,40,1)), color-stop(100%,rgba(60,60,60,1))); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top,  rgba(42,40,40,1) 0%,rgba(60,60,60,1) 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top,  rgba(42,40,40,1) 0%,rgba(60,60,60,1) 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(top,  rgba(42,40,40,1) 0%,rgba(60,60,60,1) 100%); /* IE10+ */
   background: linear-gradient(to bottom,  rgba(42,40,40,1) 0%,rgba(60,60,60,1) 100%); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2828', endColorstr='#3c3c3c',GradientType=0 ); /* IE6-9 */
   cursor: pointer; }



.btnHlp{color: #000; font-family: sans-serif; font-weight: bolder; border-radius: 15px; cursor: pointer; }

.cw_3{font-family: Wingdings; font-size: 1.3em; }

    .informe{
      font-weight: bolder;
      font-size: 1.1em;
      padding: 20px;
      text-align: center;
      margin: 25px auto;
      width:75%;
      -webkit-box-shadow:inset 0 0 10px 5px #222222;
      box-shadow:inset 0 0 10px 5px #222222;
      -webkit-border-radius: 18px;
      border-radius: 18px;
      background: rgb(180,221,180); /* Old browsers */
      background: -moz-linear-gradient(black, green, black);
      background: -webkit-gradient(black, green, black);
      background: -webkit-linear-gradient(black, green, black);
      background: -o-linear-gradient(black, green, black);
      background: -ms-linear-gradient(black, green, black);
      background: linear-gradient(black, green, black);
    }

.mensajeError{color: orange; font-family: serif; font-size: .9em; font-style: italic; font-weight: lighter; }
.salida{border-radius: 15px; margin: 20px auto; max-width: 150px;}
.selector{color:black;}
.selectorGris{background: rgba(222,222,222,0.3); color:#000; text-shadow:0 1px 0 rgba(230,230,230,0.4); width:250px; }
.td1{text-align: right; }
.tdc{text-align: center; }
.tdr{text-align: right; }
.tdl{text-align: left; }

  .rotuloCampo{font-weight: bold;font-style: italic; line-height: 30px;}
  .rotuloCampo2{font-weight: bold;font-style: italic; line-height: 20px;}


.valorPagado{font-size: 1.1em;
   background: rgb(149,149,149); /* Old browsers */
   background: -moz-linear-gradient(top,  rgba(149,149,149,1) 0%, rgba(13,13,13,1) 46%, rgba(1,1,1,1) 50%, rgba(10,10,10,1) 53%, rgba(78,78,78,1) 76%, rgba(56,56,56,1) 87%, rgba(27,27,27,1) 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(149,149,149,1)), color-stop(46%,rgba(13,13,13,1)), color-stop(50%,rgba(1,1,1,1)), color-stop(53%,rgba(10,10,10,1)), color-stop(76%,rgba(78,78,78,1)), color-stop(87%,rgba(56,56,56,1)), color-stop(100%,rgba(27,27,27,1))); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top,  rgba(149,149,149,1) 0%,rgba(13,13,13,1) 46%,rgba(1,1,1,1) 50%,rgba(10,10,10,1) 53%,rgba(78,78,78,1) 76%,rgba(56,56,56,1) 87%,rgba(27,27,27,1) 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top,  rgba(149,149,149,1) 0%,rgba(13,13,13,1) 46%,rgba(1,1,1,1) 50%,rgba(10,10,10,1) 53%,rgba(78,78,78,1) 76%,rgba(56,56,56,1) 87%,rgba(27,27,27,1) 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(top,  rgba(149,149,149,1) 0%,rgba(13,13,13,1) 46%,rgba(1,1,1,1) 50%,rgba(10,10,10,1) 53%,rgba(78,78,78,1) 76%,rgba(56,56,56,1) 87%,rgba(27,27,27,1) 100%); /* IE10+ */
   background: linear-gradient(to bottom,  rgba(149,149,149,1) 0%,rgba(13,13,13,1) 46%,rgba(1,1,1,1) 50%,rgba(10,10,10,1) 53%,rgba(78,78,78,1) 76%,rgba(56,56,56,1) 87%,rgba(27,27,27,1) 100%); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#959595', endColorstr='#1b1b1b',GradientType=0 );}


/* ----------------------------------------------------------------------------------------------------------------------
--------------------------------------- EL NUEVO MENU // NOVIEMBRE 22 DE 2015--------------------------------------------
---------------------------------------------------------------------------------------------------------------------- */


  .icosubmenu{
    max-width: 22px;
    vertical-align: middle;
    margin-left: 0px;
    margin-right: 4px;
  }

/*ESTILOS GENERALES*/
nav{
  font-size: 10pt; position: relative;top: 0; margin-right: auto;margin-left: auto;left: 0;right: 0;
}
nav ul{list-style: none; padding: 0px;}

nav li{
  line-height: 2rem;
  position: relative;
}

nav li ul{
  position: absolute;
}

nav a{
  text-decoration: none;
  display: block;
  color: #ddd;
  padding: 0 1em;
  transition: .8s;
}

nav a:hover{
    background: -moz-linear-gradient(black,blue,black);
    background: -webkit-linear-gradient(black,blue,black);
    background: -o-linear-gradient(black,blue,black);
    background: -ms-linear-gradient(black,blue,black);
    background: linear-gradient(black,blue,black);
    color: yellow;
}

/*PRIMER NIVEL*/
nav > ul{
    background: -moz-linear-gradient(black,green,black);
    background: -webkit-linear-gradient(black,green,black);
    background: -o-linear-gradient(black,green,black);
    background: -ms-linear-gradient(black,green,black);
    background: linear-gradient(black,green,black);
  display: table;
  border-radius:   12px ;
  margin: 0px auto;
}

nav > ul > li {
  float: left;  
  transition: .8s;
}

/*SEGUNDO NIVEL*/

nav  li li{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+33,282828+66,131313+100 */
  background: #000000; /* Old browsers */
  background: -moz-linear-gradient(top,  #000000 0%, #000000 33%, #282828 66%, #131313 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #000000 0%,#000000 33%,#282828 66%,#131313 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #000000 0%,#000000 33%,#282828 66%,#131313 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
  width: 160px;
  max-height: 0px;
  overflow: hidden;
  transition:all .8s;
  border-left: thin aqua solid;
}


nav li:hover > ul > li{
  max-height: 500px;
  overflow: visible;
}

nav > ul > li > ul{
  top: 100%;
}

/*TERCER NIVEL*/
nav ul ul ul {
  left:100%;
  top: 0;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++  FIN DEL NUEVO MENU // NOVIEMBRE 22 DE 2015  ++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

  


  /*Confniguracion de la tabla del Menu Principal*/
  .tMenu{
    margin: 0 auto;
  }

  /*Formato de cada celda que contiene un boton*/
  .tdboton{
    width: 144px;
    height: 144px;
    text-align: center;
    vertical-align: bottom;
  }
  .imgtdboton{
    max-width: 120px;
  }

  /*Formato del contenedor de texto*/
  .tddiv{
    padding: 5px 0;
    border-radius: 8px;
    -webkit-box-shadow:inset 0 0 3px 2px #0A0A0A;
    -moz-box-shadow:inset 0 0 3px 2px #0A0A0A;
    box-shadow:inset 0 0 3px 2px #0A0A0A;

  /*Formato de cada celda que contiene texto*/
  }
  .tdtx{
    width: 144px;
    height: 36px;
    text-align: center;
    vertical-align: top;
    font-family: trebuchet ms;
    color: #fff;
    font-size: .8em;
  }

  /*Formato de las imagenes que se usaran como botones para hipervinculos*/
  .enMenu{
    max-width: 106px;
    max-height: 106px;
    padding:12px;
    cursor: pointer;
    -webkit-box-shadow:inset 0 0 5px 3px #0A0A0A;
    -moz-box-shadow:inset 0 0 5px 3px #0A0A0A;
    box-shadow:inset 0 0 5px 3px #0A0A0A;
    border-radius: 12px;
      -webkit-transition: all .3s linear;
      -moz-transition: all .3s linear;
      -ms-transition: all .3s linear;
      -o-transition: all .3s linear;
      transition: all .3s linear;
  }
  .enMenu:hover{
    max-width: 114px;
    max-height: 114px;
    -webkit-box-shadow:inset 0 0 5px 5px #0A0A0A;
    -moz-box-shadow:inset 0 0 5px 5px #0A0A0A;
    box-shadow:inset 0 0 5px 6px #0A0A0A;
    border-radius: 16px;
      -webkit-transition: all .3s linear;
      -moz-transition: all .3s linear;
      -ms-transition: all .3s linear;
      -o-transition: all .3s linear;
      transition: all .3s linear;
  }

.enMenuGr{
    max-width: 256px;
    max-height: 256px;
    padding:12px;
    cursor: pointer;
    -webkit-box-shadow:inset 0 0 5px 3px #0A0A0A;
    -moz-box-shadow:inset 0 0 5px 3px #0A0A0A;
    box-shadow:inset 0 0 5px 3px #0A0A0A;
    border-radius: 12px;
      -webkit-transition: all .3s linear;
      -moz-transition: all .3s linear;
      -ms-transition: all .3s linear;
      -o-transition: all .3s linear;
      transition: all .3s linear;
  }
  .enMenuGr:hover{
    max-width: 270px;
    max-height: 270px;
    -webkit-box-shadow:inset 0 0 5px 5px #0A0A0A;
    -moz-box-shadow:inset 0 0 5px 5px #0A0A0A;
    box-shadow:inset 0 0 5px 6px #0A0A0A;
    border-radius: 16px;
      -webkit-transition: all .3s linear;
      -moz-transition: all .3s linear;
      -ms-transition: all .3s linear;
      -o-transition: all .3s linear;
      transition: all .3s linear;
  }

       .logo{
    max-width: 60px;vertical-align: middle; position: relative;margin:0px 10px;
    max-height: 60px;
    padding:6px;} 
     
     
  .botonFijo{
    max-width: 40px;vertical-align: middle; position: relative;margin:0;
    max-height: 40px;
    padding:4px;
    cursor: pointer;
    -webkit-box-shadow:inset 0 0 3px 2px #0A0A0A;
    -moz-box-shadow:inset 0 0 3px 2px #0A0A0A;
    box-shadow:inset 0 0 3px 2px #0A0A0A;
    border-radius: 6px;
  }
       .enMenu2{
    max-width: 42px;vertical-align: middle; position: relative;margin:0px 10px;
    max-height: 42px;
    padding:6px;
    cursor: pointer;
    -webkit-box-shadow:inset 0 0 3px 2px #0A0A0A;
    -moz-box-shadow:inset 0 0 3px 2px #0A0A0A;
    box-shadow:inset 0 0 3px 2px #0A0A0A;
    border-radius: 9px;
      -webkit-transition: all .3s linear;
      -moz-transition: all .3s linear;
      -ms-transition: all .3s linear;
      -o-transition: all .3s linear;
      transition: all .3s linear;
  }
  .enMenu2:hover{

    -webkit-box-shadow:inset 0 0 6px 3px #0A0A0A;
    -moz-box-shadow:inset 0 0 6px 3px #0A0A0A;
    box-shadow:inset 0 0 6px 3px #0A0A0A;
    border-radius: 12px;
      -webkit-transition: all .3s linear;
      -moz-transition: all .3s linear;
      -ms-transition: all .3s linear;
      -o-transition: all .3s linear;
      transition: all .3s linear;
  }            
  .enBotones{max-width: 50px; margin:0px 10px; vertical-align: middle; position: relative;}           
                            
                /*------------- SISTEMA DE AYUDA  -------------*/              
                            
#ayuda2{
  opacity: 0;
  pointer-events:none;
  background: rgba(0,0,0,0.7);
  width: 100%;
  position: fixed;
  top: 0px;
  bottom: 0px;
  transition: all ease 0.5s;
}
#ayuda2:target{
  opacity: 1;
  pointer-events:all;
  transition: all ease-in 0.5s;
}
#contenidoAyuda{
  width: 90%;
  border-radius: 25px;
  margin: 10px auto;
  padding: 10px 10px 42px 10px;
  
  background: #333333;

}
#contenidoAyuda a{
  color: #fff; width: auto; padding: 8px 12px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; vertical-align: middle;
   background: rgb(60,60,60); /* Old browsers */
   background: -moz-linear-gradient(top,  rgba(60,60,60,1) 0%, rgba(42,40,40,1) 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(60,60,60,1)), color-stop(100%,rgba(42,40,40,1))); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top,  rgba(60,60,60,1) 0%,rgba(42,40,40,1) 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top,  rgba(60,60,60,1) 0%,rgba(42,40,40,1) 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(top,  rgba(60,60,60,1) 0%,rgba(42,40,40,1) 100%); /* IE10+ */
   background: linear-gradient(to bottom,  rgba(60,60,60,1) 0%,rgba(42,40,40,1) 100%); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c3c3c', endColorstr='#2a2828',GradientType=0 ); /* IE6-9 */
   border: 1px solid #232323;
   box-shadow: 0px 2px 0px #000;
   -moz-box-shadow: 0px 2px 0px #000;
   -webkit-box-shadow: 0px 2px 0px #000;

  text-decoration: none;
  float: right;
  margin: 5px;
  text-align: center;
  position: relative;
  bottom: 6px;
}
#contenidoAyuda h2{text-align: center; color:yellow} 
#contenidoAyuda h3{margin: 6px 0px 0px 0px; color:yellow}
#contenidoAyuda .subtitulo{font-weight:bold;  font-style:italic; font-size:1.1em; color:yellow}
#contenidoAyuda p{margin: 6px 0px 0px 0px}

  #aviso{
        margin: 10px auto;
        width: 78%;
        height: 36px;
        text-align: center;
        border-radius: 8px;
        background: rgb(180,221,180); /* Old browsers */
        background: -moz-linear-gradient(black, green, black);
        background: -webkit-gradient(black, green, black);
        background: -webkit-linear-gradient(black, green, black);
        background: -o-linear-gradient(black, green, black);
        background: -ms-linear-gradient(black, green, black);
        background: linear-gradient(black, green, black);
        -webkit-text-shadow: 2px 2px 3px #2E2E2E;
      }
      #aviso a{color:yellow;text-decoration:none;font-weight:bold}
      .avisotxt{padding-top:6px;-webkit-text-shadow: 2px 2px 3px #2E2E2E;}
                            
                            
      .accesoEditar{
           color:#aaa;
           text-decoration:none;
           font-weight:bold;
           font-size:0.7em;
      }                    
                            
                            
.alertaPos{background-color: green; color: yellow; width: 80%; border-radius: 6px; padding: 4px; }
.alertaNeg{background-color: red; color: yellow; width: 80%; border-radius: 6px; padding: 4px; }

.centrado{text-align: center;}
.derecha{text-align: right;}
.izquierda{text-align: left;}
.negro{background-color: #000;}
.negroL{text-align: left;background-color: #000;}
.negroC{text-align: center;background-color: #000;}
.negroR{text-align: right;background-color: #000;}

    .saldoafavor{background: rgba(255,0,0,.5); background: -moz-linear-gradient(black,green,black); background: -webkit-linear-gradient(black,green,black); background: -o-linear-gradient(black,green,black); background: -ms-linear-gradient(black,green,black); background: linear-gradient(black,green,black); border-radius: 12px;}
    .saldoencontra{background: rgba(255,0,0,.5); background: -moz-linear-gradient(black,red,black); background: -webkit-linear-gradient(black,red,black); background: -o-linear-gradient(black,red,black); background: -ms-linear-gradient(black,red,black); background: linear-gradient(black,red,black); border-radius: 12px;}
    .inputar{max-width: 40px; vertical-align: middle;}
    .saldoOculto{color: yellow;text-shadow: 2px 2px 1px #030303;font-size: 1.2em; padding:8px;background: rgba(255,0,0,.5); background: -moz-linear-gradient(black,green,black); background: -webkit-linear-gradient(black,green,black); background: -o-linear-gradient(black,green,black); background: -ms-linear-gradient(black,green,black); background: linear-gradient(black,green,black); border-radius: 12px;}