body {
	background-image: url(../imagenes/fondo.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	background-position: center top;
}

#container {
	width:985px;
	background-image: url(../imagenes/1.png);
	background-repeat: no-repeat;
	background-position: center top;
	overflow:hidden;
	height: 553px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#parallax
    {
	position:relative;
	overflow:hidden;
	width:985px;
	height:553px;
	border:none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
	#parallax a{width:100px;
	height:100px;
	
}
	#parallax a img{
	border:none;}
	a img{
	border:none;}


#clasificados {
	position:absolute;
	left:-23px;
	top:216px;
	width:970px;
	height:335px;
	z-index:1;
	background-image: url(../imagenes/clasificados.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
