.menudesp {
    background: url("../images/bg_menuizq_abajo.gif") no-repeat scroll left bottom rgba(0, 0, 0, 0);
    color: #666666;
   
    padding-bottom: 14px;
}

.menudesp2 {
    background: url("../images/bg_menuizq_abajo.gif") no-repeat scroll left bottom rgba(0, 0, 0, 0);
    color: #666666;
    padding-bottom: 14px;
	width:220px;
}

@media only screen and (max-width: 961px) {
  .menudesp2 {
    width: 100%;
  }
}