/*
  project: CSS - table design
  type: stylesheet
  description: golden style
  edited: 14.09.2005, Michael Horn
*/
table {
  border-collapse: collapse;
  border: 2px solid #996;
  font: normal 80%/140% verdana, arial, helvetica, sans-serif;
  color: #333;
  background: #fffff0;
  }
caption {
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
	background-color: #FFFFF0;
	margin-right: 1px;
	margin-left: 1px;
	padding-top: 0;
	padding-right: 0.4em;
	padding-bottom: 0.4em;
	padding-left: 0.4em;
	height: 15px;
  }
td, th {
  border: 1px solid #cc9;
  padding: .3em;
  }
thead th, tfoot th {
	border: 1px solid #cc9;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	color: #444;
	background-color: #FFFFF0;
  }
tbody td a {
  background: transparent;
  color: #72724c;
  text-decoration: none;
  border-bottom: 1px dotted #cc9;
  }
tbody td a:hover {
  background: transparent;
  color: #666;
  border-bottom: 1px dotted #72724c;
  }
tbody th a {
  background: transparent;
  color: #72724c;
  text-decoration: none;
  font-weight:bold;
  border-bottom: 1px dotted #cc9;
  }
tbody th a:hover {
  background: transparent;
  color: #666;
  border-bottom: 1px dotted #72724c;
  }
tbody th, tbody td {
  vertical-align: top;
  text-align: left;
  }
tfoot td {
  border: 1px solid #996;
  }
.odd {
  color: #333;
  background: #f7f5dc;
  }
tbody tr:hover {
  color: #333;
  background: #fff;
  }
tbody tr:hover th,
tbody tr.odd:hover th {
	color: #333;
	background: #ddd59b;
	font-size: 12px;
  }
.img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#Wrapp #Cuerpo #MainMenu #tras {
	background-image: url(../imagenes/ultras.jpg);
}
#Wrapp #Cuerpo #MainMenu #Mexx {
	background-image: url(../imagenes/bg1.png);
}
#Wrapp #Cuerpo #Spacer {
	height: 15px;
}
#Wrapp #Cuerpo #MainMenu .spacer {
	clear: both;
	height: 1px;
}
