*{
	padding:0;
	margin:0;
	box-sizing:border-box;
}
body{
	background-color:#3CBC00;
}
section{
	padding:20px 0;
	width:90%;
	max-width:1000px;
	margin:auto;
}
header{
	width:100%;
	height:80px;
	background-color:#D48B01;
	
}
.huella{
    
    width:100%;
    max-width:800px;
    
}
nav{
	text-align:center;
	padding:10px 50px 0 0;

}
nav a{
	text-decoration:none;
	font-weight:300;
	font-size:20pt;
	font-family:arial;
	color:#5bf912;
	margin-right:50px;
	
}
nav a:hover{
	color:blue;
	text-decoration:underline;
}
.banner{
	height:300px;
	width:100%;
	background-image:url(img/img1.jpg);
	margin:auto;
	text-align:center;
	padding:0px 0 0 0;
	color:#5bf912; 
	font-size:30pt;
	font-weight:300;
}
main{
	top:0;
	width:100%;
	max-width:1000px;
	background-color:#C1E7B0;
	padding:0px 0 0 0;
	color:black;
	margin:0 auto;
	text-align:justify;
	font-family:arial;
	font-size:13pt;
	
}
p{
	margin-bottom:30px;
	
}
.historia{
	text-align:center;
	font-size:30pt;
	
}
.productos{
	width:100%;
	max-width:1000px;
	
}
.fondo{
	
	background-color:white;
}
.icon{
	width:50px;
	height:50px;
	
}
.contactos{
	text-align:;
	font-size:20pt;
}
.contactos h3{
	text-decoration:underline;
	
}
iframe{
	
	padding:30px 0 0 0;
	
}
.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
width:100%;
max-width:1000px;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -800px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
.vimeo{
	padding:50px 0 0 0;
	text-align:center;
}
footer{
	width:100%;
	text-align:center;
	height:100%;
	max-height:80px;
	position:;
	bottom:0;
	background-color:green;
	padding:20px 0;
}