/* CSS Document */
	html {
		overflow: hidden;
	}
	body {
		position: absolute;
		margin: 0px;
		padding: 0px;
		background:#FFFFFF;
		width: 100%;
		height: 100%;
	}
	#center {
		position: absolute;
		left: 50%;
		top:  50%;
	}
	#slider {
	position: absolute;
	width: 820px;
	height: 361px;
	left: -430px;
	top: -186px;
	overflow: hidden;
	background: #000;
	border: 20px solid #000;
	}
	#slider .slide {
		position: absolute;
		top: 0px;
		height: 390px;
		width: 500px;
		background: #000;
		overflow: hidden;
		border-left: #000 solid 1px;
		cursor: default;
	}
	h1{color: #F80;
		font-weight: bold;
		font-family: verdana, arial, Helvetica, sans-serif;
		font-size: 1.2em;
		margin-right: 1.5em;
		text-decoration: none;
		line-height:1%;
	}
	h2 {
		color: #F80;
		font-weight: bold;
		font-size: 1.2em;
		margin-right: 1.5em;
		text-decoration: none;
	}
	h3 {
		color: #F80;
		font-weight: bold;
		font-size: 1.2em;
		margin-right: 1.5em;
		text-decoration: none;
	}
	ul{
	list-style: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: 0.9em;
		text-align: justify;
		width: 450px;
		left: 10px;
	}
	#slider .textos {
		position: absolute;
		color: #FFF;
		font-family: verdana, arial, Helvetica, sans-serif;
		font-size: 0.9em;
		text-align: justify;
		margin-left:480px;
		width: 280px;
		left: 10px;
	}
	#links{
	position: absolute;
		color: #FFF;
		font-family: verdana, arial, Helvetica, sans-serif;
		font-size: 0.9em;
		text-align: justify;
		margin-left:300px;
		width: 280px;
		left: 10px;

	}
	#slider .diapo {
		position: absolute;
		filter: alpha(opacity=100);
		opacity: 1;
		visibility: hidden;
	}
	
	.word {
		cursor: pointer;
		color: #666;
		position: absolute;
		z-index: 1;
		font-family: verdana, arial, Helvetica, sans-serif;
	}
	.word_over {
		cursor: pointer;
		color: #000;
		position: absolute;
		z-index: 1;
		font-family: verdana, arial, Helvetica, sans-serif;
	}
	.word_zoom {
		position: absolute;
		font-weight: bold;
		z-index: 0;
		font-family: verdana, arial, Helvetica, sans-serif;
	}
