* {margin: 0; padding: 0;}

body {
	background-color: #fff;
}

#header {
	width: 100%;
	background-color: #7fcc59;
	top: 0;
	overflow: hidden;
	position: fixed;
	-webkit-background-color: #7fcc59;
	-o-background-color: #7fcc59;
	-moz-background-color: #7fcc59;
	-webkit-position: fixed;
	-o-position: fixed;
	-moz-position: fixed;
	z-index: 1;
}

#header .logo {
	margin-top: -6px;
	position:absolute;
	line-height: 80px;
	font-family: 'Raleway', serif;
	font-size: 50px;
	color: #1b3f09;
	z-index:0;
}


.wrapper {
	width: 90%;
	max-width: 1000px; 
	margin:auto;
	overflow: hidden;
}


#header #nav {
    position: relative;
	float:right;
	line-height: 80px;
    top: 0;
    z-index:1;
}

#header #nav a {
	color: #fffffa;
	font-family: 'roboto', sans-serif;
	display: inline-block;
	text-decoration: none;
	padding: 0 10px;
}

#header #nav a:hover {
	background: #136509;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition:.3s;
	transition: .3s;
}

#banner {
	text-align: center;
	background-color: #61a73e;
	overflow: hidden;
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 0;

}

#banner img {
	overflow: hidden;
	width: 100%;
	margin:auto;
}

.galeria {
	margin-left: 5%;
	margin-top: 200px;
}

.galeria img {
	position: relative;
	width: 280px;
	height: 180px;
}
.thumbs {
	display: inline-block;
}



#cuerpo {
	position: relative;
	margin: 0 auto;
	width: 80%;
	border: solid 1px #ababab;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
	margin-top: 20px;
	box-shadow: 5px 5px 25px 2px #707170;
}
.titulo h3 {
	color: #3f9017;
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	margin-bottom: 20px;
}

.text {
	position: relative;
	overflow: hidden;
	position: static;
	float: right;
	width: 58%;
	margin-bottom: 20px;

}

.text2 h2 {
	margin-top: 30px;
	color: #707170;
	font-family: 'Raleway', sans-serif;
}

.text p {
	position: relative;
	overflow: hidden;
	color: #707170;
	font-family: 'roboto', sans-serif;
	float:right;
	font-size: 18px;
	text-align: justify;
}



.text2 {
	overflow: hidden;
	float: left;
	width: 100%;
    max-width: 1000px;
margin-bottom: 20px;
    margin-top: 20px;
}

.text2 p {
	position: relative;
	overflow: hidden;
	color: #707170;
	font-family: 'roboto', sans-serif;
	font-size: 18px;
	text-align: justify;
}

.img-text {
	position: absolute;
	line-height: 100px;
	overflow: hidden;
	margin-bottom: 30px;
	margin-left: 10px;
}
.img-text img {
	overflow: hidden;
	width: 80%;
	height: 25%;
	border: 3px solid  #3f9017;
}

.contact {
	width: 100%;
	background: #7fcc59;
	bottom: 0;
	overflow: hidden;
 }
#footer {
	width: 100%;
	background: #7fcc59;
	bottom: 0;
    overflow: hidden;
}

#footer .contact h3 {
	font-family: 'roboto', sans-serif;
	line-height: 90px;
	font-family: sans-serif;
	color: #fffffa;
	overflow: hidden;
	float: left;
	margin-left: 10%;
}

#footer .contact p {
	font-family: 'roboto', sans-serif;
	color: #fffffa;
	overflow: hidden;
	float: left;
	line-height: 30px;
	margin-left: 40%;
}

iframe {
	text-align: center;
	overflow: hidden;
	margin-top: 100px;
	margin-left: 70px;
	margin-bottom: 5px;
}

.modial {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	z-index: 40;

}

.contenido {
	margin: auto;
	width: 40%;
	height: 40%;
}

#cerrar {
	display: none;
}

#cerrar + label {
	font-size: 40px;
	position: fixed;
	color: #fff;
	z-index: 60;
	right: 10px;
	cursor: pointer;
}

#cerrar:checked + label, #cerrar:checked ~ .modial {
	display: none;
}
