/* Start of CMSMS style sheet 'Module: News' */
div#news {
  margin: 2em 0 1em 5em;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000; 
  background: #FFE9AF; 
}

div#news h2 {
   background: #fff;
   line-height: 2em;
}

.NewsSummary {
    float:left;
    width: 320px; /* con mas de 330px se desmonta en IE7*/
    margin: 0em 0em 0.7em 0em; /* margin to the bottom of the news article summary */
    padding:1em 0.5em 1em 1.5em; /* padding for the news article summary */
    background-color: #fafafa;
    border-top: 1px solid #ccc; 
    border-left: 1px solid #ccc; 
    border-right: 1px solid #ccc; 
    border-bottom: 1px solid #ccc; 
}

.NewsFooter {
    margin: 0em 0em 1em 0em; /* margin to the bottom of the news article summary */
    width: 239px;
    height: 19px;
    background: url(images/cms/noticias_fon1.gif) repeat-x;
    display: block;
    border-bottom: 1px solid #ccc; 
    border-left: 1px solid #ccc; 
    border-right: 1px solid #ccc; 
}

.NewsSummaryPostdate {
  font-size: 90%;
  
  margin-bottom: -7px;
  margin-left: 250px;
 color: #4090ff;
 }

.NewsSummaryLink {
    clear: both;
    font-weight: bold;
    padding-top: 0.2em;
    color: #dd7007;
}



.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }



#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }



#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }


/* to add specific style to the below divs, uncomment them. */

/* 


/* End of 'Module: News' */

