.WINnoticias {


}
.WINnoticias #WinContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	padding: 10px;
}

.WINnoticias a:link {
	color: #0066CC;
	text-decoration: underline;
}
.WINnoticias li {
	background-image: url(../_images/_layout/bullet_h4.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-left: 5px;
	background-position: 0px 2px;

}

.WINnoticias ul {
	list-style-type: none;

}

.WINnoticias a:hover {
	color: #FF6600;
	text-decoration: underline;
}

.WINnoticias .fecha {
	font-size: x-small;
	font-weight: bold;
	color: #FF6600;
}

#divArticle {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
}
#divArticle #divArticleTitle{
	color: #0680C1;
	font-size: large;
	padding-top: 20px;
}
#divArticle #divArticleSubTitle {
	font-size: small;
	font-weight: bold;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
}
#divArticle #divArticleBody {
	padding-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 18px;
	font-weight: normal;
	padding-bottom: 10px;
	color: #000000;
	background-color: #F0F0F0;
	padding-right: 10px;
	padding-left: 10px;
}
#divArticle #divArticleBody a:link {
	text-decoration: underline;
}
