/* Start of CMSMS style sheet 'nuevo_post' */
/* CSS Document */

#noticias {
	font-family: "Courier New", Courier, mono;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
div#news {
	/* margin for the entire div surrounding the news items */
	
	/* sets it off from surroundings */
	
	width: 250px;
}

.NewsSummary {
	/* padding for the news article summary */
	padding: 0.5em 0.5em 1em;
	/* margin to the bottom of the news article summary */
	margin: 0 0.5em 1em;
	border-bottom: 1px solid #ccc;
}
#comments {
	width: 750px;
}

.NewsSummaryPostdate {
/* smaller than default text size */
	font-size: 90%;
/* bold to set it off from text */
	font-weight: bold;
}
.NewsSummaryLink {
/* bold to set it off from text */
	font-weight: bold;
/* little more room at top */
	padding-top: 0.2em;
}
.NewsSummaryCategory {
/* italic to set it off from text */
	font-style: italic;
	margin: 5px 0;
}
.NewsSummaryAuthor {
	/* italic to set it off from text */
	font-style: italic;
	padding-bottom: 0.5em;
	width: 750px;
}
.NewsSummarySummary, .NewsSummaryContent {
	/* larger than default text */
	font-family: "Courier New", Courier, mono;

	line-height: 140%;
	text-align: left;
}
.NewsSummaryMorelink {
	padding-top: 0.5em;
}
#NewsPostDetailDate {
	/* smaller text */
	font-size: 90%;
	/* bold to set it off from text */
	font-weight: bold;
}


#NewsPostDetailSummary {
	font-family: "Courier New", Courier, mono;

}
#NewsPostDetailCategory {

	margin-top: 0.5em;
	padding: 0.2em 0;
	font-size: 1.5em;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#NewsPostDetailContent .js_css_decora{
	/* larger than default text */
	line-height: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding: 0px;
	margin: 0px;
	width: 98%;
	font-weight: normal;
	text-decoration: underline;
}
#NewsPostDetailContent .js_css_bloque {
	border: 1px solid #BCCCEB;
	padding: 20px;
	width: 90%;
}
#NewsPostDetailAuthor {
	padding-bottom: 1.5em;
/* italic to set it off from text */
	font-style: italic;
}
/* more divs, left unstyled, just so you know the IDs of them */ 
#NewsPostDetailTitle {
	color: #FFCC00;
	font-weight: bold;
	font-size: 1.5em;
}
#NewsPostDetailHorizRule {
}
#NewsPostDetailPrintLink {
}
#NewsPostDetailReturnLink {
	margin-bottom: 20px;
}
	
/* End of 'nuevo_post' */

