html, body{
	height: 100%;
}
body {
	background: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	color: #8CB938;
	font-weight: normal;
}
.container, .container-fluid {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
}
.clear, .clearfix {
	display: block;
	clear: both;
}
.height10 {
	height: 10px;
}
.height20 {
	height: 20px;
}
.height30 {
	height: 30px;
}
.height50 {
	height: 50px;
}
img {
	max-width: 100%;
	height: auto;
}
.bg {
	border-top: 6px solid #8CB938;
	background-color: #fff;
	background-image: url(images/bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;
	height: 100%;
}

@media(max-width:598px) {
	body {
		font-size: 26px;
	}
	img.botones {
		width: 130px;
	}
	img.logo {
		margin-top: 100px;
		max-width: 94%;
	}
}