#contenido {
	background: url(img/kemphorLogoHome.gif) center top no-repeat;
	top: 135px;
	position: absolute;
}

#contenido p {
	min-width: 620px;
}

ul#imgProducts, ul#imgProducts li {
	display: block;
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#imgProducts {
	width: 100%;
	top: 60px;
	left: 0;
	overflow: hidden;
	height: 225px;
}

ul#imgProducts li {
	top: 15px;
	width: 100px;
	height: 195px;
	text-align: center;
	font-size: 10px;
	line-height: 13px;
}

ul#imgProducts li a {
	display: block;
	width: 100px;
	height: 195px;
}

ul#imgProducts li a img {
	border: 0;
	display: block;
	margin: 0 auto;
	padding-bottom: 8px;
}

ul#imgProducts li a span {
	visibility: hidden;
}

ul#imgProducts li a:hover span {
	visibility: visible;
}

h2 {
	padding-top: 290px;
	background: url(img/tituloHome.gif) left bottom no-repeat;
}

#news {
	position: absolute;
	z-index: 0;
	left: 0;
	width: 200px;
	height: 250px;
	top: 10px;
	padding: 5px 5px 5px 40px;
	background: white;
}
#news a img {
	border: 0;
}

