/* 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: #FFE9AF; 
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}

.NewsSummary {
    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: 2px solid #4119A7; 
}

.NewsSummaryPostdate {
  font-size: 75%;
  font-weight: normal;
color: #4119A7;
font-weight: bold;
text-align: right;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-bottom: 10px;
 font-family: arial;
font-size: 14px;

}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  text-align: justify;
  color: #333333;
 font-family: arial;
font-face: 12px;
line-height: 18px;

 }

.NewsSummaryMorelink {
 font-family: arial;
font-size: 11px;
color: #ff0000;

}
.NewsSummaryMorelink a {
	text-decoration: none;
	color: #ff0000;
}

.NewsSummaryMorelink a:visited {
	text-decoration: none;
	color: #ff0000;
}
.NewsSummaryMorelink a:hover {
	text-decoration: none;
	color: #0000CC;
background: #ffffff;
	text-decoration: underline;
}
.NewsSummaryMorelink a:active {
	text-decoration: none;
	color: #ff0000;
}
.volver {

font-size: 12px;
text-align: right;
margin-left: 400px;
}

.imprimir-volver {
  width: 500px;
border: 1px solid #ccc;
margin-bottom: 15px;
margin-top: 15px;



}

.imprimir {

font-size: 12px;
text-align: left;

}

.NewsPostDetailTitle {
  font-family: arial;
   font-size: 22px;
  line-height: 20px;
   color: #999999;
padding-bottom: 15px;


}

.paginacion{
text-align: right;
font-family: arial;
font-size: 12px;

}



#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
margin-top: 7px;

  }

#NewsPostDetailSummary {
  text-align: justify;
  color: #333333;
 font-family: arial;
font-face: 12px;
line-height: 18px;

   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  text-align: justify;
  color: #333333;
 font-family: arial;
font-face: 12px;
line-height: 18px;

  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailHorizRule {
}

/* End of 'Module: News' */

