@charset "iso-8859-1";
/* CSS Document */

body {
	background: #100710 url(images/fundo.jpg) repeat-x 50% 0%;
	padding: 0;
	margin: 0;
	font-family: Tahoma, Geneva, sans-serif;
}

#base {
	width: 960px;
	margin: 0 auto;
}

#topo {
	width: 960px;
	height: 134px;	
	margin: 0 auto;
}

#rodape {
	width: 940px;
	margin: 0 auto;
	height: 60px;
	color: #434143;
	background-color: #0f0c0f;
	border-top: 1px solid #181318;
	font-size: 12px;
}

.paddbox {
	padding: 20px;	
}

.center {
	text-align: center;
}



/**/

#basegaleria {
   width: 940px;
   height: 460px;
   margin: 0 auto;
   position: relative;
   overflow: hidden;
   z-index: 1;
}

.stepcarousel {
   position: relative;
   overflow: hidden;
   width: 940px;
   height: 460px;
   margin: 0 auto;
   z-index: 1;
}

.stepcarousel .divConteudo{
   position: absolute;
   left: 0;
   top: 0;
   z-index: 1;
}

.galbtleft img, .galbtright img {border: none;}

.galbtleft {
	float: left;	
	width: 31px;
	height: 137px;
	margin-top: 120px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10 !important;
}

.galbtright {
	float: right;	
	width: 31px;
	height: 137px;
	margin-top: 120px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10 !important;
}

.galbtleft a, .galbtright a {outline: none;}

.stepcarousel .painel{
   float: left;
   overflow: hidden;
   width: 940px;
   height: 460px;
   position: relative;
   z-index: 1;
}

/* use a semi-transparent image for the overlay */ 
#overlay { 
    background-image:url(images/transparent.png); 
    color:#efefef; 
    height:480px; 
} 
 
/* container for external content. uses vertical scrollbar, if needed */ 
.contentWrap { 
    height:470px; 
    overflow:auto; 
}

/* the overlayed element */
.apple_overlay {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image:url(images/white.png);
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:900px;		
	
	/* some padding to layout nested elements nicely  */
	padding:35px;

	/* a little styling */	
	font-size:11px;
}

/* default close button positioned on upper right corner */
.apple_overlay div.close {
	background-image:url(images/close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}


#menu {
	float: left; 
	position: absolute;
	top: 0;
	margin: 100px 0 0 490px;
}

#menu ul {
	padding: 0;
	margin: 0;
	
}


#menu ul li {
	display: inline;
	padding: 0;
	margin: 0;
}

#menu li a {
	float: left;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	font: 700 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	height: 20px;
	padding: 5px 12px;
	outline: none;
}

#progfid {
	float: left;
	width: 200px;
	height: 57px;
	position: absolute;
	top: 0;
	margin: 85px 0 0 280px;
}

