	.catalogo #subMenu, .contacto #subMenu {
		width: 		162px;
	}
	
	.contacto #listaProductos address {
		font-style: normal;
	}

	.catalogo #subMenu li ul {
		padding: 		0;
		padding-left:	15px;
		margin: 		0;
		display: 		none;
		background: 	white !important;
	}
	
	#imagenNovedad {
		text-align: 	center;
		position: 		relative;
		left:			-12px;
	}
	
	
	.catalogo #subMenu li {
		text-transform: 	capitalize;
	}
	
	.catalogo #subMenu li ul {
		list-style: 		disc !important;
	}
	
	.catalogo #subMenu li li {
		text-transform: 	none;
		color:				#dcceb2;
		list-style: 		disc !important;
		margin-left: 		5px;
		padding-left:		0px;
	}
	
	.catalogo #subMenu li.selected ul{
		display: 			block; 
	}
	
	.catalogo #subMenu li.selected a.categoria {
		background: 				#261010;
		color:						white;
	}
	
	.catalogo #subMenu li.selected li.selected a {
		color: 				#261010;
	}
	
	.catalogo #subMenu li li a {
		margin-left: 		-10px;
	}
	
	#contenido {
		width: 				372px;
		left: 				378px;
		overflow: 			hidden !important;
	}
	
	#contenido h1 {
		position: 			relative;
		top:				-10px;
		left:				-12px;
	}
	
	#listaProductos {
		background: 		#dcceb2;
		width: 				210px;
		height: 			400px;
		position: 			absolute;
		top:				0;
		left:				165px;
	}
	
	#listaProductos ul {
		padding: 			8px;
		padding-left:		15px !important;
		padding-right:		15px !important;
	}
	
	#listaProductos ul li {
		margin-bottom: 		2px;
	}
	
	#listaProductos ul li.selected a {
		font-weight: 		bold;
	}
	
	#listaProductos ul a {
		text-decoration: 	none;
		color:				black;
		font-size: 			.9em;
	}
	
	#listaProductos li ul a:hover {
		font-weight: 		bold !important;			
	}
	
	
	.catalogo #subMenu li a:hover {
		background: 		#261010 !important;
		color: 				#fff !important;
	}
	
	.catalogo #subMenu li ul a:hover {
		background: 		white !important;
		color: 				#261010 !important;
	}
	
	dl {
		height:					40px;
		position: 				absolute;
		bottom:					0;
		left: 					0;
		width:					422px !important;
	}
		
	dt {
		background-image: 		url("images/spriteNovedad.jpg");
		text-indent: 			500px;
		overflow:				hidden;
		white-space: 			nowrap;
		position:				absolute;
		margin:					0;
		top:					0;
	}
	
	dd, dt {
		display: 				block;
		width:					55px;
		height:					19px;
		overflow: 				hidden;
	}
	
	dd {
		float:					left;
		margin-left:			0px;
		margin-right:			4px;
		background: 			#dcceb2;
		line-height: 			19px;
		text-align: 			center;
		position: 				relative;
		left:					1px;
		top:					21px;
		font-size: 				.8em;
	}
	
	#peso {
		background-position: 	-2px -7px;
		left:					1px;
	}
	
	#cantidad {
		background-position: 	-73px -7px;
		left:					60px; 	
	}
	
	#transporte {
		background-position: 	-144px -7px;
		left:					119px;
	}
	
	#tiempo {
		background-position: 	-214px -7px;
		left:					178px;
	}
	
	#tiempo2 {
		background-position: 	-284px -7px;
		left:					237px;
	}
	
	#temperatura {
		background-position: 	-359px -7px;
		left:					296px; 
	}
	
	#tiempo3 {
		background-position: 	-429px -7px;
		left:					355px;	
	}
	
	#ddTiempo {
		position: 				absolute;
		left:					355px;	
		bottom:					0;
		z-index: 				1000;
	}
	
	#buscador {
		width:					142px;
		position: 				absolute;
		top:					362px;
		left:					0;
		z-index: 				1000;
		padding:				10px;
		border-top: 			1px solid white;	
	}
	
	#buscador input {
	}
	
	#busqueda {
		width:					106px;
		padding:				2px;
	}
	
	label {
		color:					#fff;
		text-indent: 			1000px;
		white-space: 			nowrap;
		width:					15px;
		height: 				15px;
		display: 				block;
		background: 			url('images/lupa.png');
		float: 					left;
		margin-right: 			5px;
		position: 				relative;
		top:					2px;
		overflow: 				hidden;
	}
	
	#submit {
		display:				none;
	}