/* Enter Your Custom CSS Here */


.contactos {
  font-family: Ubuntu;
  font-size: 120%;
  font-style: normal;
  font-weight: 400;
}

#theme-attribution {
 display: none;
}

.frontpage {
  font-family: Trochut;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
}

.frontpage-dagoti {
  font-family: Roboto+Condensed;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
}

.main-navigation ul li a {
  padding: 20px 35px;
  line-height: 1em;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Ubuntu;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}
#colophon {
  /*margin-bottom: 20px;*/
  background: #2f3033;
  /*padding: 30px;*/
}
div#theme-attribution {
	display: none;
}
div#site-info {
  margin-top: 10px;
  margin-bottom: 0;
  position: relative;
}
#colophon #theme-attribution,
#colophon #site-info {
  text-align: center;
  color: #aaaaaa;
  font-size: 11.5px;
}
#colophon #theme-attribution a,
#colophon #site-info a {
  color: #dddddd;
  text-decoration: none;
  font-weight: 500;
}
body.layout-full {
  /* Use the same color as the footer */
  background-color: #2f3033;
  height: 10px;
}
.layout-full #colophon {
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}