@font-face {
  font-family: 'opensans';
  src: url(../fonts/opensans-regular-webfont.eot);
  src: url(../fonts/opensans-regular-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/opensans-regular-webfont.woff) format('woff'), url(../fonts/opensans-regular-webfont.ttf) format('truetype'), url(../fonts/opensans-regular-webfont.svg#open_sansregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'opensans';
  src: url(../fonts/opensans-bold-webfont.eot);
  src: url(../fonts/opensans-bold-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/opensans-bold-webfont.woff) format('woff'), url(../fonts/opensans-bold-webfont.ttf) format('truetype'), url(../fonts/opensans-bold-webfont.svg#open_sansbold) format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'opensans';
  src: url(../fonts/opensans-bolditalic-webfont.eot);
  src: url(../fonts/opensans-bolditalic-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/opensans-bolditalic-webfont.woff) format('woff'), url(../fonts/opensans-bolditalic-webfont.ttf) format('truetype'), url(../fonts/opensans-bolditalic-webfont.svg#open_sansbold_italic) format('svg');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'opensans';
  src: url(../fonts/opensans-italic-webfont.eot);
  src: url(../fonts/opensans-italic-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/opensans-italic-webfont.woff) format('woff'), url(../fonts/opensans-italic-webfont.ttf) format('truetype'), url(../fonts/opensans-italic-webfont.svg#open_sansitalic) format('svg');
  font-weight: normal;
  font-style: italic;
}
body {
  background-color: #aa9b66;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #223f25;
  font-family: 'opensans';
  font-size: 18px;
  line-height: 30px;
}
body.home {
  background: url(/static/img/Sfondo.jpg) #aa9b66 no-repeat center center fixed;
}
a:link,
a:visited {
  color: white;
  text-decoration: none;
}
ul {
  list-style-type: none;
  padding-left: 0;
}
li {
  padding: 15px 0;
}
.container {
  width: 1140px;
  margin: 0 auto;
}
.logo {
  text-align: center;
  margin-top: 120px;
}
.menu {
  text-align: center;
  margin-top: 100px;
}
.menu-h {
  text-align: center;
  margin-top: 15px;
}
.menu-h img {
  vertical-align: middle;
  margin: 0 15px;
}
.menu-h span {
  padding: 0 8px;
}
.submenu {
  width: 25%;
  float: left;
  text-align: center;
}
.submenu p.icn {
  line-height: 100px;
}
.submenu p.tit {
  font-weight: bold;
  color: white;
  font-size: 110%;
}
.submenu img {
  vertical-align: middle;
}
p.subt a {
  text-align: center;
  color: #223f25;
  text-decoration: underline;
  font-weight: bold;
  font-size: 90%;
  text-transform: uppercase;
}
