/* Start of CMSMS style sheet 'Destacat' */
div#destacat{
  margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000; 
  background: #DFFBBF; 
}

div#destacat h2 {
   line-height: 1.5em;
   background: #fff;
}

.DestacatNewsSummary {
    padding: 0.5em 0.5em 1em; /* padding for the news article summary */
    margin: 0 0.5em 1em 0.5em; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #ccc; 

}

ul.Destacat {
 list-style-type: none;
}

/* End of 'Destacat' */

