* { margin: 0; padding: 0; }

html {
	background: url(../images/fundo.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: 'Titillium Web', sans-serif;
}

/* ---------- Layout ---------- */
.center_content_div {
width: 1020px;
margin: auto;
}

.width940 {
width: 940px;
margin: auto;
}

.fl {
float: left;
}

.fr {
float: right;
}

html, body {
height: 100%;
}

.calendario {
  width: 310px;
  margin: auto;
  padding-top: 40px;
  text-align: center;
}
.calendario .logo {
  padding-bottom: 40px;
  margin: auto;
}
.calendario .botoes {
  padding-top: 40px;
}

.addeventatc {
  outline: none;
}
