body{
	margin: 0px;
	padding: 0px;
	background: #3e3d3d url(../img/bg_tudo.png) fixed top center;
	font-family: Helvetica, Arial, sans-serif;
	 
	}

.site{
	width: 800px;
	margin: auto;
	
	}

h1{
	background: #ed145b;
	font-size: 16px;
	color: #fff;
	padding: 5px;
	}
.ancora{
	padding-top: 60px;
	display: block;
	}	

.ancora2{
	padding-top: 60px;
	display: block;
	}	
	
/*
.top{
	width: 100%;
	height: 200px;
	position: fixed;
	top: 0;
	z-index: 1;
	background: url(../img/bg_top.png) repeat-x;
	}
	
.bottom{
	width: 100%;
	height: 200px;
	position: fixed;
	bottom: 0;
	z-index: 1;
	background: url(../img/bg_bottom.png) repeat-x;
	
	}	
*/	



.left{
	width: 140px;
	margin-top: 60px;
	position: fixed;
	z-index: 2;
	
	}
	
.right{
	width: 600px;
	padding: 0px 0px 0px 200px;
	
	}

	

.servicos{
	width: 600px;
	height: 1000px;
	margin-top: 500px;
	color: #fff;
	padding-left: 50px
	}
	.servicos a{
		color: #fff;
	}

	
.menu{
	list-style: none;
	padding: 0px;
	margin-top: 20px;
	}	
	.menu li{
	list-style: none;
	padding: 0px;
	margin-top: 5px;
	}
	
	.bt_home{
		width: 151px;
		height: 50px;
		display: block;
		background: url(../img/bt_home.png) no-repeat;
		cursor: pointer;
		}
		.bt_home:hover{
			width: 151px;
			height: 50px;
			display: block;
			
			cursor: pointer;
			}
	.bt_portfolio{
		width: 151px;
		height: 50px;
		display: block;
		background: url(../img/bt_portfolio.png) no-repeat;
		cursor: pointer;
		}
		.bt_portfolio:hover{
			width: 151px;
			height: 50px;
			display: block;
			
			cursor: pointer;
			}
	.bt_servicos{
		width: 151px;
		height: 50px;
		display: block;
		background: url(../img/bt_servicos.png) no-repeat;
		cursor: pointer;
		}
		.bt_servicos:hover{
			width: 151px;
			height: 50px;
			display: block;
			
			cursor: pointer;
			}
	.bt_contato{
		width: 151px;
		height: 50px;
		display: block;
		background: url(../img/bt_contato.png) no-repeat;
		cursor: pointer;
		}
		.bt_contato:hover{
			width: 151px;
			height: 50px;
			display: block;
			
			cursor: pointer;
			}
.contato{
	width: 600px;
	height: 650px;
	background:url(../img/bg_contato.png) no-repeat;
	margin-top: 500px;
	margin-left: 50px;
	}
	
.form_contato{
	padding-top: 80px;
	padding-left: 20px;
	color: #333;
	font-weight: bold;
	font-size: 12px;

	}
	
	.campo{
		width: 240px;
		padding: 5px;
		margin: 2px;
		color: #333;
		border: 5px #ed145b solid;
		
		}
	.form_contato textarea{
		width: 240px;
		padding: 5px;
		margin: 2px;
		border: 0px;
		color: #333;
		border: 5px #ed145b solid;
		}
	
	.bt_enviar{
		width: 60px;
		height: 25px;
		background: #00bff3;
		color: #FFF;
		font-size: 18px;
		border: none;
		padding-bottom: 5px;
		margin-left: 190px;
		cursor: pointer;
		
		
		}
	

.portfolio{
	margin-top: 500px;
	width: 600px;
	padding-left: 50px;
	}
		
	.portfolio-item:link{
		border: 10px solid #3e3d3d;
		display: inline-block;
		margin: 5px;
		}

		
	.portfolio-item:hover{
		border: 10px solid #ed145b;
		display: inline-block;
		margin: 5px;
		}