table.piramide
{
  width: 100%;
  background: #FCF4F6 url(../imagenes/fondoTablapiramide.png) repeat-x;
  border-left: 1px solid #686868;
  border-right: 1px solid #686868;
  color: #333;
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 10px;
  font-size: 13px;
}

table.piramide_interior tbody
{
	background: #B6B6B6 url(../imagenes/fondoFieldsetInterior.png) repeat-x;
}

table.piramide_interior tbody tr:hover td
{
	background: #E5D3D3;
}

table.piramide tbody td, table.datagrid thead td, table.datagrid tfoot td
{
  padding: 5px;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
  border: none;
  text-align: left;
}

table.piramide thead td, table.datagrid tfoot td
{
  background: #333 url(../imagenes/fondoCabeceraTabla.gif);
  color: #fff;
  text-align: left;
}

table.piramide thead td, table.datagrid tbody td
{
  border-bottom: 1px dotted #333;
}

table.piramide thead td
{
  white-space: nowrap;
}

table.piramide thead td a
{
  text-decoration: none;
  color: #fff;
}

table.piramide thead td a strong
{
  text-decoration: underline;
  font-weight: normal;
}

table.piramide tbody tr
{
  vertical-align: top;
}

table.piramide tbody tr:hover
{
  background-color: #82495a;
}

table.piramide tbody tr:hover td a {
  color: #fff;
}

table.piramide tfoot td
{
  text-align: center;
}

table.piramide a
{
  text-decoration: none;
  color: #2B2B2C;
}

table.paginator {
  margin: auto;
  text-align: center;
}

table.paginator a {
  font-weight: bold;
  color: #000;
}

#searchForm .searchBox
{
  float: left;
}

#seachForm .globalButtons
{
	float:right;
	margin-right: 15px;
}

#searchForm div
{
  margin-bottom: 25px;
}
