*:focus {
  outline: 1px dotted blue;
}

<!--Requerido CSS -->
    <style> 
	  .asterisco {
  color: #F00 !important;
  display: inline  !important;
  padding: 0px !important;
  margin: left !important;
}





!important;
	 font-size: 22px; !important;
	 
 

	}
        

        
        
* {
  box-sizing: border-box;
}

/* Set height of body and the document to 100% */

body,html {
  height: 80%;
  margin: 0;
  font-family: Arial;
}

/* Style tab links */

.tablink {
  background-color: #555;
  color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 1px 5px;
  font-size: 14px;
  width: 25%;
}

.tablink:hover {
  background-color: #777;
}

/* Style the tab content (and add height:100% for full page content) */

.tabcontent {
  color: black;
  display: none;
  padding: 100px 20px;
  height: 100%;
}

#Home {
  background-color: #F1F1F1;
}

#News {
  background-color: #F1F1F1;
}

#Contact {
  background-color: #F1F1F1;
}

#About {
  background-color: #F1F1F1;
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}

div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #555555;
  font-size: 10px;
  z-index: 4;
}

<!--camelot2-->

/* body {
  padding-top: 1px;
}

*/

html {
  background: #fff url(img/bg.png);
  font-size: 75%;
  font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
}

/**
 * Notifications
 */

.hellobar {
  background-color: #C8102E;
  /*  box-shadow: 0 3px 0 #c13832; */
  /*  position: absolute; */
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
  /*  text-shadow: 0 1px rgba(0,0,0, .3); */
  font-size: 14px;
  letter-spacing: 1px;
}

.hellobar a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: underline;
  font-size: 11px;
  font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
}

.hellobar a:hover {
  text-decoration: underline;
  color: rgba(255, 255, 255, 1);
}

.hellobar-wrap {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  text-align: center;
}

.hellobar-content {
  overflow: hidden;
  padding: 7px 0;
  transition: 0.1s ease;
}

.hellobar-toggle {
  position: absolute;
  top: 0px;
  right: 22px;
  bottom: 0;
  width: 30px;
  height: 30px;
  z-index: 6;
  min-width: 30px;
  min-height: 30px;
  opacity: 0;
  cursor: pointer;
}

.hellobar-toggle:checked {
  top: 10px;
  right: 22px;
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
}

.hellobar-toggle:checked ~ .hellobar-content {
  padding: 0;
  height: 0;
}

.hellobar-toggle:checked ~ .hellobar-arrow:after {
  top: 7px;
  left: 16px;
  box-shadow: none;
}

.hellobar-toggle:checked ~ .hellobar-arrow:before {
  position: absolute;
  top: 15px;
  left: 11px;
  border-color: #fff transparent transparent transparent;
  border-width: 8px 8px 0 8px;
  box-shadow: none;
}

.hellobar-toggle:checked ~ .hellobar-arrow {
  top: 0;
  right: 19px;
  width: 38px;
  height: 30px;
  border: 3px solid #c2332c;
  border-top: 0;
  border-radius: 0 0 3px 3px;
}

.hellobar-arrow {
  position: absolute;
  top: 7px;
  right: 30px;
  background-color: #C8102E;
}

.hellobar-arrow:before {
  display: block;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #fff transparent;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  box-shadow: 0 1px 0 rgba(255,255,255,0.2);
  content: '';
}

.hellobar-arrow:after {
  position: absolute;
  left: 5px;
  display: block;
  width: 6px;
  height: 8px;
  background-color: #fff;
  box-shadow: 0 1px 0 rgba(255,255,255,0.2);
  content: '';
}

.hellobar-toggle:hover ~ .hellobar-arrow:after {
  background-color: #333;
}

.hellobar-toggle:hover ~ .hellobar-arrow:before {
  border-bottom-color: #333;
  border-top-color: #333;
}

<!--camelot2-->
<!--righty-->
.righty {
  position: fixed;
  right: 1px;
  z-index: 100;
  top: 10%;
  /*margin-top: -205px;*/
  margin-right: 10px;
  transform: translate(-50%, -50%);
}

.fixedContainer {
  background-color: #ddd;
  position: fixed;
  z-index: 100;
  padding: .2em;
  right: 1px;
  margin-right: 1px;
  top: 10%;
  transform: translate(-50%, -50%);
}

