@charset "UTF-8";
/* CSS Document */

body {
  font-size: 62.5%; /* Resets 1em to 10px */
  font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
  background: #050608;
  color: white;
  text-align: left;
}
#page {
  background-color: black;
  margin: 0 auto;
  padding: 0;
  width: 800px;
}
#header {
  width: 800px;
  height: 320px;
}
#cuerpo {
  min-height: 400px;
  background: url(images/body.jpg) 0 top;
}
#footer {
  width: 800px;
  height: 250px;
  background: url(images/footer_post_evento2.jpg) 0 top;
  position: relative;
}
.registro td
{
  padding-top: 10px;
}

.campo.text
{
  width: 289px;
  height: 35px;
  background-image: url('/images/cambo.png');
  font-size: 24px;
  color: black;
  border: 0;
  margin-top: 5px;
  padding-left: 5px;
}
.campo.combo
{
  height: 35px;
  background-image: url('/images/cambo.png');
  font-size: 24px;
  color: black;
  border: 0;
  margin-top: 5px;
  padding-left: 5px;
}
