@charset "utf-8";
/* CSS Document */
.novedades{
		width:700px;
		height:26px;
		overflow: hidden;
	}
	.novedades ul{
		margin: 0;
		padding: 0;
		position:relative;
		top: 0;
		left: 0;
	}
	.novedades li{
		margin:0;
		min-height:26px;
		overflow: hidden;
		text-align:left; color:#FFF; font-size:11.5px; font-family:"Trebuchet MS";
	}
	
#novedades{
		width:178px;
		height:164px;
		overflow: hidden;
	}
	#novedades ul{
		margin: 0;
		padding: 0;
		position:relative;
		top: 0;
		left: 0;
	}
	#novedades li{
		margin:0;
		padding:5px;
		min-height:70px;
		border:1px solid #DDDDDD;
		line-height:16px;
		overflow: hidden;
		text-align:left; color:#868695; font-size:11.5px; font-family:"Trebuchet MS";
	}
	#novedades li:hover{
		background:#F9F9F9; color:#000;
		border:1px solid #CACAD9;
		cursor:pointer;
		}
	#novedades li a{
		font-weight: bold;
		text-transform: uppercase;
		color:#06F; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:11px;
	}