form label {
  display: block;
}

table {
  border-bottom: thin solid #EEE;
}

thead th {
  background: #A4ABAF;
  font-size: 1.2em;
  font-weight: normal
}

tbody {
  background-color: #F9F9F9
}

h2 {
  margin-bottom: 0px;
  text-indent: 3px;
  margin-top: 3px;
}

h4 {
  margin-bottom: 0px;
  text-indent: 3px;
}

body {
  background-color: grey;
}

.overflow {
  overflow-x: hidden;
  overflow-y: auto;
  height: 500px;
}

.notice, .notice, .error {
  font-size: 1.2em;
}

.info {
  padding: .4em;
  margin-bottom: 1em;
  margin-top: 1em;
  border: 1px solid #FFD324;
  background: #FFF6BF;
  color: #514721;
  font-size: 0.95em;
}

.success, .error {
  display: none;
}

.submit {
  text-align: right;
  padding: 2px;
}

a.button, button {
  display: inline;
  float: none;
}

.no-margin {
  margin-right: 0px;
  padding-right: 10px;
}

a.fichalink {
  color: #333;
  text-decoration: none;
}

a.fichalink:hover {
  color: gray;
  text-decoration: underline;
}

a.paginator {
  text-decoration: none;
  color: #373C3F
}

span.disabled {
  color: #B5C5CF
}

a.button {
  display: inline-block;
  padding: 2px;
  margin: 1px;
  background: #EEE;
  border: thin solid #555;
  color: black;
  font-weight: bold;
  text-decoration: none;
}

.numerico {
  text-align: right;
}

.imprimir {
  display: none;
}

.puntossuspensivos {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
