#wrapper{
	width: 990px;
	margin: 0 auto;
	position: relative;
}
#colTOP{
	width: 990px;
	float: left;
}
#colIzq{
	width: 210px;
	float: left;
	padding-top: 10px;
}
#colCen{
	width: 580px;
	float: left;
	margin-right: 15px;
	padding-top: 10px;
	position: relative;
}
#colDer{
	width: 181px;
	float: left;
	padding-top: 10px;
}
#promo{
	padding-top: 20px;
}
#footer{
	text-align: center;
	padding-top: 40px;
}
#slideshow{
	height: 300px;
	margin-bottom: 20px;
}
ul#nav-1{
	list-style: none;
	position: absolute;
	padding: 10px;
	top: 22px;
	right: 10px;
	z-index: 9999;
}
ul#nav-1 li{
	float: left;
	line-height: 0px;
	margin-right: 5px;
}
ul#nav-1 li a{
	display: block;
	width: 5px;
	height: 5px;
	background: url(../images/btns/off.gif) no-repeat;
}
ul#nav-1 li a.activeSlide{
	display: block;
	width: 5px;
	height: 5px;
	background: url(../images/btns/on.gif) no-repeat;
}
ul#nav-1 li a span{
	display: none;
}
