@charset "utf-8";
.rights { text-align:right; vertical-align: bottom; }
.centers { text-align:center; vertical-align: middle;  }
.lefts { text-align:left; vertical-align: middle; }
.bottoms { vertical-align: bottom; }
.bolds { font-weight:bold; }
.uppercases { text-transform: uppercase; }

.tembody { 
	letter-spacing: 0.02cm !important;
	background: #fff; 
	-webkit-box-shadow: inset 0px 0px 0px 1px #ebeef4; 
	box-shadow: inset 0px 0px 0px 1px #ebeef4;
} 
.bg-footers {
	height: 6px;
}

.font-sm { font-size: 88%;   font-family: -apple-system, BlinkMacSystemFont,"OpenSans",Arial,Helvetica,sans-serif; } 

.bg-about {
	height: 380px;
	background-image: url("../_img/dis0084.png");
	background-attachment: fixed; /*initial fixed local initial inherit*/
	background-position:center bottom ;
	background-size: cover; /*auto cover*/
	background-repeat: repeat;   
}
.bg-abouts {
	height: 380px;
	background-image: url("../_img/dis0085.png");
	background-attachment: fixed; /*initial fixed local initial inherit*/
	background-position:center center ;
	background-size: cover; /*auto cover*/
	background-repeat: repeat;   
}