* {
	margin: 0;
	padding: 0;
}

body{
	font-family: 'Montserrat', sans-serif;
	padding-top: 30px;
	min-width: 1100px;
	background: #F4F5F6;
}

header {
	border-bottom: 1px solid #89A25B;
	margin-bottom: 30px;
}
#content {
	width: 1000px;
	margin: 0 auto;
}

h1 {
	margin-bottom: 50px;
	color: #6f7173;
}

#left {
	width: 475px;
	display:inline-block;
	margin-right: 45px;
	line-height: 25px;
	vertical-align: top;
	text-align: justify;
	color: #6f7173;
}

#right {
	width: 475px;
	display:inline-block;
	line-height: 25px;
	vertical-align: top;
	text-align: justify;
	color: #6f7173;
}

#full {
	margin-top: 20px;
	background: url(masajebig.jpg);
	 
}

#full2 {
	margin-top: 20px;
	background: url(hidrobig.jpg) center bottom;
	height: 480px;
	 
}

#full3 {
	margin-top: 20px;
	background: url(qebig.jpg) center bottom;
	height: 540px;
	 
}

#minileft {
	width: 275px;
	display:inline-block;
	margin: 45px;
	line-height: 28px;
	vertical-align: top;
	text-align: justify;
	color: #6f7173;
	padding: 20px 10px;
	background: #fff;
}

#miniright {
	width: 325px;
	display:inline-block;
	margin-left: 645px;
	margin-top: 45px;
	line-height: 28px;
	vertical-align: top;
	text-align: justify;
	color: #6f7173;
	padding: 20px 10px;
	background: #fff;
}

footer{
	margin-top: 30px;
	text-align: right;
}

footer a {
	background: #89A25B;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    border-top: 4px solid #fff;
    border-left: 4px solid #fff;
    border-right: 4px solid #fff;
	transition: all 0.3s ease-out;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
}

footer a:hover {
	color: #89A25B;
    background: #fff;
    padding: 10px 20px;
    border: 4px solid #89A25B;
	transition: all 0.3s ease-out;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
}

#fondo {
	border-top:10px solid #89A25B;
	padding: 30px;
	background: #53677a;
    margin-top: 10px;
}