body.dnvs {
background: none;
 }

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2.0;
	margin: 0 0 20px 0;
	width: 100%;
}

table.calendar {
	line-height: 2.0;
	margin: 20px 0 0 0;
}

table.calendar th {
	line-height: 2.0;
	margin: 0;
	border-bottom: 2px solid #fff;
}

table.calendar tr:nth-child(7n+6)  {
    background-color: #EEE;
	border-bottom: 2px solid #fff;
}

table.calendar tr:nth-child(7n+7)  {
    background-color: #EEE;
	border-bottom: 2px solid #fff;
}

table.dnvs {
  width: 90%;      
  margin: 10px 0px;
  border-spacing: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 0px solid #fff;
}

table.dnvs td {
  padding: 5px 5px;
  font-size: 16px;
}

table.center {
  width: 90%;      
  margin: 20px auto;
  font-size: 18px;
  line-height: 1.5;
  border-spacing: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 0px solid #fff;
}

table.links {
  width: 90%;      
  margin: 20px auto;
  border-spacing: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 0px solid #fff;
}

table.links tr {
  line-height: 2.0;
}

table.links td {
  padding: 5px 5px;
  font-size: 20px;
}

#calendarblock {
    margin: 0px auto;
    padding: 0px;
    width: 100%;
    height: 20em;
    overflow: auto;
}

.center {
   margin: 20px 0px;
   text-align: center; 
 }

p.italic {
  font-style: italic;       
 }
 
h2 {
   margin: 10px 0px;
   text-align: center;
 }

h2.bullets {
   margin: 0px 0 10px 0;
   text-align: left;
 }
 
 
h3 {
   margin: 20px 0px;
   font-size: 22px;
 }
 

h3.center {
   margin: 40px 0px 20px 0px;
   font-size: 22px;
   text-align: center;
 } 
 
ul,ol {
	font-size: 18px;
 }

li {
    line-height: 2.0;   
 }
 
p {
   margin: 20px 0px;
   padding: 0px 10px;
   text-align: justify;   
 }
 
#instagram {
  margin: 20px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#facebook {
  margin: 20px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#youtube {
  width: 50%;      
  margin: 20px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

#foto {
  max-width: 50%;      
  margin: 10px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

#content {
  flex: 0 0 300px;
}

.box {
    margin-bottom: 40px;
    padding: 30px 15px;
    background: #fff;
    background: rgba(255,255,255,0.9);
}

.imgmax
{
    max-width: 100%;
 }
 
/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #000000; /* Old browsers */
	background: -webkit-linear-gradient(top, #000000 0%, #000000 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #000000 0%, #000000 100%); /* W3C */
	border: none;
	color: #fff;
	display: inline-block;
	padding: 11px 24px 10px;
	text-decoration: none;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	background: #000000; /* Old browsers */
	background: -webkit-linear-gradient(top, #000000 0%, #000000 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #000000 0%, #000000 100%); /* W3C */
	outline: none;
    text-decoration: none;    
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background: #000000; /* Old browsers */
	background: -webkit-linear-gradient(top, #000000 0%, #000000 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #000000 0%, #000000 100%); /* W3C */
	border: none;
    text-decoration: none;
	padding: 10px 24px 11px;
}

.buttondynamic, 
.buttondynamic:active, 
.buttondynamic:hover, 
.buttondynamic:focus {
    background-color: #000000; 
    border: none;
    color: white;
    padding: 10px 10px;
    text-decoration: none;
    display: block;
    font-size: 16px;
    font-weight: normal;    
    margin: 0px auto;
    cursor: pointer;
    width: 180px;
} 

a.button {
	text-decoration: none; 