body {
  background-image: url(/images/fondo.jpg);
  background-color: black;
  color: white;
  font-family: sans-serif;
  font-size: 13px;
  text-align: center; /* IE6 bug */
}

a:link { color: #cfa223; }
a:visited { color: #cfa223; }
a:hover { color: yellow; }
a:active { color: yellow; }

h1 {
  font-size: 22px;
}

#div_body {
  width: 912px;
  margin-left: auto;
  margin-right: auto;
  text-align: left; /* IE6 bug */
}

#div_header {
  background-image: url(/images/tk-fuego.jpg);
  background-color: black;
  border: 1px solid gray;
  height: 90px;
  margin: 3px;
}

#div_header img {
  margin-top: 5px;
}

#div_reproductor {
  float: right;
}

#span_visitas {
  vertical-align: top;
  margin-left: 1em;
  font-weight: bold;
}

#div_izquierda {
  float: left;
  width: 25%;
}

#div_centro {
  float: left;
  width: 60%;
  text-align: left;
  border: 1px solid gray;
  background-color: black;
  padding: 3px;
}

#div_derecha {
  float: left;
  width: 14%;
}

#div_footer {
  clear: left;
  text-align: center;
  padding-top: 2em;
  font-size: 10px;
}

ul.toques {
  margin: 0;
  padding: 0;
}

ul.toques li {
  list-style-type: none;
  margin-bottom: 0.5em;
}

ul.toques span.fecha {
  font-weight: bold;
  font-variant: normal; /* IE6 bug */
  color: yellow;
}

ul.toques span.lugar {
  font-weight: bold;
  font-variant: small-caps;
}

ul.toques span.direccion {
  font-weight: normal;  /* IE6 bug */
  font-variant: normal; /* IE6 bug */
}

img.centrada, div.texto_centrado img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center; /* IE6 bug */
}

img.boton { 
  border: 0px;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 1px;
  margin-right: 1px;
}

img {
  border-style: none;
}

li {
  list-style-type: none;
} 

div.texto_centrado {
  text-align: center;
} 

div.mensaje {
  width: 90%;
  border-bottom: thin solid gray;
  margin-bottom: 1em;
  padding: 5px;
}

span.msg_time { font-size: small; color: green; }
span.msg_titulo { font-size: large; color: yellow; }
span.msg_nombre { font-size: small; color: red; }

p.notice {
  color: #cfa223;
  text-align: center;
}

textarea, input[type=text] {
  background-color: #2d2d2b;
  color: white;
  border: 1px solid gray;
}

form {
  font-size: small;
  padding: 3px;
}

div.contenido {
  margin-bottom: 3em;
  padding-left: 5px;
  padding-right: 5px;
}

p.time {
  font-size: small;
  color: gray;
}
