.TECHNOPOLYScenter {
	width: 100%;
	margin: 0 auto;
	position: relative;
	text-align:center;
}


.TECHNOPOLYSleft {
	float:left !important;
	margin: 0 auto;
	padding-right:10px;
}

.TECHNOPOLYSright {
	float:right !important;
	padding-right:15px;
	padding-left:0;
	border-right:5px solid #eee;
	border-left:0;
	text-align:right
}

/*++++++++*/

p1 { text-align: center }
H22 { text-align: center }

/*++++++++*/
p.blocktext {
    margin-left: auto;
    margin-right: auto;
    width: 6em
}

<p class="blocktext">Esse bloco de texto...
/*++++++++*/
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}

/* ++++++++ */
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}