/*
 * After modifying this style sheet, refresh the page being designed to see the effect of the modification.
 * Click the Refresh button in the Visual Designer toolbar to refresh the page.
 */

/* Style rules to make Java Server faces Standarad data tables look better */

.list-header {
  background-color: #eeeeee;
  font-size: larger;
  font-weight: bold;
}

.list-paging-header {
  background-color: white;
}

.list-paging-footer {
  background-color: white;
}

.list-row-even {
}

.list-row-odd {
  background-color: #eeeeee;
}

/* Style rules for message severity levels */

.infoMessage {
  color: black;
}

.warnMessage {
  color: orange;
  font-weight: bold;
}

.errorMessage {
  color: red;
  font-weight: bold;
}

.fatalMessage {
  color: red;
  font-style: italic;
  font-weight: bold;
}

.tablaAjust{
    width: 99%;
    margin-top: 10px;
}

.grupoBotonesInfTabla table{
    margin-top: 5px;
}

.boton{
    margin: 5px;
}

.lineaForm{
    margin-top: 5px;
}

.lineaForm10{
    margin-top: 10px;
}

div.lineaFormPadding td{
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}

.grupoLineas{
    padding: 5px;
}

.tablaAjust table caption {
    margin-bottom: 0em;
}