#lcd{
	background:url(images/home/lcd.png) no-repeat top center;
	height:267px;
	width:460px;
	margin-top:-170px;
	margin-left:455px;
	position:absolute;
}

#lcd .slideshow{
	margin:35px auto; 
	overflow:hidden; 
}

#linkPortifolio{
	float:left;
	height:183px;
	width:363px;
	top:35px;
	left:48px;
	position:absolute;
	z-index: 99;
}

#btPortfolio{
	margin-top:130px;
	margin-left:110px;
}

.btOculto{
	display:none;
}

#conteudo{
	height:813px;
}

#apresentacao{
	height:300px;
}

#apresentacao #bemVindo{
	background:url(images/home/boasVindas.png) no-repeat center;
	height:71px;
	width:353px;
	margin:30px 0 30px 20px;
	float:left;
}

#apresentacao #faixa{
	background:#202020 url(images/home/div.png) no-repeat bottom center;
	color:#E6E6E6;
	text-align:center;
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	text-transform:uppercase;
	letter-spacing:3px;
	clear:both;
	padding:10px 2px 10px 2px;
	border-top:#61B41B 2px solid;
	text-shadow:2px 2px 2px #000;
}

.textoAp{
	color:#202020;
	font-size:14px;
	margin:15px 25px 0;
	text-align:center;
	line-height:25px;
	letter-spacing:3px;
	text-shadow:1px 1px 0 #CCC;
}

.box{
	background:url(images/home/box.png) no-repeat top;
	width:274px;
	height:396px;
	float:left;
	margin:0px 0 50px 22px;
	_margin:5px 0 50px 15px;
	padding:5px;
}

.tituloBox{
	text-shadow:1px 1px 0 #999;
	color:#202020;
	margin-top:15px;
	text-align:center;
	font-size:14px;
}

.imgBox{
	margin-top:15px;
	height:115px;
	width:274px;
}

.textoBox{
	color:#202020;
	font-size:12px;
	height:125px;
	line-height:18px;
	margin-top:2px;
	padding:0 30px;
	text-align:justify;
	text-shadow:1px 1px 0 #CCCCCC;
}

.btMais{
	background:url(images/home/botaoMais.png) no-repeat top;
    text-indent:-5000em; 	
	overflow:hidden; 
	margin-left:58px;;
	top:835px;
	height:34px;
	width:156px;
	position:absolute;
}

a.btMais:hover{
	background:url(images/home/botaoMais.png) no-repeat bottom;
}

#imgBox1{
	background:url(images/home/site.png) no-repeat center;
}

#imgBox2{
	background:url(images/home/grafico2.png) no-repeat center;
}

#imgBox3{
	background:url(images/home/casa.png) no-repeat center;
}

/***********Estilização da overlay************/

/* container for external content. uses vertical scrollbar, if needed */ 

#overlay{
	color:#F9F9F9;
}

.contentWrap { 
    height:380px; 
    overflow-y:auto; 
}

.saibaMais h2{
	color:#7CC523;
}

.saibaMais{
	font-size:14px;
}

/* the overlayed element */
.apple_overlay {
	
/* initially overlay is hidden */
display:none;

/* growing background image */
background-image:url(images/home/apple.png);

/* 
	width after the growing animation finishes
	height is automatically calculated
*/
width:640px;

/* 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:url(images/home/close.png);
	position:absolute; right:10px; top:10px;
	cursor:pointer;
	height:35px;
	width:35px;
}
