/* CONTENIDO DE LA SEGUNDA COLUMNA DE NOTICIAS */
	/* Fondo */
	.dnl-whole {	
		padding: 0px 0px 0px 0px;
		background-color: #FFFFFF;
		}
/* Styling for the div around the auto Title link at the top of the Module */
.dnl-title_auto {	
	text-align: center;
	font-weight: bold;
	margin-top: 5px;
}

/* Styling for the div around the top module title */
.dnl-module_title {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	color: Navy;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 2px;
	background-color: #F6CF7C;
}

/* Styling for the div around the module description */
.dnl-module_description {	
}

/* Styling for the div around each News Item  */
.dnl-each {		
	text-align: left;
	padding: 0px 10px 0px 10px;
}

/*========================================================================================*/
/* Styling for the div around the Section of each News Item */
.dnl-section {		
	text-align: left;
}

/* Styling for the Section link of each News Item */
a.dnl-section, a.dnl-section:link, a.dnl-section:visited {	
	background-image: none;
}
a.dnl-section:hover {
	background-color: #C6D3EF;
	color: Black;
	font-weight: bold;
}
/******************************************************************************************/

/*========================================================================================*/
/* Styling for the div around the Category of each News Item */
.dnl-category {	
	text-align: left;
}
/* Styling for the Category link of each News Item */
a.dnl-category, a.dnl-category:link, a.dnl-category:visited {	
	background-image: none;
}
a.dnl-category:hover {
	background-color: Yellow;
	color: Black;
	font-weight: bold;
}
/******************************************************************************************/

/* Styling for the div around the Date of each News Item*/
.dnl-date {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	margin: 5px 0px 5px 0px;
	}

/*========================================================================================*/
/* Styling for the div around the Title of each News Item */
.dnl-title {
	vertical-align: text-top; margin: 5px 0px 5px 0px;
}
/* Styling for the Title link of each News Item */
a.dnl-title, a.dnl-title:link, a.dnl-title:visited {	
	font-family: Arial, Helvetica, sans-serif;
					font-size: 16px;
					font-weight: bold;
					color: #339933;
					text-align:left;
					}
a.dnl-title:hover {
		color: #000000;
}
/******************************************************************************************/

/*========================================================================================*/
/* Styling for the ul controlling the Title of each News Item */
ul.dnl {	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* Styling for the ul controlling the Title of each News Item */	
ol.dnl {	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
	
/* Styling for the li controlling the Title of each News Item */
li.arrow-dnl {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

/* Styling for the li controlling the Title of each News Item */
li.list-dnl {	
	margin: 0px 0px 0px 22px;
	padding: 0px 0px 0px 0px;
	list-style-image: none;
	list-style-position: outside;
}
/******************************************************************************************/

/* Styling for the div around the Author of each News Item */
.dnl-author {	
	text-align: right;
}

/*========================================================================================*/
/* Styling for the div around the Intro Text of the News Item */
.dnl-introtext {	
	text-align: left;	
}
a.dnl-introtext-link, a.dnl-introtext-link:link, a.dnl-introtext-link:visited, .dnl-introtext-link {
	font-weight: normal;
	display: block;
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a.dnl-introtext-link:hover {
	font-weight: normal;
	background-color: yellow;
}
/******************************************************************************************/

/* Styling for the div around the Full Text of each News Item */
.dnl-fulltext {	
	text-align: left;	
}

/*========================================================================================*/
/* Styling for the div around the Read More link of each News Item */
.dnl-read_more {
	text-align: left; margin: 5px 0px 5px 0px;
}

/* Link LEER MAS */
a.dnl-read_more, a.dnl-read_more:link, a.dnl-read_more:visited {
	color: #336600;
	text-decoration: none; font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	list-style-type: disc;
	list-style: inside url(file:///C|/Inetpub/wwwroot/visualcms/templates/visualdensity/images/read.gif);
	display: list-item;
	white-space: normal;
	font-weight: normal;
	padding-bottom: 12px;
}
a.dnl-read_more:hover {
					color: #33FF00;
						text-decoration: underline;
						font-weight: normal;
						font-family:  Arial, Verdana, Helvetica, sans-serif;
						font-size: 11px;
						list-style: inside url(file:///C|/Inetpub/wwwroot/visualcms/templates/visualdensity/images/read.gif);
						list-style-type: disc;
						display: list-item;
						white-space: normal;
						}
/******************************************************************************************/

/*========================================================================================*/
/* Styling for the div around the More link at the end of the Module */
.dnl-more {		
	text-align: center;
	padding-bottom: 30px;
}
/* Styling for the More link at the end of the Module */
a.dnl-more, a.dnl-more:link, a.dnl-more:visited {	
	font-style: italic;
	font-weight: bold;
}
a.dnl-more:hover {
	background-color: Yellow;
	color: Black;
	font-weight: bold;
}
/******************************************************************************************/

/*========================================================================================*/
/* Styling for the div around the bottom module link */
.dnl-module_link {
	
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: Navy;
	text-align: center;
	margin-bottom: 5px;
	background-color: #F6CF7C;
}
/* Styling for the Section link of each News Item */
a.dnl-module_link, a.dnl-module_link:link, a.dnl-module_link:visited {	
}
a.dnl-module_link:hover {
	background-color: #C6D3EF;
	color: Black;
	font-weight: bold;
}
/******************************************************************************************/
