.bubbleInfo {
	position: relative;
	width:100%;
	height:100%;
	z-index: 0;
}

.popup {
	position: absolute;
	display: none;
	z-index: 50;
	border-collapse: collapse;
	height:40px;
	filter:alpha(opacity=100);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
	font:normal 12px Tahoma;

}
.popup div{
padding: 5px 5px 0px 5px;

}
#rt1,#rt2,#rt3,#rt4,#rt5,#rt6,#rt7,#rt8,#rt9,#rt10,#rt11,#rt12,#rt13,#rt14,#rt15,#rt16,#rt17,
#rt18,#rt19,#rt20,#rt21,#rt22{
position: absolute;
}
.title{
color: #F3B510;
font:bold 10px Arial;
}
.hotels{
color: #C0B289;
font:normal 10px Arial;
}
.cif{
color: #F3B510;
font:bold 10px Arial;
}
.pl-l{
width:5px;
height:40px;
background: url(img/pl-l.png) 0% 0% no-repeat;
}
.pl-r{
width:5px;
height:40px;
background: url(img/pl-r.png) 0% 0% no-repeat;
}
.pl-c{
height:40px;
background: url(img/pl-c.png) 0% 0% repeat-x;
text-align:center;
}
