.flota-der {
	float: right;
	margin-left: 12px;
	z-index: 200;
	position: relative;
	margin-bottom: 5px;
	border: 3px solid #FFFFFF;
}

/* global */
#cluetip-close img {
  border: 0;
}
#cluetip-title {
  overflow: hidden;
}
#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}
#cluetip-waitimage {
	width: 43px;
	height: 11px;
	position: absolute;
	background-image: url(../images/tooltip/wait.gif);
	background-repeat: no-repeat;
}
.cluetip-arrows {
  display: none;
  position: absolute;
  top: 0;
  left: -11px;
  height: 22px;
  width: 11px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#cluetip-extra {
	height: 20px;
	background-image: url(../images/tooltip/fondo.png);
	background-repeat: no-repeat;
	background-position: bottom;
}


/***************************************
   =cluetipClass: 'jtip'
-------------------------------------- */
.cluetip-jtip {
}
.cluetip-jtip #cluetip-outer {
	position: relative;
}

h6#cluetip-title {
	font-size: 14px;
	font-weight: bold;
	color: #7dc1ff;
	padding-top: 9px;
	padding-right: 12px;
	padding-bottom: 2px;
	padding-left: 12px;
	background-image: url(../images/tooltip/title.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
}
#cluetip-inner {
	background-color: #383838;
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#cluetip-inner p {
	font-size: 11px;
	text-align: justify;
	padding-bottom: 0px;
	color: #FFFFFF;
	padding-right: 14px;
	padding-left: 14px;
	padding-top: 0px;
	margin: 0px;
}
.cluetip-jtip div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* jtip arrows */

.clue-right-jtip .cluetip-arrows {
  background-image: url(../images/tooltip/arrowleft.gif);
}
.clue-left-jtip .cluetip-arrows {
  background-image: url(../images/tooltip/arrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-jtip .cluetip-arrows {
  background-image: url(../images/tooltip/arrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-jtip .cluetip-arrows {
  background-image: url(../images/tooltip/arrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}
