@import url('plantour.css');
@import url('buscador_ofertas.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;
}


#noticias {
	margin-left: 199px;
	min-height: 613px;
}

/* IE 6 */ 
* html #noticias {
	height: auto !important;
	height: 613px;
}

#noticias h2 {
	height: 13px;
	overflow: hidden;
	text-indent: 300px;
	background: transparent url('h_noticias.gif') no-repeat;
	margin: 13px;
	position: absolute;
}

#noticias .cabecera,
#noticias .pie {
	min-height: 37px;
	text-align: right;
	margin-bottom: 5px;
}

/* IE 6 */ 
* html #noticias .cabecera,
* html #noticias .pie{
	height: auto !important;
	height: 37px;
}


#noticias .pie .paginas,
#noticias .cabecera .paginas {
	margin-top: 12px;
}

#noticias .pie .paginas a,
#noticias .cabecera .paginas a {
	text-decoration: underline;
}

#noticias .cabecera .paginas .activa,
#noticias .pie .paginas .activa {
	color: #d7a106;	
}



#noticias .noticia {
	background: #f0ede7;
	margin-bottom: 5px;
	padding: 5px 5px 5px 120px;
	position: relative;
	min-height: 75px;
}

/* IE <= 6 */
* html #noticias .noticia {
	height: auto !important;
	height: 75px;
}

#noticias .noticia h3 {
	font-size: 12px;
	color: #8d8d8d;
	margin: 0;
	font-weight: bold;
	display: inline;
	margin-right: .6em;
}


#noticias .noticia img.imagen {
	position: absolute;
	left: 5px;
	top: 5px;
	width: 100px;
}

#noticias .noticia a.ver {
	background: transparent url('btn_ver_noticia.gif') no-repeat left top;
	display: block;
	height: 12px;
	overflow: hidden;
	padding-left: 85px;
	width: 0pt;
	position: absolute;
	bottom: 8px;
	right: 8px;
}

#pie {
	width: 800px;
	height: 100px;
	overflow: hidden;
	border-top: 1px solid #dedcd4;
	padding-top: 5px;
	margin-top: 5px;
}

hr {
	display: none;
}