#bg {
	background: #d5d5d5 url(/images/fondogris.jpg) 0 0 repeat-x;
}
#cuadros1 {
	background: transparent url(/images/cuadros3.png) 30px 30px repeat-x;
}
#cuadros2 {
	background: transparent url(/images/cuadros1.png) 0 50px repeat-x;
}
#cuadros3 {
	background: transparent url(/images/cuadros2.png) 0 0 repeat-x;
}

#logo {
	background: url(/images/logocs.png) 0 0 no-repeat;
	width: 145px;
	height: 105px;
	position: relative;
	z-index: 1900;
	text-indent: -9999px;
	float:left;
	margin-top:-20px;
}

#stage {
	top: 0px;
	left: 0px;
	z-index: -100;
}
.stage {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 900px;
	height: 359px;
	overflow: hidden;
}