body {
	background-image: url(fondoIndex.jpg);
	margin: 0px 0px 0px 0px;
	font-family: Tahoma, Verdana;
	color: white;
	overflow: hidden;
}
table.content {
	font-size: 12px;
	border-collapse: collapse;
	/*border: 1px solid white;*/
	width: 100%;
	text-align: center;
}
td.content {
	width: 100%;
}
a {
	font-family: Arial;
	color: white;
	font-size: 12px;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.imgLink {
	cursor: pointer;
}
#overDiv {
	background-color: white;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=90);
	opacity: 0.9;
	z-index: 100;
	position: absolute;
	top: 0px;
	left: 0px;
}
#window {
	width: 100%;
	height: 100%;
	z-index: 200;
	position: absolute;
	top: 0px;
	left: 0px;	
}
#winContainer {
	display: none;
	height: 100%;
}

