*{
  margin:0;
  padding:0;
}

body {
  font:11px arial,helvetica,clean,sans-serif;
  background: #EBE9ED;
}

table.b_table {
  width: 800px;
  margin-left: auto; 
  margin-right: auto;
  margin-top: 20px;
  border: 1px solid #CCCCCC;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

table.b_table tr.lines:nth-child(odd) {
  background-color: #FFFFFF;
}

table.b_table tr.lines:nth-child(even) {
  background-color: #F4F4F4;
}

.title {
  border: 1px solid #aaaaaa;
  background: #c1ccdc url(estilos/s4-theme/images/ui-bg_highlight-hard_95_c1ccdc_1x100.png) 50% 50% repeat-x;
  color: #222222;
  font-weight: bold;
  position: relative;
  margin-top: 2px;
  padding: .5em .5em .5em .7em;
  zoom: 1;
  height: 22px;
  text-align: center;
  font:11px arial,helvetica,clean,sans-serif;
}

.subtitle {
  background: rgb(229,229,229); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(229,229,229,1) 50%, rgba(216,216,216,1) 51%, rgba(239,239,239,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(50%,rgba(229,229,229,1)), color-stop(51%,rgba(216,216,216,1)), color-stop(100%,rgba(239,239,239,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(229,229,229,1) 50%,rgba(216,216,216,1) 51%,rgba(239,239,239,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(229,229,229,1) 50%,rgba(216,216,216,1) 51%,rgba(239,239,239,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(229,229,229,1) 50%,rgba(216,216,216,1) 51%,rgba(239,239,239,1) 100%); /* IE10+ */
  background: linear-gradient(top, rgba(229,229,229,1) 0%,rgba(229,229,229,1) 50%,rgba(216,216,216,1) 51%,rgba(239,239,239,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
  height: 18px;
  text-align: center;
  font:11px arial,helvetica,clean,sans-serif;
}

table.b_table tbody tr.lines {
  height: 17px;
}

table.b_table tbody tr.lines:hover {
  background: rgb(254,252,234); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(254,252,234,1) 0%, rgba(239,225,136,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,252,234,1)), color-stop(100%,rgba(239,225,136,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(254,252,234,1) 0%,rgba(239,225,136,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(254,252,234,1) 0%,rgba(239,225,136,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(254,252,234,1) 0%,rgba(239,225,136,1) 100%); /* IE10+ */
  background: linear-gradient(top, rgba(254,252,234,1) 0%,rgba(239,225,136,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#efe188',GradientType=0 ); /* IE6-9 */
}

