html {
	height: 100%;
}
body {
	background: url(../content/images/fondoIndex.gif) #000000 repeat top center;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	font-family:Tahoma, Arial,Helvetica, sans-serif;
}
a:link,a:visited {
	color: #ffffff;
	background-color:#999999;
	text-decoration:none;
}
a:active,a:hover {
	color:#FFFFff;
	background-color:#993300;
	text-decoration:none;
}
.content {
    top: 0px;
    left: 10px;
    width: 995px;
	height:610px;
	overflow: hidden;
	position:relative;
	padding:0px;
	clip:rect(0px 995px 0px 610px);
}
.info {
    left:30px;
	top:30px;
	width: 250px;
	height:20px;
	position:absolute;
	display:none;
	background-color:#999999;
}
.infoButton {
    left:10px;
	top:10px;
	width: 20px;
	height:20px;
	position:absolute;
	visibility:visible;
	background-color:#ffffff;
}
