#divTop{
	background-color:#2173b5;
	width:100%;
	height:100px;
	margin-left:-10px;
	margin-top:-100px;
	margin-right:-10px;
	position:fixed;
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
#divCab{
	width:800px;
	height:80px;
	padding:10px;
	align-items:left;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content:left;
}
#imgLogo{
	height:60px;
	width:395px;
}
#logForm{
	margin-top:-65px;
	margin-left:620px;
}
#versiculo{
	color:#fff;
	top:75px;
	left: 50%;
  	position: absolute;
  	transform: translateX(-50%);
}
#divCorp{
	margin-top:100px;
	position: relative;
  	width: 100%;
}
#divCont{
	width:800px;
	padding:10px;
	left: 50%;
  	position: absolute;
  	transform: translateX(-50%);
}
#divMenu{
	background-color:#00C;
	position:relative;
}
#divRod{
	background-color:#2173b5;
	color:#FFF;
	width:100%;
	height:20px;
	padding:10px;
	margin-left:-10px;
	margin-right:-10px;
	position:fixed;
	bottom:0px;
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
