/*
WebAcessibility Styles
*/

/*Skiplinks*/
#skipLinks {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin-left: 0;
  text-align: center;
  list-style: outside none;
}

#skipLinks a{
  position: absolute;
  left: -99999px;
  top: 30px;
}

#skipLinks a:focus, #skipLinks a:active{
  position: relative;
  left: 0;
  z-index:9999;
  width: 75%;
  height: auto;
  margin: 0 auto;
  padding: 20px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 24px;
  font-family: inherit, sans-serif;
  /* color information, edit this to suit the colors of your layout */
  color: #fff;
  background: #444;
  border: 1px dotted #444;
}

/*Close menu*/
#aimMenu:focus {
  padding: 5px 10px;
  border:1px solid #444;
}

/*Busca*/
.search-box_aria {
  position: absolute;
  right: 0;
  z-index: 9;
  width: 0px;
  padding: 0;
  border: 0;
}

.search-box_aria:focus {
  width: auto;
  padding: 15px;
  border: 1px solid #444;
  width: 200px;
}