#contenido div.paginacion{
	clear: both;
	height: 38px;
	line-height: 38px;
	text-align: right;
}

#contenido div.paginacion a{
	color: #666666;
}

#contenido div.paginacion a:hover{
	color: #00a8c5;
	text-decoration: underline;
}

#contenido div.paginacion a.activo{
	color: #00a8c5;
}

#buscador{
	background: url(../imagenes/separador.gif) repeat-x bottom;
	position: relative;
	overflow: auto;
	padding: 32px 0 0 0;
}

#buscador p{
	width: 212px;
	height: 40px;
	background: url(../imagenes/hoteles_mallorca_es.gif) no-repeat;
	padding: 0 0 9px 0;
}

#buscador span{
	display: none;
}

#buscador form{
	position: absolute;
	top: 45px;
	right: 0;
}

#buscador select{
	color: #00a8c5;
}

#hoteles li{
	border: #e9e8e8 solid 1px;
	padding: 5px;
	height: 116px;
	margin: 0 0 13px 0;
}

#hoteles li img.flota{
	float: left;
	margin: 0 20px 0 0;
}

#hoteles li p.hotel{
	font-size: 16px;
	font-weight: bold;
}

#hoteles li p.hotel img{
	display: inline;
}

#hoteles li p.direccion{
	color: #00a8c5;
}

#hoteles p.opciones{
	padding: 6px 0 0 0;
	font-weight: bold;
}

#hoteles p.opciones a{
	color: #00a8c5;
	background: url(../imagenes/flecha.gif) no-repeat right;
	margin:0 8px 0 0;
	padding: 0 18px 0 0;
}

#hoteles p.opciones a:hover{
	text-decoration: underline;
}





