/* Style the tab */
.tab, botonito {
  overflow: hidden;
  cursor: pointer;
  font-size: 16px;
  font-weight:bold;
}

/* Style the buttons inside the tab */
.botonito {
 float: left;
 cursor: pointer;
 color:#000;
}

/* Change background color of buttons on hover */
.botonito:hover {
 color:#A3A3A3;
}

/* Create an active/current tablink class */
.botonito.active {
  color:#f00;
}

/* Style the tab content */
.tabcontent {
  display: none;
  border-top: none;
}

/* Style the close button */
.topright {
  float: right;
  cursor: pointer;
  font-size: 28px;
}

.topright:hover {color: red;}
