/*----------------------------------------------------------------------------*/

table.menu
{
	width: 100%;
	border-collapse: collapse;
	border-bottom: solid 1px black;

	background: url('../imagenes/fondoMenuOpciones.gif');
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: attached;
	background-color: #81B0A9;
}

td.opcMenu, td.opcMenuOn, td.opcMenuActive, td.titMenu
{
	color: white;
	border-bottom: solid 1px #61847F;
	padding: 4px;
	font: 11px tahoma;
	font-weight: bold;
	cursor: pointer; 
	cursor: hand;
}

td.opcMenuOn
{
	background-color: #61847F;
}

td.titMenu
{
	border-bottom: solid 1px black;
	color: white;
	font-weight: bold;
	cursor: default;
	text-align: center;
}

/*----------------------------------------------------------------------------*/
