@charset "utf-8";
/* CSS Document */


body {
	margin: 0px;
}

p {
	margin: 0;
	padding: 0;	
}

img {
	border: none;
}
#header {
	height: auto;
    width: 100%;	
	/*background: url("../images/logo.png") left top no-repeat transparent;
	position: absolute;
	margin: 74px 0 0 -20px;	*/
}

.logo {
    height: auto;
    margin: 10% 0 23px 4.8%;
    width: 90%;
}

#img. ../images/logo.png {
  width: 100%;
  top: 0;
  left: 0;
}

#content {
	display: block;
    font-size: 14px;
    min-height: 290px;
    margin: 70px auto 20px;
    width: 90%;
}

#title1 {
	float: left;
    height: 73px;
    margin-bottom: 6px;
    width: 100%;
    background: url(images/title1.png);
	background-size: contain !important;
	background-repeat: no-repeat;
	
}

#title2 {
	float: left;
    height: 73px;
    margin-bottom: 6px;
    width: 100%;
    background: url(images/title2.png);
	background-size: contain !important;
	background-repeat: no-repeat;
}

#title3 {
	float: left;
    height: 73px;
    margin-bottom: 6px;
    width: 100%;
    background: url(images/title3.png);
	background-size: contain !important;
	background-repeat: no-repeat;
	
}

#box1 {
	float: left;
    margin: 0 1.5%;
    width: 27%;
    padding-left: 4.2%;
}

#box2 {
	float: left;
    margin: 0 1.5%;
    width: 27%;
}

#box3 {
	float: left;
    margin: 0 1.5%;
    width: 27%;
}

#datacontent {
	text-align: left;
	font-family: "Arial", Helvetica, sans-serif;
	text-align:justify;	
	display: block;
	margin-left: 16px;
}

#buttons {
	bottom: 0;
    height: auto;
    position: relative;
    width: 100%;	
}

.big-button {
    margin: 0 auto;
    width: 510px;
     margin-bottom: 40px;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
}

#footer {
	background-color: #000000;
    height: auto;
    margin: 0;
    padding: 26px 0;
    vertical-align: baseline;
    width: 100%;
	position: absolute;
}

.push {
	height: 0em !important;
}


#social-networks {
	width: 258px;
	height: 53px;
	margin: 0 auto;	
}
.icons {
	width: auto;
	height: auto;
	margin: 0 20px;	
}