.Enlace {
	font-family: Tahoma;
	color: black;
	font-weight: bold;
	font-size: 14px;
	letter-spacing=2px;
}
.Actual {
	font-family: Tahoma;
	color: yellow;
	font-weight: bold;
	font-size: 14px;
	letter-spacing=2px;
}
.Texto{
	font-family: Tahoma;
	color: blue;
	font-weight: bold;
	font-size: 14px;
	text-indent: 10%;
	text-shadow: yes;
}
.TextoInicio{
	font-family: Tahoma;
	color: blue;
	font-weight: bold;
	font-size: 16px;
	text-indent: 10%;
	text-shadow: yes;
}
.Centrado{
	align: center;
}
.TablaMenu{
	border: 0px;
	width: 80%;
	padding: 10px;
	spacing: 0px;
	background-color: lightblue;
.CeldaMenu{
	padding: 10px;
	text-align: center;
	background-color: lightblue;
}
.CeldaMenuActual{
	padding: 10px;
	text-align: center;
	background-color: blue;
}
