	body.novedades #contenido {
		overflow:				hidden;
		width:					585px !important;
		left:					165px;
	}

	#descripcionNovedad {
		position:				absolute;
		top:					0px;
		left:					0px;
		width:					205px;			
		height: 				326px;
		overflow:				auto;
		padding-right:			390px;	
		padding-top:			20px;
		padding-left:			30px;
	}

	#imagenNovedad {
		position: 				absolute;
		right:					-50px;	
	}
	
	#subMenu {
		overflow: 				hidden;
	}
	
	#imagenNovedad img {
		position: 				relative;
		top:					-20px;
	}	

	.novedades #subMenu {
		width: 					162px;
	}
	
	.novedades #subMenu li {
		height: 				auto;
	}
	
	.novedades #subMenu li a {
		width:					154px;
		height: 				auto;
	}
	
	#subMenu ul {
		display: 				none;
	}
	
	#subMenu li {
		width: 					162px;
	}
	
	#subMenu li.selected ul {
		display: 				block;
	}
	
	#subMenu li.selected a.categoria {
		background: 			#261010;
	}
	
	#subMenu li.selected li.selected a.novedad {
		color: 				#261010;
	}
	
	#subMenu li.selected a.novedadPrincipal {
		background: 				#261010;
		color:						white;
	}
	
	#subMenu ul {
		margin-bottom: 			0;
	}
	
	#subMenu ul a.novedad:hover {
		color:					#261010 !important;
	}
	
	 a.categoria:hover, a.novedadPrincipal:hover{
		background: 		#261010 !important;
		color: 				#fff !important;
	}
	
	#descripcionNovedad h1 {
		text-align: 			left !important;
	}

	dl {
		height:					49px;
		position: 				absolute;
		bottom:					0;
		left: 					2px;
		width:					603px;
		background: 			url('images/spriteNovedades.gif');
		padding-left: 			10px;
		padding-right: 			10px;
	}
	
	dt {
		display: 				none;
	}
	
	dd {
		width:					86px;
		height:					19px;
		float:					left;
		margin-left:			2px;
		line-height: 			19px;
		text-align: 			center;
		position: 				relative;
		top:					28px;
		left:					-5px;
		margin-right: 			3px;
		overflow: 				hidden;
	}
