div.option {
  margin: 5px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 4px;
  border: dashed 1px #39597d;
  font-family: Verdana,courier;
  font-size: 12px;
  background-color: #EEEEEE;
}

div.option span.name {
  background-color: #dbeaf5;
  border: dashed 1px #39597d;
  position: relative;
  float: left;
  top: -5px;
  left: -5px;  
  padding: 3px;
}
.namelink{
  text-decoration: none;
  color:"000000";
  }

div.option span.define {
  background-color: #ffffff;
  border: dashed 1px #39597d;
  font-family: courier;
  position: relative;
  float:right;
  top: -5px;
  right: -5px;
  padding: 3px;
}
.fecha {
font-family: Verdana;
font-size:9px;
text-align:right;
color:"BBBBBB";
}

.toolgroup {
	margin-bottom: 6px;
}
.toolgroup .body {
	padding: 4px 4px 4px 0;
}

.toolgroup .label {
	padding: 4px;
}

.toolgroup .body div {
	padding-bottom: .3em;
	padding-left: 1em;
}

.toolgroup .body div div {
	margin-top: .3em;
	padding-bottom: 0;
}
#helptext {
	background-color: #ffc;
}

#helptext .label {
	border-bottom: 1px solid #996;
	border-right: 1px solid #996;
	background-color: #cc9;
}

#helptext .body {
	border-bottom: 1px solid #cc9;
	border-right: 1px solid #cc9;
}
.app .helplink, #helptext .helplink {
	cursor: help;
}

