div#container{
  background: white;
  height: 40em;
  width: 70em;
  margin: 0 auto;
}

div#header{
  background: white;
  height: 6em;
  margin-top: 3em;
}

div#header h2{
  color: #930f0f;
  margin: 0;
  font-size: 1em;
  font-weight: normal;
}

div#header h1{
    text-indent: -100000em;
    background: transparent url('/portada/img/logo.png') no-repeat;
    height: 1.9em;
    margin: 0 0 0.2em;
}

div#primary{
  background: white none repeat scroll 0 0;
  float: left;
  height: 23.3em;
  width: 50%;
  margin-top: 1em;
}

div#primary img{
  border: none;
}

div#secondary{
  background: white none repeat scroll 0 0;
  float: right;
  height: 23.3em;
  width: 50%;
  margin-top: 1em;
}

div#secondary img{
  border-left: 6px solid white;
  border-top: none;
  border-right: none;
  border-bottom: none;
}

div#primary-desc{
  background: transparent url(/portada/img/background-desc.gif) repeat-x;
  float: left;
  height: 2em;
  width: 49.5%;
  margin-top: 1em;
  border: 1px solid #bfbfbf;
}

div#primary-desc p {
  text-align: center;
  color: white;
  margin-top: 0.5em;
}

div#primary-desc a {
  display: block;
  text-decoration: none;
}

div#secondary-desc{
  background: transparent url(/portada/img/background-desc.gif) repeat-x;
  float: right;
  height: 2em;
  width: 49.5%;
  margin-top: 1em;
  border: 1px solid #bfbfbf;
}

div#secondary-desc p {
  text-align: center;
  color: white;
  margin-top: 0.5em;
}

div#secondary-desc a {
  display: block;
  text-decoration: none;
}

