/*asdasd*/
#div_lis_cat {
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 5px !important;
  border-radius:1px  !important;
 /* background-color:#fff;   Modificado el 09-01 */
  text-justify:center;
}

#div_lis_cat > img{
  width: 100%  !important;
  height: 100%  !important;
   -webkit-border-radius: inherit !important;
  border-radius: inherit !important;
}

#div_lis_cat:hover {
  -moz-box-shadow: 0px 0px 12px #33ccff;
  -webkit-box-shadow: 0px 0px 12px #33ccff;
  box-shadow: 0px 0px 12px #33ccff;
opacity: 0.8;
}

#cat_con_dat{
  position: relative;
  height: 45% !important;
 /* bottom: 109px !important;*/
  /*background: #DADADA !important;*/
  
  bottom: 85px !important;
  background: rgba(0,0,0,.4) !important;
  border-radius:0 0 1px 1px;
  text-shadow: none;
  text-align:left;
  color:#fff;
  padding: 4px 4px 0 4px;
}
#cat_con_dat table{
  width: 100%;
  height: 60px !important;
}
#cat_con_dat table label{
  text-transform: uppercase;
  text-shadow: 1px 1px 2px #000;
  padding: 0;
  margin: 0;
}
#cat_con_dat a{
  color:#fff;
}

#cat_con_link{
  position: absolute;
  padding-left: 4px;
  padding-bottom: 3px;
  bottom:0;
}
