/* CSS Document */
    html {
	overflow: hidden;
	}
	body {
	margin: 0px;
	padding: 0px;
	background: #000 url(../images/logobfondo.jpg) no-repeat fixed right top;
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: auto;
	color: #FFF;
	}
	.onload {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	background: #000;
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: wait;
	overflow: hidden;
	visibility: visible;
    }
	#artistas {
	position: absolute;
	left: 0%;
	top: 15%;
	width: 100%;
	height: 75%;
	background: #000;
	color: #FFF;
	}
	#diapo {
	position: absolute;
	left: 0%;
	top: 12%;
	width: 100%;
	height: 80%;
	background: #000;
	overflow: hidden;
	color: #FFF;
	}
	#slider {
	position: absolute;
	width: 100%;
	height: 80%;
	}
	#slider img {
	border: none;
	position:absolute;
	visibility: hidden;
	filter: alpha(opacity=40);
	opacity: 0.4;
	-ms-interpolation-mode:nearest-neighbor;
	image-rendering: optimizeSpeed;
	}
	#button {
	position: absolute;
	overflow: hidden;
	}
	#legend {
	position: absolute;
	font-family: "Arial Narrow", arial, helvetica, verdana, sans-serif;
	background: #000;
	color: #FFF;
	}
	#button span {
	position: absolute;
	height: 100%;
	}
	#button span:hover {
	background:#FFF;
	color: #000;
	}
	.loaded {
	background: #666;
	cursor: pointer;
	color: #FFF;
	}
	.selected {
	background: #FFF;
	color: #000;
	}
	#title {
	float: left;
	margin-left: 0.5em;
	color: #fff;
	background: #000;
	}
	#txt {
	float: left;
	margin-left: 1em;
	color: #fff;
	font: 0.6em "Arial Narrow", arial, helvetica, verdana, sans-serif;
	background: #000;
	}
	#enlace {
	position: absolute;
	color: #999;
	font: 0.8em "Arial Narrow", arial, helvetica, verdana, sans-serif;
	width: 97%;
	text-align: center;
	bottom: 5px;
	background: #000;
	}
	img { border: none; }
	a { text-decoration: none; color: #fff; background: #000; }
	a:visited { text-decoration: none; background: #000; color: #fff; }
	a:hover	{ font-weight: bold; text-decoration: none; background: #ff0000; color: #fff; }
	a:visited:hover { text-decoration: none; background: #ff0000; color: #fff; }
