*{
	margin:0 auto;
	padding:0;
}

/* remover da linha de programação em CSS */

html,body{
    width: 100%;
    height:100%;
	color:#000;
	margin: 0px 0px 0px 0px;
	

  background:rgba(255,255,255,0.55);
  background-image:url(files/bakg2.jpg);
  background-repeat:no-repeat;
  background-position:right top;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
   background-size: 100% 100%; 
}

  
#corpo-sitema{
	width: 500px;   
    height:auto;
	margin: 0px 0px 0px 360px; 
	float:center;
	font: 17px verdana;
	text-align:left;
	text-decoration:none;
	background:;
	
	
	
}

#corpo-sitema a{

	text-decoration:none;

	
	
	
}
#corpo-sitema table{
float:left;
margin:10px ;

	border-width: 1px ;
	border-style:solid;
	border-color:#E5E5E5;


}


#fomulario{
	width:330px;
    height:300px;
	float:left;
	background:;	
	
	
}


.input{
	width:300px;
    height:20px;
	margin: 10px 0px 0px 0px;
	padding:4px;
	font: 14px verdana;
	background:; 

}


.select{
	width:300px;
    height:30px;
	font: 14px verdana;
	background:; 

}


.textarea{
	width:300px;
   	font: 13px verdana;
	margin:10px 0px 0px 0px ;
	padding:4px;
	background:; 

}


#topo-site{
	width:100%;
    height:50px;
	position:fixed;
	float:center;
	
	font: 16px verdana;
	
	background: #E5E5E5;  
	
}

#ld-esquerdo{
	width: 200px;
    height:100%;
	position:fixed;
	margin: 55px 0px 0px 0px ;
	float:left;
	border-width: 0px 0px 0px 0px ;
	border-style:solid;
	border-color:#454545;
	
	background: #fff; 
	
	
	
}
@font-face {
    font-family: font-link;
    font-style: normal;
    font-weight: normal;
	src: url(font-link.ttf); 
}


.botao{
	width: 120px;
	height:30px;
	float:left;
	border: 0px;
	border-radius:0px;
	display: block;
	margin: 10px auto;
	font: 16px Tahoma, geneva, sans-serif;
	cursor: pointer;
	background: #61CE6D;
	color: #FFF;
}
.botao-cl{
	width: 100px;
	float:left;
	border: 0px;
	border-radius:0px;
	display: block;
	margin: 10px ;
	padding:5px;
	font: 16px Tahoma, geneva, sans-serif;
	text-align:center;
	cursor: pointer;
	background: #FF9696;
	color: #FFF;
}














