@import url('plantour.css');
@import url('buscador_ofertas.css');
@import url('ultimas_noticias.css');
@import url('productos_destacados.css');
@import url('menu.css');

h1 {
	display: none;
}

#productos_destacados {
	position: absolute;
	left: 199px;
	top: 161px;
	width: 402px;
	height: 304px;
	overflow: hidden;
}

#buscador_ofertas {
	position: absolute;
	left: 606px;
	top: 161px;
	width: 194px;
	height: 304px;
	overflow: hidden;
}



#ultimas_noticias {
	position: absolute;
	left: 0;
	top: 470px;
	width: 194px;
	height: 330px;
	overflow: hidden;
}

#acordeon {
	position: absolute;
	left: 199px;
	top: 470px;
	width: 601px;
	height: 330px;
	overflow: hidden;
}

#pie {
	position: absolute;
	top: 805px;
	left: 0;
	width: 800px;
	height: 100px;
	overflow: hidden;
	border-top: 1px solid #dedcd4;
	padding-top: 5px;
}

hr {
	display: none;
}