/* GLOBAL */
html{height: 100%;}

/* GENERALES */
body
{ font-family: verdana, arial, sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: .68em;
  background: #000000;
  color: #70695A;
}

img{border: 0px;}

/* LOGO CABECERA */
#logo
{ margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  width: 912px;
  height: 100px;
  background: #000000 url('../imgs/bike_header.gif') no-repeat;
  color: #70695A;
}

/* CONTENEDOR GENERAL */
#main
{ width: 912px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 45px;
  border: 1px solid #FFFFFF;
}

/* CONTENEDOR DE DATOS */
#content
{ margin-left: auto;
  margin-right: auto;
  width: 912px;
  height: 454px;
  padding: 0px;
  overflow: hidden;
}

/* BARRA SUPERIOR MENU */
#navigationbar
{ margin-left: 31px;  
  margin-top: 6px;
  background: #FFFFFF url('../imgs/menu_back.gif') repeat-x;
  width: 858px;
  height: 17px;
}

/* MENU NAVEGACION */
#menu
{ font-size: 14.5px;
  font-weight: bold;
  font-family: Arial;
  color: #FFFFFF;
  margin-left: 31px;
  margin-top: 6px;
  border-bottom: 1px solid #FFFFFF;
  width: 858px;
  height: 28px;  
}

/* ITEM DE MENU */
.menuitem
{ text-align: center;
  margin-top: 10px;
}

.itemlink { color: #fff; text-decoration: none }
.itemlink:visited { color: #fff; text-decoration: none }
.itemlink:link { color: #fff; text-decoration: none }
.itemlink:hover { color: #FFFF00; text-decoration: none }
.itemlink:active { color: #fff; text-decoration: none }

.artistlink { color: #ffff00; text-decoration: none }
.artistlink:visited { color: #ffff00; text-decoration: none }
.artistlink:link { color: #ffff00; text-decoration: none }
.artistlink:hover { color: #ffff00; text-decoration: underline; font-weight: bold; }
.artistlink:active { color: #ffff00; text-decoration: none }
