@charset "utf-8";
/* CSS Document */

html { overflow: -moz-scrollbars-vertical; }

body {
	background-color: #2b2b2b;
}

/**************************************
                  SITE EM GERAL
**************************************/


fundo {
	background-color: #2b2b2b;
}

.texto, .texto a, texto a:link, .texto a:visited{
	font-family: Tahoma,Verdana,Arial; 
	color: #FBF2F2;
	font-size: 12px;
	text-decoration: none;
}

.texto a:hover{
	text-decoration:underline;
	color:#9E4501;
}

.titulo{
	font-family: Tahoma,Verdana,Arial; 
	color: #FBF2F2;
	font-size: 14px;
	text-decoration: none;
	font-weight:bold;
}

.titulo, .titulo a, titulo a:link, .titulo a:visited{
	font-family: Tahoma,Verdana,Arial; 
	color: #FBF2F2;
	font-size: 12px;
	text-decoration: none;
}

.titulo a:hover{
	text-decoration:underline;
	color:#9E4501;
}

.not_titulo{
	font-family: Tahoma,Verdana,Arial; 
	color: #FBF2F2;
	font-size: 13px;
	text-decoration: none;
	font-weight:bold;
}

.not_titulo, .not_titulo a, not_titulo a:link, .not_titulo a:visited{
	font-family: Tahoma,Verdana,Arial; 
	color: #FBF2F2;
	font-size: 12px;
	text-decoration: none;
}

.not_titulo a:hover{
	text-decoration:underline;
	color:#9E4501;
}

.img { border: 2px solid #ffffff; }
a:hover .img{ border-color: #9E4501; }
a:hover { color: #9E4501; }

/**************************************
     EFEITOS DE FOTOS DO HEADER
**************************************/
	html {
		/*overflow: visible;*/
	}
	body {
		position: absolute;
		margin: 0px;
		padding: 0px;
		/*background: #111;*/
		width: 100%;
		height: 100%;
	}
	#center {
		/*position: absolute;
		left: 50%;
		top:  50%;*/
	}
	#slider {
		position: relative;
		width: 782px;
		height: 180px;
		/*left: -430px;
		top: -186px;*/
		overflow: hidden;
		background: #000;
		border: 7px 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: #F80;
		font-weight: bold;
		font-size: 1.2em;
		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: 0.9em;
		text-align: justify;
		width: 470px;
		left: 10px;
	}
	#slider .diapo {
		position: absolute;
		filter: alpha(opacity=100);
		opacity: 1;
		visibility: hidden;
	}