/* CSS noticias */

/*noticias */
.novedad{
	background-image: url(ncabezal.gif);
	background-repeat:no-repeat;
	width: 200px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;}
.novedadfondo{
	background-image: url(nfonfo.gif);
	width: 200px;
	background-repeat: repeat-y;
}
.novedadtit{
	font-weight: bold;
	color: #006600;
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 11pt;
	text-align: center;
	display: block;
}
.ncontenido{
	padding: 10px 5px 2px;
	text-align: left;
	display: block;
}
.separanoti{
	background-image: url(separanoti.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.fondocolor{ background-color:#F8F7EE;}
.item{
	list-style-position: outside;
	list-style-image: url(../icos/estre.gif);
	text-align: left;
	display: block;
	border-bottom: 1px dashed #999999;
	margin-left: 14px;
}
.leer, a.leer{
	color: #FF9900;
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.leer:hover{
	color: #333333;
	background-color: #FFFFCC;
}
