
.menuTabla {
  text-indent: 0px;
  color: #333;
  width: 207px;
}

#menuv {
  width: 207px;
  font: 10px "Trebuchet MS", Arial, Helvetica, sans-serif;
  min-height: 650px;
  height: auto;
  border: 1px solid #eaeaea;
}

  #menuv tr, td {
    list-style-type: none;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
    /*vertical-align: baseline;*/
  }

  #menuv tr {
    margin: 0;
    padding: 8px !important;
  }

  #menuv td {
    text-decoration: none;
  }

  #menuv .menu {
    font-family: Verdana;
    font-weight: normal;
    background: #f8fef8;
    cursor: pointer;
    width: 98%;
    color: #333;
    background: #ffffff url(Imagenes/arrowbullet.gif) no-repeat 15px; /*custom bullet list image*/
    /*display: block;*/
    height: 24px !important;
    font-size: 8pt;
    padding-left: 30px;
    /* padding-top: 9px; */
    /*padding-left: 19px; link text is indented 19px*/
    text-decoration: none;
  }

  #menuv .tdheader {
    padding: .5rem 1.5rem;
    color: #5eb645;
    display: block;
    cursor: pointer;
    text-align: left;
    font-size: 8pt;
    font-weight: bold;
    border-bottom: 1px solid #7cba00;
    /* background: #fbfbfb; */
  }

  #menuv .menu:hover {
    background-color: #e8e8e8;
  }

  #menuv a {
    text-decoration: none;
    color: #3366CC;
    background: #F0F7FC;
    display: block;
    padding: 3px 6px;
    width: 138px;
  }

    #menuv a:hover {
      background: #fff;
      width: 205px;
    }

.menuGrupo {
  border: none;
  background-color: #333;
  /*height: 30px;*/
  cursor: pointer;
  display: block;
  width: 93.7%;
  font-weight: bold;
  font-size: 10pt;
  text-align: center;
  /* margin-bottom: 5px; */
  color: #fff;
  padding: 6px;
}

.menuTabla {
}

.menu {
  font-family: Verdana;
  font-size: 7pt;
  color: #000080;
  font-weight: lighter;
  background: #ECF1F6;
  cursor: pointer;
  padding:3px;
}
