html,body{
    height: 100%;
    margin: 0;
    padding: 0;
}

#content {
	width: 100%;
	height: 100%;
	background-color: white;
	position: relative;	

}

#header {
	width: 100%;
	height: 100px;
	float: left;
	background-color: white;
	z-index:2;
}

#header img {
	margin-left: 5%;
	margin-top: 18px;
}

#middle {
	width: 100%;
	height: 65%;
	min-height: 420px;
	background-image: url("../images/fundo_index.png");
	background-repeat: repeat-x;
	/*background-position: 0px -97px;*/
	background-size: cover;
	float: left;
	z-index:2;
	left:0;
	right: 0;
}

#rodape {
	width: 100%;	
	background-color: white;
	z-index:3;
	float: left;
/*	margin-top: -115px;*/
	text-align:center;
}

#rodape ul li {
	display: inline-block;
	list-style: none;
	margin-right: 80px;
	float: left;
	
}

.form-control {
	height: 34px !important;
}
#rodape ul {
text-align: center;
}
#rodape ul li p {	
	font-family: "Trebuchet MS";
	font-size: 14px;

}
#align-center{
    display:inline-block;
    *display:inline;/* IE*/
    *zoom:1;/* IE*/

    overflow:hidden;
    text-align:left;
}

#footer_copy {

/*	position: absolute;*/
	float: left;
	text-align: center;
	width: 100%;
	font-family: "Trebuchet MS";
	font-size: 12px;
	bottom: 0;
}

#footer_copy p {
	margin-left: -40px;
	margin-top: 30px;
}

.form-signin a:hover {
	color: #3D5FA7
}

.alinhamento-caixa {
	width: 350px;
	height: 290px;	
	padding: 15px;
	float:right;
	background-color:white;
	border-style:solid;
	border-width:1px;
	border-color:#cacaca;
	margin-right: 10%; 	
  	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
}

.teste {
	position: absolute;
	width: 100%;
	top:0;
	left: 0;
	top: 50%;
   	margin-top: -145px;

}

@media screen and (max-width : 320px) and (orientation:portrait){
	. {
		malinhamento-caixaargin-right: 0% !important;
		
	}
}