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

#fotosEfeito{
	position:absolute;
	width:100%;
	height:300px;
	overflow:hidden;
	z-index:1;
}

#fotos{
	position:absolute;
	width:100%;
	height:300px;
	overflow:hidden;
}

#fotos img{
	width:100%;
}

#fundoMenu{
	position:absolute;
	width:100%;
	height:40px;
	top:300px;
	
	box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.5);
	
	background-image: -moz-linear-gradient(top, #000000, #191919);
	background-image: -ms-linear-gradient(top, #000000, #191919);
	background-image: -o-linear-gradient(top, #000000, #191919);
	background-image: -webkit-linear-gradient(top, #000000, #191919);
	background-image: linear-gradient(top, #000000, #191919);

}

#sombraMenu{
	position:absolute;
	width:100%;
	height:40px;
	top:300px;
	
	z-index:2;
	
	background-image:url(../imagens/fundoMenu.png);
	background-repeat:repeat-x;

}

#menuArea{
	position:absolute;
	width:960px;
	height:40px;
	top:300px;
	
	left:50%;
	margin-left:-480px;
}

#conteudoArea{
	position:absolute;
	width:960px;
	top:350px;
	left:50%;
	margin-left:-480px;
	height:560px;
	overflow:hidden;
	
	background-color: #FFF;
	
	box-shadow: 0px 0px 20px 3px #666;
}

#iframe{
	position:relative;
	width:710px;
	height:350px;
	top:0px;
	left:0px;
	overflow:hidden;
}

#utilitarios{
	position:relative;
	width:240px;
	height:560px;
	top:-350px;
	left:720px;
	overflow:hidden;
}

#abaixo{
	position:absolute;
	width:710px;
	height:200px;
	bottom:0px;
	left:0px;
	overflow:hidden;
}

#menus{
	position:absolute;
	width:120px;
	height:40px;
	
	z-index:3;
	
	background-color:transparent;
	color:#FFF;
	
	-webkit-transition: background-color 200ms, color 200ms;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	text-align:center;
	text-shadow: 0px 0px 10px #000;
	line-height:40px;
}

#menus:hover {
	background-color: rgba(250, 250, 250, 0.3);
	color:#FC0;
	
	cursor:pointer;
}

#rodape{
	width:400px;
	height:15px;
	position:fixed;
	bottom:200px;
	left:-190px;
	
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	
	z-index:5;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#999;
}


#textosConteudo{
	position:absolute;
	top:50px;
	left:10px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	
	text-align:justify;
	
	width:98%;
	height:98%;
}

#links {
	position:absolute;
	width:100%;
	height:20px;
	border-bottom:dotted 1px #CCC;
	
	-webkit-transition: background-color 200ms;
	background-color:transparent;
}

#links:hover{
	background-color:rgba(184, 134, 11, 0.3);
}