body{
	border: 0px;
	padding: 0px;
	margin: 0px;
	min-width: 1024px;
	overflow-x: auto;
}

#topo{
	width: 100%;
	height: 80px;
	
	position: relative;
	top: 0px;
	margin-bottom: 3px;
	text-align: center!important;
}

#centro{
	width: 100%;
	height:100%;
	position: fixed;
	margin-bottom: 3px;
	text-align: center;
}


.centroContent {
	width: 300px;
	height: 200px;
	float: left;
	text-align: left;
}

#rodape{
	width: 100%;
	height: 45px;
	bottom: 0px;
	position:absolute;
	z-index: 1000;
}

#corpo{
	height: 100%;
	float:right;
	border-radius: 0px 10px 10px 0px;
}


#espacoLogin{
	float:right;
	margin-bottom: 30px;
	height: 100%;
	overflow: hidden;
}

.loginIntra{
	height: 100%;
}
 
.loginIntra span{
	width: 100%;
	float:left;
}

.loginIntra input{
	width: 220px;
}

#imgLogin > img{
	margin-top:10px;
}

.loginIntra h3{
	margin-bottom: 20px;
	font-weight: bolder;
	width: 220px;
}

.loginIntra button{
    border: 1px solid;
    color: white;
    cursor: pointer;
    font-weight: bold;
    height: 21px;
    margin-top: 5px;
    width: 66px;
}

#espacoImagem{
	float:left;
	overflow: hidden;
}

#espacoLogin h2{
	width: 1200px!important;
}
