@import url('plantour.css');
@import url('buscador_ofertas.css');
@import url('ultimas_noticias.css');
@import url('menu.css');

h1 {
	display: none;
}

#buscador_ofertas {
	position: absolute;
	left: 0;
	top: 470px;
	width: 194px;
	height: 330px;
	overflow: hidden;
}

#ultimas_noticias {
	position: absolute;
	left: 0;
	top: 470px;
	width: 194px;
	height: 330px;
	overflow: hidden;
}


#noticia {
	margin-left: 199px;
	padding: 13px 0 13px 13px;
	min-height: 613px;
}

#noticia h2 {
	height: 13px;
	overflow: hidden;
	text-indent: 300px;
	background: transparent url('h_noticias.gif') no-repeat;
	margin-bottom: 13px;
}

#noticia h3 {
	font-size: 12px;
	color: #8d8d8d;
	font-weight: bold;
	margin: 0 0 1.2em;
}


#noticia img.imagen {
	float: right;
	margin: 0 0 .5em 1em ;
}

#pie {
	width: 800px;
	height: 100px;
	overflow: hidden;
	border-top: 1px solid #dedcd4;
	padding-top: 5px;
	margin-top: 5px;
}

hr {
	display: none;
}
