@charset "utf-8";
/* CSS Document */
<!--
body {
	background-color: #005a9c;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #404040;
}
.titulo {
	color: #01579a;
	font-weight: bold;
}
.ligas {color: #01579a}
-->
dl {
  position: relative;
  width: 350px;
}
dt {
  clear: both;
  float:left;
  width: 130px;
  padding: 4px 0 2px 0;
  text-align: left;
}
dd {
  float: left;
  width: 200px;
  margin: 0 0 8px 0;
  padding-left: 6px;
}
.hint {
  display:none;
  position: absolute;
  right: -285px;
  width: 200px;
  margin-top: -4px;
  border: 1px solid #c93;
  padding: 10px 12px;
  background: #ffc url(/admincfd/imagenes/pointer.gif) no-repeat -100px -100px;
}
.hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(/admincfd/imagenes/pointer.gif) left top no-repeat;
}
<!--
body {
	margin-top: 20px;
}
.style1 {
	color: #0000FF;
	font-weight: bold;
}
.style2 {font-weight: bold}
-->

