body{
  background-color:#CCCCCC;
  color:#333333;
  margin:0px;
  font-family: Verdana, sans-serif;
  font-size:14px;
  font-weight:bold;
}

input {
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  padding:5px;
  margin:8px; 
}

input[type="text"]{
  width:450px;
  font-weight:normal;
}

input[type="submit"]{
  letter-spacing:1px;
  font-weight:bold;
}

#cabecera{
  background-color:#333333;
  color:#EEE;
  width:100%;
  height:16px;
  font-size:11px;
  text-align:center;
}
#contenido { widht: 100%; }

.titulo{
  width:100%;
  height:50px;
  text-align:center;
  letter-spacing:3px;
  font-size:22px;
  margin-top:20px;
}
.chico{
  font-size:12px;
  font-weight:normal;
}
.center{
  text-align:center;
}
