*			{ font-family: Tahoma,Verdana,Arial,Helvetica; line-height: 1.25em; margin:0px;}
							

P			{font: inherit;}

A			{ color:white;	text-decoration:none; }
A:active,
A:hover		{ color:Black; text-decoration:underline; }

.top
	{
		background-color:gainsboro;
		width:100%;
		height:100px;
	}


body
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 70%;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

.marco
	{
		width:800px;
		height:400px;
	}
.TablaMenu	
	{
		width:100%;
	}
.TablaOpciones	
	{
		width:100%;
	}

.itemMenu
	{
		background-image: url(itemMenu.bmp);
		background-repeat:repeat;
		font-size:70%;
		font-weight:bold;
		color:White;
		width:100%;
		text-align:center;
		height:35;
		border-color:Maroon;
		border-width:1px;
		border-style:solid;
	}

.Opcion
	{
		background-image: url(itemMenu.bmp);
		background-repeat:repeat;
		font-size:70%;
		font-weight:bold;
		color:White;
		text-align:center;
		height:35;
		border-color:Maroon;
		border-width:1px;
		border-style:solid;
	}
.main
	{
		background-color:navajowhite;
		text-align:center;
	}
	
.titulo
	{
		font-size:150%;
		font-weight:normal;
		color:Maroon;
		text-align:center;
		height:35px;
	}

.cuerpo
	{
		font-size:80%;
		font-weight:normal;
		color:Navy;
	}


.pie
	{
		font-size:50%;
		font-weight:normal;
		font-style:italic;
		color:Navy;
		text-align:center;
		height:35px;
	}
	
ul
	{
		line-height:5px;
	}
