html {
		overflow: hidden;
	}
	body {
		position: absolute;
		margin: 0px;
		padding: 0px;
		background-color: #000000;
		width: 100%;
		height: 100%;
	}
	
	a:link {
	text-decoration: none;
	}
	a:visited {
	text-decoration: none;
	color: #0099FF;
	}
	a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	}
	a:active {
	text-decoration: none;
	color: #FFFFFF;
	}

	#center {
	position: absolute;
	left: 50%;
	top:  50%;
	z-index: 1;
	}
	#slider {
		position: absolute;
		width: 720px;
		height: 333px;
		left: -380px;
		top: -186px;
		overflow: hidden;
		background: #666666;
		border: 20px solid #000;
	}
	#slider .slide {
		position: absolute;
		top: 0px;
		height: 333px;
		width: 500px;
		background: #000;
		overflow: hidden;
		border-left: #000 solid 1px;
		cursor: default;
	}
	#slider .title   {
		color: #FFFFFF;
		font-weight: bold;
		font-size: small;
		margin-right: 1.5em;
		text-decoration: none;
	}
	#slider .backgroundText {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 100%;
		background: #000;
		filter: alpha(opacity=40);
		opacity: 0.4;
	}
	#slider .text {
		position: absolute;
		top: 1%;
		top: 100%;
		color: #FFF;
		font-family: verdana, arial, Helvetica, sans-serif;
		font-size: 12px;
		text-align: justify;
		width: 400px;
		left: 10px;
	}
	#slider .diapo {
		position: absolute;
		filter: alpha(opacity=100);
		opacity: 1;
	}
	#listamuestras {
	color:#FFFFFF;
	position:absolute;
	width:100%;
	height:25px;
	bottom:0px;
	background-color: #999999;
	padding-left:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	z-index: 4;
	}
	.listasubtipo {
	position: relative;
	display:block;
	float: right;
	font-weight: bold;
	font-size: small;
	bottom:15px;
	padding-right: 10px;
	}
	#listatipo {
	color:#FFFFFF;
	position: absolute;
	width:100%;
	height:25px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: small;
	display: block;
	float: right;
	z-index: 2;
	}
	
