body, table {
    /* el tamaño por defecto es 14px */
    font-size: 12px;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 2px;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 0px;
}
.btn {font-weight: Bold;}

/* formulario error*/
.error{
    background-color: #fff;
    padding: 6px 12px;
    border-radius: 6px;
    color:#000;
    margin-left: 16px;
    margin-top: 6px;
    position: absolute;
    border:1px solid red;
}
.error:before{ /* Este es un truco para crear una flechita */
    content: '';
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid red;
    border-left: 8px solid transparent;
    left: -16px;
    position: absolute;
    top: 5px;
}
.modal.modal .modal-dialog {
  width: 65%;
}
.modal .modal-body {
  overflow-y: auto;
}
form, input {border:0;margin:0;padding:0; border:1px solid silver;}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: green;  }
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: gold;  }  
.dropdown-menu > li > a:focus {
  background-color: gold; }
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: red; }
.btn-ed {width:47px;background-image:url(img/edita.jpg);  }
.l {border:0;}