.home-content{
/*	//margin-left: 150px;*/
    margin-right: auto;
/*    padding-left: 15px;*/
    padding-right: 15px;
	width: 100%;
	margin-bottom: 50px;
	display: table;
}
.wrap-inner-page{
/*	padding: 5px;*/
	width: 100%;
}
.home-content.user-content a{
	color: #ae2221;
	font-size: 12pt;
	font-weight: bold;
	font-family: "Arial";
	text-decoration: none;
}
.home-content.user-content h1{
	color: #ae2221;
	font-size: 32pt;
	font-weight: bold;
	text-align: left;
	font-family: "Arial";
	line-height: 1.24;
	margin-top: 43px;
	margin-bottom: 4px;
}
.home-content.user-content h2{
	color: #6f6f6f;
	font-size: 20pt;
	font-family: "Arial";
	text-align: left;
	font-weight: bold;
	margin-bottom: 4px;
}
.home-content.user-content li{
	color: rgb(136,135,133);
	font-size: 17px;
	line-height: 1.75;
	text-align: left;
	font-family: "Arial";
}
.home-content.user-content p {
	color: rgb(136,135,133);
        font-size: 12pt;
	font-family: "Arial";
	text-align: left;
	line-height: 1.6;
}
.inner-p{
	color: rgb(136,135,133);
        font-size: 16px;
	font-family: "Arial";
	text-align: left;
	line-height: 1.2;
}
.inner-p a {
        text-decoration: underline;
}
.home-content.user-content table{
	border: 1px solid #c2c2c0;
	width: 100%
}
.home-content.user-content td{
	color: rgb(74,73,73);
	font-size: 17px;
	font-family: "Arial";
	padding: 5px;
	text-align: left;
	border: 1px solid #c2c2c0;
}
.home-content.user-content img{
	float: left;
}

.home-content.user-content .img-home-left {
    float:left;
    width:37%;
    margin: 30px 40px 26px -13px;
}

.home-content.user-content .img-home-right {
    float:right;
    width:30%;
    margin: 0px -15px 10px 10px;
}

@media screen and (max-width: 650px) {
    .home-content.user-content .img-home-left   {
	float: none;
	width: 90%;
	margin: 10px 5px 5px 0px;
    }

    .home-content.user-content .img-home-right {
	float:none;
	width:90%;
	margin: 10px 5px 5px 0px;
    }
}
.container.user-content a{
	color: #ae2221;
	font-size: 12pt;
	font-family: "Arial";
	text-decoration: none;
}
.container.user-content h1{
	color: #ae2221;
	font-size: 35px;
	font-weight: bold;
	text-align: left;
	font-family: "Arial";
	line-height: 1.42;
}
.container.user-content h2{
	color: rgb(74,73,73);
	font-size: 24px;
	font-family: "Arial";
	text-align: left;
	font-weight: bold;
}
.container.user-content li{
	color: rgb(136,135,133);
	font-size: 17px;
	line-height: 1.75;
	text-align: left;
	font-family: "Arial";
}
.container.user-content p{
	color: rgb(136,135,133);
	font-size: 17px;
	font-family: "Arial";
/*	text-indent: 2em;*/
	text-align: justify;
/*	line-height: 1.42;*/
	margin: 0px 0px 5px;
}
.container.user-content table{
	border: 1px solid #c2c2c0;
	width: 100%
}
.container.user-content td{
	color: rgb(74,73,73);
	font-size: 17px;
	font-family: "Arial";
	padding: 5px;
	text-align: left;
	border: 1px solid #c2c2c0;
}
.container.user-content img{
	float: left;
}

.container.user-content .img-home-left {
    float:left;
    width:40%;
    margin: 30px 25px 40px 0px;
}

.container.user-content .img-home-right {
    float:right;
    width:35%;
    margin: 0px 0px 10px 10px;
}

@media screen and (max-width: 650px) {
    .container.user-content .img-home-left   {
	float: none;
	width: 90%;
	margin: 10px 5px 5px 0px;
    }

    .container.user-content .img-home-right {
	float:none;
	width:90%;
	margin: 10px 5px 5px 0px;
    }
}
@media screen and (min-width: 768px) {
	.padding-big{
		padding-left: 110px;
	}	
	.home-content.user-content .img-home-left   {
		margin: -6px 40px 26px -110px;
    }
	.home-content.user-content .img-home-right   {
		margin: 0px -30px 10px 0px;
    }
	.img-certif{
		margin-right: 50px!important;
	}
}
@media screen and (max-width: 767px) {
	.padding-big{
		padding-left: 15px;
	}
	.home-content.user-content .img-home-left   {
		margin: 2px 40px 26px -15px;
    }
	.home-content.user-content .img-home-right   {
		margin: 0px -20px 10px 0px;
    }
}
