/* Sticky */
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.top-container {
  background-color: #ffffff;
  padding: 0px;
  text-align: center;
}

.header {
  padding: 0px 0px;
  background: #ffffff;
  color: #ffffff;
}

.content {
  padding: 16px;
}

.sticky { 
 position: fixed;
 top: 0;
 width: 100%;
 z-index: 1;
}

.sticky + .content {
  padding-top: 102px;
}

/* Menu */
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

li {
  float: left;
}

li a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover {
  background-color: #111;
}

.active {
  background-color: red;
}
		
* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}
.mySlides {display: none}
img {vertical-align: middle;}

/* link */
mark { 
  background-color: transparent;
  color: white;
}

a:link, a:visited { 
  text-decoration-line: none;
  cursor: pointer;
}

/* boton */
.button {
  background-color: #800000;
  border: none;
  color: white;
  padding: 4px 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button1 {
  background-color: white; 
  color: black; 
  border: 2px solid #ff0000;
}

.button1:hover {
  background-color: #ff0000;
  color: white;
}

li:last-child
{
    float:right;
    display: inline-block;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}