ul#novedades {
	background-image:url(../img/fondo-novedades.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#e9f0f4;
	width:500px;
	overflow:auto;
	overflow:hidden;
	padding:0 0 20px 0;
	margin-bottom:6px;
}
ul#novedades li {
	padding:11px;
	width:103px;
	height:198px;
	float:left;
	overflow:auto;
	overflow:hidden;
	text-align:center;
	margin-bottom:5px;
}
ul#novedades li a {
	color:#4c4d51;
	font-weight:bold;
}
ul#novedades li a:hover {
	color:#0057a4;
}
ul#novedades li a span {
	height:56px;
	overflow:auto;
	overflow:hidden;
	width:auto;
	display:inline-block;
}
ul#novedades li a img {
	padding:0 3px 3px 0;
	margin:0 0 4px 0;
	width:100px;
	display:inline-block;
	background:url(../img/sombra.gif) no-repeat 0.2em 3px;
}
ul#novedades li a:hover img {
	background:url(../img/sombra_f2.gif) no-repeat 0.2em 3px;
}
ul.paginacion {
	text-align:center;
	margin-top:15px;
	font-size:10px;
	font-weight:bold;
}
ul.paginacion li {
	display:inline-block;
	width:12px;
	background:url(../img/paginacion-border.gif) no-repeat right bottom;
	padding-right:1px;
}

