
#noticias-pestanas {
	padding: 0 10px;
	margin-left: 0px;
	height: 30px;
	border-bottom: solid 4px #83AD23;
}
#noticias-pestanas li {
	display: block;
	float: left;
	text-align: center;
	padding: 10px 0;
	margin: 0;
	width: 99px;
	height: 23px;
	background: url(../../../themes/affvu/images/noticias-pestanas.gif) no-repeat 1px 0;
}
#noticias-pestanas li:hover {
	background-position: -119px 0px;
}
#noticias-pestanas li.selected, #noticias-pestanas li.selected:hover {
	background-position: -239px 0px;
}
#noticias-pestanas li a, #noticias-pestanas li a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
#noticias-contenedor {
	border: none;
	clear: both;
	position: relative;
	padding-top: 8px;
}
#lista-articulos li {
	color: #000000;
/*	background-color: #f7f7f7;*/
	list-style: none;
	padding: 5px;
	margin: 0;
}
/*#lista-articulos li.odd {
	background-color: #efefef;
}*/
#enlace-mas {
	text-align: right;
	padding: 5px 1em;
}

