html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: 'EB Garamond', serif;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1 {
	font-size: 38px;
	padding-bottom: 20px;
	color: #2E2E2E;
	font-family: 'Great Vibes', cursive;
	font-weight: normal;
}


h2 {
	font-size: 24px;
	padding-top: 20px;
	padding-bottom: 10px;
	font-weight: normal;
	color: #2E2E2E;

}

h3 {
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #2D1700;
}

p {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 150%;
}

ul {
	padding-left: 30px;
}

li {
	padding: 5px;
}

body {
	font-size: 18px;
	color: #2E2E2E;
	background-color: #F3D5B1;
}

a {
	color: #a78a69;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


.invisible {
	display: none;
}

.cleaner {
	clear: both;
}

#main {
	width: 1000px;
	margin: 0px auto 10px auto;
	background-color: white;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
	position: relative;
}

#moto {
	text-align: center;
	padding: 35px;
	font-size: 28px;
}

#overena-firma {
	position: absolute;
	top: 5px;
	right: 10px;
}

#menu {
	margin-top: 0px;
	text-align: center;
	background-color: #F3D5B1;
	padding: 5px;
}

#menu a {
	color: #2E2E2E;
	font-family: 'Great Vibes', cursive;
	display: inline-block;
	padding: 10px 35px 0px 35px;
	font-size: 24px;
	text-decoration: none;
}

#menu a.selected, #menu a:hover {
	border: 1px solid #2E2E2E;
	background-color: white;
	color: #2E2E2E;
}

#banner {
}


#body {
	padding: 40px;
}

#boxes {
	padding: 40px 40px 20px 40px;
}

.box {
	float: left;
	width: 33.33%;
}

#box1, #box2, #box3 {
	border: 1px solid #2E2E2E;
	background-color: #FDFAF5;
	padding: 15px;
}

#box1 {
	margin-right: 20px;

}

#box2 {
	margin-right: 10px;
	margin-left: 10px;
}

#box3 {
	margin-left: 20px;
}

.boxbody {
	background-color: white;
	border: 1px solid #2E2E2E;
}

.box .boxtitle {
	font-family: 'Great Vibes', cursive;
	padding-top: 20px;
	text-align: center;
	font-size: 30px;
	margin: 0;
}

.box .boxtext {
	padding: 0px 20px 20px 20px;
	text-align: center;
	font-size: 20px;
}

#nonstopline {
	border: 1px solid #2E2E2E;
	background-color: #F6DEC2;
	padding: 15px;
	margin: 20px 40px 40px 40px;
}

#nonstop {
	padding: 15px;
	background-color: white;
	border: 1px solid #2E2E2E;
	text-align: center;
	font-size: 30px;
}

#footer {
	padding: 10px 40px;
	color: black;
background-color: #D8C0A4;

}

#footer .smalldot {
	padding-left: 20px;
	padding-right: 20px;
}


#map {
	float: right;
}


#benefitweb {
	float: right;
	font-size: 11px;
	padding-bottom: 20px;
	padding-top: 10px;
	padding-right: 30px;
	color: silver;
}

#benefitweb a {
	color: black;
	text-decoration: none;
}



#galerie {
	width: 100%;
}

#galerie td {
	text-align: center;
	padding: 10px;
}

#galerie img {
	border: 1px solid white;
}


.gg {
    border-top: 1px solid #D8C0A4;
    padding: 10px;
    width: 100%;
    margin-top: 5px;
    padding-top: 15px;
}


.gginfo {
    margin-left: 20px;
}

.gginfo strong {
    font-size: 18px;
}

.ggprice {
    font-weight: bold;
    font-size: 18px;
}

.ggimg {
    float: right;
}

.ggimg2 img {
    padding: 20px;
    float: left;
}

#galerie {
    width: 100%;
}

#galerie td {
    text-align: center;
    padding: 10px;
}

#galerie img {
    
}

.mini-img img{
    width: 250px;
    padding: 5px;
    
}