/* Start of CMSMS style sheet 'Module: News' */
div#news {
  margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000; 
  background: #FF0000; 
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}

.NewsSummary {  /* Bloque {news} incluido en todas las páginas*/
    padding: 0.4em 0.4em 0.4em 0.4em; /* padding for the news article summary */
    margin: 0.4em 0.4em 0.4em 0.4em; /* margin to the bottom of the news article summary */
    border-bottom: 1px dotted #ccc; 
}

.NewsSummaryPostdate {
  font-size: 100%;
  font-weight: bold;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
}

.NewsSummaryCategory {
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  padding-top: 0.5em;
  line-height: 130%;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

#NewsPostDetailDate {  /* Formato Fecha de noticia al ampliarla */
  font-size: 100%;
  margin-bottom: 5px;
  font-weight: none;
  }

#NewsPostDetailSummary {
   line-height: 100%;
   padding: 0.2em 0;
   }

#NewsPostDetailCategory {
  border-top: 1px dotted #ccc;
  margin-top: 1em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 5px;
  margin-top: 5px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
}

.NewsPasapaginas {
  #border-bottom: 1px dotted #ccc;
  padding-bottom: 0em;
  padding-top: 0em;
  padding-right: 1em;
  text-align: right;
  font-weight: bold;

}



/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'Module: News' */

