body {
  /*background-color: #FFCC33*/
  background-color: #000000
}

h2 {
  font-family: "lucida console";
  text-align: center;
  color: #000066;
}


h1 {
  font-family: "lucida console";
  text-align: center;
  color: #0000FF;
}


td {
  text-align: center;
  font-family: "Trebuchet MS";
  background-color: #FFCC66;
}


th {
  text-align: center;
  font-family: "Trebuchet MS";
  background-color: #FF9933;
}

img {
  margin: 0 auto;
}

.izquierda {
  font-family: "lucida console";
  text-align: left;
  color: #00FF00;
}


form {
  font-family: "lucida console";
  text-align: center;
  color: #000000;
  background-color: #0000FF
  /*background-color: #FF9900;*/
  /*border: #0000FF 10px solid;*/
  width: 70%;
  margin: 8px auto;
}



p.error {
  font-family: "lucida console";
  text-align: center;
  font-style: italic;
  color: #FF0000;
}

ul {
  font-family: "Tahoma";
  text-align: center;
  border: #000000 3px solid;
  background-color: #33FFFF;
  width: 60%;
  margin: 0 auto;
}


input.boton {
  font-family: "lucida console";
  background-color: #FFFF66
}


table {
  margin: 0 auto;
  border: 4;
}

.strong {
  font-weight: bolder;
}