body {
  padding: 0;
  margin: 0;
  color: #0066CC;
  width: 100%;
  height: 100%;
  vertical-align: top;
  text-align: left;
}
.body_foto {
  padding: 0;
  margin: 0;
  color: #83829D;
  width: 500px;
  height: 500px;
  vertical-align: top;
  text-align: left;
}
a:link {
  color: #0066CC;
  text-decoration: none;
}
a:hover {
  color: #0066CC;
  text-decoration: none;
}
a:active {
  color: #0066CC;
  text-decoration: none;
}
a:visited {
  color: #0066CC;
  text-decoration: none;
}
td {
  vertical-align: top;
  text-align: justify;
  font-family: 'Century Gothic', sans-serif;
}
h1 {
  color: #006699;
  font-size: 24px;
  font-family: 'Century Gothic', sans-serif;
  text-align: center;
}
h2 {
  color: #006699;
  font-size: 18px;
  font-family: 'Century Gothic', sans-serif;
  padding-bottom: 10px;
}
h3 {
  color: #006699;
  font-size: 16px;
  font-family: 'Century Gothic', sans-serif;
}
h4 {
  color: #006699;
  font-size: 14px;
  font-family: 'Century Gothic', sans-serif;
}
.text {
  color: #006699;
  font-family: "Century Gothic", sans-serif;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.text_g {
  color: #006699;
  font-family: "Century Gothic", sans-serif;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
}
.formtext {
  color: #006699;
  font-family: 'Century Gothic', sans-serif;
  text-align: left;
  font-size: 14px;
}
.ak_text {
  color: #006699;
  font-family: "Century Gothic", sans-serif;
  font-size: 14px;
  padding-bottom: 10px;
}
.footer_red {
  color: #F00;
  line-height: 1;
  padding: 0;
  margin: 0;
}
.bt1 {
  color: #000000;
  font-family: Tahoma, Arial;
  font-size: 14px;
}
.key {
  box-shadow: 0 0 5px #CCC;
  border-radius: 25px;
  background-color: #75C5F0;
  /*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E77817), to(#E77817), color-stop(.5,#FFCAE2));*/
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cccccc), to(#e76617), color-stop(0.5, #ffcae2));
  background: -moz-linear-gradient(top, #e77817 0%, #ffcae2 50%, #e77817 100%);
  border: 4px double #fff;
  color: black;
  font: 20px Helvetica, Arial;
  text-decoration: none;
  padding: 7px 42px;
}
.key:active {
  position: relative;
  top: 1px;
  left: 1px;
}
/*navigation*/
#navigation {
  width: auto;
}
#navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#navigation li {
  /*border-bottom: 1px solid #ED9F9F;*/
  padding-bottom: 5px;
}
#navigation li a:link,
#navigation li a:visited {
  font: 14px Helvetica, Arial;
  font-weight: bold;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  display: block;
  background-color: #75C5F0;
  border: 3px solid #E4812A;
  padding: 0.4em 0.5em 0.4em 0.5em;
  color: #FFFFFF;
  text-align: center;
  height: 30px;
}
#navigation li a:hover {
  background-color: #fe30d7;
  position: relative;
  top: 1px;
  left: 1px;
}
.banners img {
  padding-bottom: 15px;
}
.grouped_elements img {
  border: 3px solid #E4812A;
  margin: 5px;
}
.urics_form {
  clear: left;
  margin: 0;
  padding: 0;
  padding-top: 0.6em;
}
.urics_lable {
  float: left;
  width: 40%;
  font: bold 0.9em Arial, Helvetica, sans-serif;
}
.plugin_link a {
  color: red;
  text-decoration: none;
  border-bottom: 1px solid blue;
}
.plugin_link a:hover {
  border-bottom: none;
}
.errorlist {
  color: red;
}
.rounded {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 1.5em;
  font-family: 'Verdana', sans-serif;
}
.rounded em {
  color: #F90;
  font-weight: bold;
}
