.Truncate{    
    overflow: hidden;
    text-overflow: ellipsis; 
	word-wrap: normal;    
 	width:600px;
	display: block;
	max-height: 51px;
	
}

.TruncateDescripcion{    
    overflow: hidden;
    text-overflow: ellipsis; 
	word-wrap: normal;    
 	width:600px;
	display: block;
	max-height: 51px;
	
  
}