/***********************************
	ESTILOS PARA TABLA
***********************************/


#tabla { 
  font-family: Arial; 
  font-size: 11; 
  padding: 3px; 
  border: 1px solid #999; 
}

#tabla caption { 
  border: 0px; 
  font-size: 14px; 
  font-weight: bold; 
  color: #006699; 
  text-align: left; 
  padding-bottom: 5px; 
}

#tabla th, #tabla td { 
  padding: 2px 5px 2px 5px; 
}

#tabla th { 
  background-color: #ccc; 
  text-align: left;
  border-top: 1px solid buttonhighlight;
  border-left: 1px solid buttonhighlight;
  border-right: 1px solid buttonshadow;
  border-bottom: 1px solid buttonshadow;
}

/***********************************
	ESTILOS PARA MENU
***********************************/

.menu { 
  position:absolute; 
  left: 160px; 
  top: 165px; 
  color: #ffffff;
}

.menuitem { 
  padding: 0px 15px;
  font-size: 12px;
  color: #ffffff;
  text-decoration: none; 
}

.menuitem:hover { 
  color: #e1e311;
}