/* TEST KOMUN CSS */
body { 
  background-color: #000;
  background-image: inherit;
}

/* MENU */
#nav{
  color: white;
  background-color: #000;
}


#nav {
  margin: 0 0px;
  padding: 0px 0px 3px 0px;
  height: 20px;
  background-image: inherit;
    background-color: rgba(0, 0, 0, 0);
  border-top: none;
  border-bottom: 1px solid #000;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  white-space: nowrap;
}

#nav li a.active, #nav li a:hover {
  background-color: #d4000054;
  color: #000;
}

#nav li a.active:hover {
  background-color: #CCC;
  color: #000;
}

#nav li a{
border-radius: 0px;
  -webkit-border-radius: 0px;
}

#nav li a{
border-radius: 0px;
  -webkit-border-radius: 0px;
}

a, .link {
  color: #d40000;
}



#header {
  background: black;
  color: white;
}

#footer {
  color: white;
  background-color: #000;
}


/* COLORES y letras */

.blue.button, .blue.button:visited {
  background-color: #5ebe5e;
}

.blue.button:hover {
  background-color: green;
}

.green.button,
.green.button:visited {
  background-color: #d40000;
}
.green.button:hover {
  background-color: #8e0015;
}
h1 {
  color: #d40000;
}

