#Layer1 {
	position:relative;
	width:5px;
	height:5px;
	z-index:4;
	background-color: #FFFFFF;
	top: 30px;
	left: 0px;
}
HTML, BODY, #oFIXED {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	border: none;
}
#oFIXED {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: auto;
	background-color: #FFCC00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-top-width: 0.1mm;
}

#testTable {
	margin: 10px;
	background: #ff0;
	border: 2px solid #000;
}

#testTable td {
	padding: 10px;
}

#oFIXED .Estilo10 a {
	color: #000000;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #FFCC00;
}
#oFIXED .Estilo10 a:link {
	color: #000000;
	text-decoration: none;
}
#oFIXED .Estilo10 a:visited {
	color: #000000;
	text-decoration: none;
}
#oFIXED .Estilo10 a:hover {
	color: #000000;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #FFFFFF;
}
