body{
  margin: 0px;
  background-image:url('/images/back.jpg');
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.up {
    background:url('../images/flecha_negra.gif') no-repeat;
}

.down {
    background:url('../images/flecha_negra_abajo.gif') no-repeat;
}

a{
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}

#firma {
  height: 30px;
  font-family: Verdana;
  font-size: 10px;
  text-align: center;
}

#fecha {
  vertical-align: bottom;
  height: 20px;
  font-size: 12px;
  font-family: Verdana;
  font-weight: bold;
  text-align: right;
}

/* INDEX.php */

.ui-widget {
  font-size: 0.7em;
}
.ui-widget-overlay {
  opacity: 0.7;
}
pre {
  font-family: Verdana;
}



