body {
	background: url(../images/inner-body-bgd.jpg) top center #efe7cf;
	color: #666256;
	color: rgb(102, 98, 86); 
}
body.home {
	background: url(../images/body-bgd.jpg) top center #efe7cf !important;
}
#header {
	height: 180px;
	background: url(../images/header-bgd.jpg) top center no-repeat;
	width: 970px;
	margin: 0 auto;
	position: relative;
}
.home #header {
	height: 379px;
	background: url(../images/home-header-bgd.jpg) top center no-repeat;
}
	#header h1 {
		width: 270px;
		height: 100px;
		top: 20px;
		left: 40px;
		position: absolute;
	}
	.home #header h1 { display: none; }
		#header h1 a {
			display: block;
			height: 100px;
			width: 270px;
			text-indent: -9000em;
		}
	#navigation {
		position: absolute;
		width: 400px;
		height: 59px;
		top: 70px;
		left: 490px;
		overflow: hidden;
	}
		#navigation li {
			float: left;
			display: inline;
			height: 20px;
			text-align: center;
		}
#canvas {
	width: 970px;
	margin: 0 auto;
	height: 1%;
	position: relative;
}
	#content {
		margin: 1.5384615384615385em 10px 0 10px;
/* 		text-shadow : rgb(255,234,205) 1px 1px 2px; */
		text-shadow: 1px 1px 2px #fff;
		overflow: visible;
	}
	#content.no-scroll { overflow: hidden; }
	#product-canvas {
		width: 2000px;
		height: 378px;
	}
	ul.listado-productos {
		height: 1%;
		overflow: visible;
		margin-left: -10px;
		margin-top: 1.75em;
		float: left;
		display: inline;
		width: 970px;
	}
		ul.listado-productos li {
			width: 310px;
			float: left;
			display: inline;
			margin: 0 0 0 10px;
			height: 1%;
			overflow: visible;
			height: 180px;
		}
		ul.listado-consejos li {
			clear: both;
			height: auto;
			overflow: hidden;
			height: 140px;	
		}
		ul.listado-productos li p.imagen, ul.listado-consejos li p.imagen {
			float: left;
			display: inline;
			margin-right: 10px;
			position: relative;
			width: 150px;
			height: 112px;
			text-align: center;
		}
		ul.listado-productos li p.imagen img, ul.listado-consejos li p.imagen img {
			position: absolute;
			top: 0;
			left: 0;
		}
		.big p.imagen {
			float: left;
			display: inline;
			margin-right: 10px;
			position: relative;
			width: 310px;
			height: 232px;
			text-align: center;
		}
		.big p.imagen img {
			position: absolute;
			top: 0;
			left: 0;
		}
		p.mid-image {
			float: right;
			display: inline;
			margin-left: 10px;
			position: relative;
			width: 310px;
			height: 232px;
			text-align: center;		
		}
		p.mid-image img {
			position: absolute;
			top: 0;
			left: 0;
		}
		p.shop-link {
			width: 230px;
			float: right;
			display: inline;
			height: 65px;
			padding-top: 15px;
			padding-left: 70px;
			background: url(../images/btn-online-shop-bgd.gif) top left no-repeat;
			font-weight: bold;
		}
	p.drop {
		float: right;
		display: inline;
		width: 310px;
		height: 310px;
	}
	#tags, #result_list {
		float: left;
		display: inline;
		width: 630px;
		overflow: visible;
	}
	#result_list .listado-productos {
		width: 630px !important;
		height: 1%;
		margin-left: -10px;
	}
	#result_list .listado-productos li {
		float: left;
		display: inline;
		width: 300px;
		margin: 0 0 0 10px;
	}
	#tags { 
		background: url(../images/tags-list-bgd.gif) top left no-repeat; 
		width: 490px;
		margin-left: 80px;
		padding: 10px 20px 10px 15px;
		height: 120px;
	}
	html>body #tags { background: url(../images/tags-list-bgd.png) top left no-repeat; }
	#tags li { 
		cursor: move; 
		float: left; 
		display: inline; 
		margin: 0 12px 5px 0; 
	}
	ul#listado-tags {
		background: #fff;
		overflow: auto;
		position: absolute;
		right: 0;
		top: 50px;
		width: 310px;
		height: 180px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;	
/* 		background: rgba(255,255,255,0.5); */
		background: url(../images/tags-bgd.png) top left no-repeat;
		padding: 30px 10px 10px 10px;
	}
	li.drop-tag {
		cursor: pointer;
		width: 115px;
		float: left; 
		display: inline;
		margin: 0 0 0 10px;
/* 		text-align: center; */
		padding-left: 15px;
		background: url(../images/delete-icon.png) center left no-repeat;
	}
	#map-canvas {
		width: 940px;
		height: 400px;
		margin: 0 auto;
		border: 5px solid #5ca900;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-box-shadow: 0 0 20px #333;
		-webkit-box-shadow: 0 0 20px #333;
	}
#credits {
	background: url(../images/credits-bgd.gif) top center no-repeat;
	height: 273px;
	overflow: auto;
	clear: both;
}
.product-navigation, .volver, .link {
	width: 230px;
	background: url(../images/btn-bgd.gif) top center no-repeat;
	text-align: center;
	margin: 0 0 1.5em 0;
	text-shadow: none;
	clear: both;
	cursor: pointer;
	height: 60px;
	line-height: 60px;
}
html>body .product-navigation, html>body .volver, html>body .link { background: url(../images/btn-bgd.png) top center no-repeat; }
html>body #credits { background: url(../images/credits-bgd.png) top center no-repeat; }
.cols2, .cols3, .cols4 {
	overflow: auto;
	width: 970px;
	margin: 0 auto;
}
	.cols2 .col {
		width: 310px;
		float: left;
		display: inline;
		margin: 0 0 0 10px;
	}
	.cols2 .big {
		width: 620px;
	}
	#credits .cols3 {
		margin-top: 4.614em;
	}
	.cols3 .col {
		width: 310px;
		float: left;
		display: inline;
		margin: 0 0 0 10px;
	}
	#credits .col {
		width: 290px;
		padding: 0 10px;
	}
#online-shop {
	position: absolute;
	right: 20px;
	width: 75px;
	height: 75px;
	top: -80px;
}
.home #online-shop {
	top: -160px;
	width: 166px;
	height: 166px;
	right: 0;
}
p.banner {
	margin: 0;
	text-align: right;
	line-height: normal;
	height: auto;
	width: 310px;
	float: left;
	display: inline;
}
p.banner img { margin: 0; padding: 0; display: inline; float: right; }
p.short { width: 630px; }