#footer{
    display: table;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top:40px;
}
body {
 
 background-color: #000000;
}
a {
  color: white;
  text-decoration: underline;
}
p {
  color: white;
  font-size:1.2em;
}
h1,h2,h3,h4,h5,h6 {
  color: white;
}
.text_white {
  color: white;
  font-size:1.2em;
}



button, input[type=button], input[type=submit], input[type=reset], select {
  background-color: #c3962a;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 0px 0px;
  cursor: pointer;
}
.button2 {background-color: #008CBA;} /*azul*/
.buttonFull {width: 100%;}
input[type=submit].buttonMenu {background-color: #f5c53d;}  

input[type=text], input[type=password]{
    margin: 5px;
    line-height: 45px;
    font-size: 16px;
}

.center {
  margin-left: auto;
  margin-right: auto;
}
.text_center{
    text-align: center;
}
h2{
    color: white;
    text-align: center;
    margin: 1.5em;
}

.image{
 display: block;
  margin-left: auto;
  margin-right: auto;
  width: 20%;
}
.imgcenter{
 display: block;
  margin-left: auto;
  margin-right: auto;
}
body {
    margin: 3em;
}
.mySlides {display: none;}
img {
    vertical-align: middle;
    
}

/* Slideshow container */
.slideshow-container {
 /* max-width: 1000px;*/
  /*position: center;*/
  margin: 0;
}
/* Next & previous buttons */
.prev, .next {
  text-align:center;
  padding: 16px;
   margin-top: -22px;
  color: grey;
  font-weight: bold;
  font-size: 18px;
}

/* Position the "next button" to the right */


/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: #000000;
  background-color: rgba(0,0,0,0.8);
}
/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 0;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 0;
  width: 0;
  margin: 0 0;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: 1} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}