body { 
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  /*background-color: #FBFBF2;
  background-image: url("../img/background_img1.jpg");
  background-size: 100vw 100vh;*/
}

h1 {
  font-family: Arial, Helvetica, sans-serif;
  color:#404040;
  font-size: 30px;
}

p {
  font-family: Arial, Helvetica, sans-serif;
  color:#404040;
  font-size: 20px;
}

#estilo_tabla_consultas {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#estilo_tabla_consultas td, #estilo_tabla_consultas th {
  border: 1px solid #ddd;
  padding: 8px;
}

#estilo_tabla_consultas tr:nth-child(even){background-color: #f2f2f2;}

#estilo_tabla_consultas tr:hover {background-color: #ddd;}

#estilo_tabla_consultas th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #04AA6D;
  color: white;
}

#table-wrapper {
  position:relative;
}
#table-scroll {
  height:400px;
  overflow:auto;  
  margin-top:20px;
}

/* set table header to a fixed position. WinIE 6.x only */
/* In WinIE 6.x, any element with a position property set to relative and is a child of */
/* an element that has an overflow property set, the relative value translates into fixed. */
/* Ex: parent element DIV with a class of tableContainer has an overflow property set to auto */
thead.fixedHeader tr {
  position: relative
  }
  
  /* set THEAD element to have block level attributes. All other non-IE browsers */
  /* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */
  html>body thead.fixedHeader tr {
  display: block
  }
  
  /* make the TH elements pretty */
  thead.fixedHeader th {
  background: #04AA6D;
  border-left: 1px solid #EB8;
  border-right: 1px solid #B74;
  border-top: 1px solid #EB8;
  font-weight: normal;
  padding: 4px 3px;
  text-align: left
  }
  
  /* make the A elements pretty. makes for nice clickable headers */
  thead.fixedHeader a, thead.fixedHeader a:link, thead.fixedHeader a:visited {
  color: #FFF;
  display: block;
  text-decoration: none;
  width: 100%
  }
  
  /* make the A elements pretty. makes for nice clickable headers */
  /* WARNING: swapping the background on hover may cause problems in WinIE 6.x */
  thead.fixedHeader a:hover {
  color: #FFF;
  display: block;
  text-decoration: underline;
  width: 100%
  }

  /* define width of TH elements: 1st, 2nd, and 3rd respectively. */
/* Add 16px to last TH for scrollbar padding. All other non-IE browsers. */
/* http://www.w3.org/TR/REC-CSS2/select...cent-selectors */
html>body thead.fixedHeader th {
  width: 200px
  }
  
  html>body thead.fixedHeader th + th {
  width: 240px
  }
  
  html>body thead.fixedHeader th + th + th {
  width: 316px
  }


/* define the table content to be scrollable */
/* set TBODY element to have block level attributes. All other non-IE browsers */
/* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */
/* induced side effect is that child TDs no longer accept width: auto */
html>body tbody.scrollContent {
  display: block;
  height: 200px;
  overflow: auto;
  width: 100%
  }
  
  /* make TD elements pretty. Provide alternating classes for striping the table */
  /* http://www.alistapart.com/articles/zebratables/ */
  tbody.scrollContent td, tbody.scrollContent tr.normalRow td {
  background: #FFF;
  border-bottom: none;
  border-left: none;
  border-right: 1px solid #CCC;
  border-top: 1px solid #DDD;
  padding: 2px 3px 3px 4px
  }
  
  tbody.scrollContent tr.alternateRow td {
  background: #EEE;
  border-bottom: none;
  border-left: none;
  border-right: 1px solid #CCC;
  border-top: 1px solid #DDD;
  padding: 2px 3px 3px 4px
  }

/* define width of TD elements: 1st, 2nd, and 3rd respectively. */
/* All other non-IE browsers. */
/* http://www.w3.org/TR/REC-CSS2/select...cent-selectors */
html>body tbody.scrollContent td {
  width: 200px
  }
  
  html>body tbody.scrollContent td + td {
  width: 240px
  }
  
  html>body tbody.scrollContent td + td + td {
  width: 300px
  }

  /* define height and width of scrollable area. Add 16px to width for scrollbar */
div.tableContainer {
  position:relative;
  clear: both;
  border: 1px solid #963;
  height: 223px;
  overflow: auto;
/*  width: 50%  */
  }
  
  /* Reset overflow value to hidden for all non-IE browsers. */
  html>body div.tableContainer {
  overflow: hidden;
  /* width: 756px */
  }
  
  /* define width of table. IE browsers only */
  div.tableContainer table {
  float: left;
  /* width: 740px */
  }
  
  /* define width of table. Add 16px to width for scrollbar. */
  /* All other non-IE browsers. */
  html>body div.tableContainer table {
    float: left;
    /* width: 756px */
  }
  
  #encabezado{ height: 32px; margin-bottom: 40px; width: 693px; color: #464545;}

  #estilo_table_query {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
  }
  
  #estilo_table_query td, #estilo_table_query th {
    border: 1px solid #ddd;
    padding: 8px;
  }
  
  #estilo_table_query tr:nth-child(even){background-color: #f2f2f2;}
  
  #estilo_table_query tr:hover {background-color: #ddd;}
  
  #estilo_table_query th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #a00909;
    color: rgb(255, 255, 255);
  }
  
  #estilo_table_query thead {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #a00909;
    color: rgb(255, 255, 255);
  }
