@charset "utf-8";
/* CSS Document */
	html {
	overflow: hidden;
}
a:link {
	text-decoration:none;
	color:#CCCCCC;
	font-weight: bold;
}
a:visited {
text-decoration:none;
	color:#CCCCCC;
	font-weight: bold;
}
a:hover {
text-decoration:underline;
color:#FFFFFF;
	font-weight: bold;
}

body {
	position: absolute;
	margin: 0px;
	padding: 0px;
	background: #000;
	width: 100%;
	height: 100%;
	font-family: "Trebuchet MS", Verdana;
}
#center {
	position: absolute;
	left: 50%;
	top:  50%;
}
#slider {
	position: absolute;
	width: 990px;
	height: 399px;
	left: -495px;
	top: -199px;
	overflow: hidden;
	border: 1px solid #808080;		
}
#slider .slide {
	position: absolute;
	top: 0px;
	height: 399px;
	width: 596px;
	background: #000;
	overflow: hidden;
	border-left: #000 solid 1px;
	cursor: default;
}
#slider .title {
	color: #ffffff;
	font-size: 14px;
	margin-right: 1.5em;
	text-decoration: none;
		letter-spacing:2px;
}
#slider .backgroundText {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 100%;
	background: #000;
/*	filter: alpha(opacity=40);
	opacity: 0.4;*/
	visibility:hidden;
}
#slider .text {
	position: absolute;
	top: 1%;
	top: 100%;
	color: #f3f3f3;
	font-size: 0.9em;
	text-align: justify;
	width: 475px;
	left: 10px;
	margin-left: 110px;	
	background-color:#111111;
/*	filter: alpha(opacity=80);
	opacity: 0.8;*/
	
}
#slider .diapo {
	position: absolute;
	filter: alpha(opacity=100);
	/*opacity: 1;*/
	/*visibility: hidden;*/
}
h1 {
	font-size:15px;
	font-weight:normal;
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #fff;
	letter-spacing:2px;
}
p {
	font-size:12px;
	text-align:left;
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	line-height:16px;
		}
#logo {
	margin:16px;
	text-align:right;
		}
		.titulo {
	font-size:14px;
	letter-spacing:2px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
		}
				.descricao {
	font-size:12px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	letter-spacing:0,1em;
			}