td.Menu a
{
	display: block;
	cursor: pointer;
	text-decoration: none;
	color:#FFFFFF;
	text-align:center;
	font-size:17px
}
td.Menu a:hover
{
	color:#C9A043;
}
td.Menu2 a
{
	display: block;
	cursor: pointer;
	text-decoration: none;
	color:#000000;
	text-align:left;
	font-size:14px;
}
td.Menu2 a:hover
{
background-color:#89F5DF;
color:#990033;
}
.Estilo1 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold
}
.Estilo3 {
	font-size: 14px;
	font-family: Tahoma;
	color:#594e42;
	
}
.Estilo3 a
{
	cursor: pointer;
	text-decoration: none;
	color:#594e42;
}
.Estilo3 a:hover
{
background-color:#89F5DF;
color:#990033;
}
.Estilo4 {
	font-size: 14px;
	font-family: Tahoma;
	color:#F5E9CC;
	
}
.Estilo4 a
{
	cursor: pointer;
	text-decoration: none;
	color:#F5E9CC;
}
.Estilo4 a:hover
{
background-color:#89F5DF;
color:#990033;
}
.Mas {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background: #6c4829;
	font-size: 16px;
	font-weight: bold;
}
body {
    margin:0;
    padding:0;
    text-align:center;
}
#content {
    text-align:left;
    margin:auto;
    background-color:#FFFFFF;
    width:900px;
} 