* {
  margin: 0;
  padding: 0;
  font-family: Arial;
}
h1.conf {
  font-size: 1em;
}
h1.fecha {
  font-size: 2em;
}
h1.marriot {
  font-size: 1.2em;
  color: #f00;
}
a img {
  border: 0;
}

table.ancha {
  margin: auto;
  width: 1000px;
}
th {
  text-align: left;
}

#inscripciones table, #speakers table {
  width: auto;
  font-size: 12px;
}
#inscripciones table th {
  padding: 3px 7px;
  color: #fff;
}

#sponsors table {
  width: 95%;
  margin: auto;
  font-size: 12px;
}
#content #sponsors table td {
  width: 33%;
}

#noticias table {
  width: 90%;
  margin: auto;
}

input[type=submit] {
  border: 0;
  padding: 3px 5px;
  background: #920F06;
  color: #fff;
  font-size: 11px;
}

#content #sponsoreos h3 {
  margin: 2em 0 0 0;
  padding: 4px 10px;
  font-weight: bold;
  background: #920f06;
  color: #fff;
  font-size: 11px;
}
#sponsoreos ul {
  margin: 1em 2em;
  font-size: 11px;
}
#sponsoreos .anteriores li {
  margin: 1em 0;
  font-weight: bold;
  list-style-type: none;
}

#gifs table {
  width: 0;
}
#gifs td {
  padding: 0;
}

td#navigation {
  vertical-align: top;
}
#navigation img {
  margin-bottom: 2px;
}
#navigation .subsec {
  float: left;
  width: 111px;
  padding: 3px 5px;
  font-size: 11px;
  font-weight: bold;
  background: #777;
  color: #333;
}
#navigation .subsec a {
  text-decoration: none;
  color: #333;
}

#content table td {
  /*width: 50%;*/
  vertical-align: top;
}
#content h2 {
  margin: 10px;
  font-size: 1em;
}
#content h3 {
  margin: 10px;
  font-size: .9em;
}
#content p, #content dl {
  margin: 10px;
  text-align: justify;
  font-size: 12px;
}

#content #partners {
  text-align: center;
}
#content #partners div {
  text-align: center;
  background: url('../imgs/icons/hr.png') repeat-x 0 60%;
}
#content #partners span {
  padding: 0 .8em;
  background: #fff;
}

#content td.titulo {
  padding: 0
}
#content .titulo h2 {
  margin: 0;
  padding: 2px 10px;
  color: #fff;
  background: #000;
}
#content h2.rojo {
  margin-top: 1em;
  color: #fff;
  background: #f00;
}

#footer h2 {
  font-size: 12px;
  margin: 0 0 0 15px;
}
#footer p {
  font-size: 10px;
  margin: 5px 15px;
}
