.box {
  margin-top:20px;
}

#content aside.box {
  width:300px; height:370px;
  background:url(../img/home-box-green-bg.png) no-repeat;
}

#content aside.box.alt {
  background:url(../img/home-box-blue-bg.png) no-repeat;
}

#content aside.box div.content {
  width:250px; height:300px;
  margin:23px;
  border:2px solid #eaff00;
  background:#fff; color:#000;
}

#content aside.box.alt div.content {
  border-color:#00fcff;
  background:#fff;
}

#content aside.box div.content h2 {
  width:210px; height:27px;
  margin:20px 20px 0 20px;
  text-indent:-9999px;
}

#nst div.content h2 { background:url(../img/home-box-title-nst.png) no-repeat; }
#chicas div.content h2 { background:url(../img/home-box-title-chicas.png) no-repeat; }
#programacion div.content h2 { background:url(../img/home-box-title-programacion.png) no-repeat; }

#content aside.box div.content p {
  width:210px; height:14px;
  margin:14px 20px 0 20px;
  font:14px Helvetica, Arial, sans-serif;
}

#content aside.box div.content a.more {
  width:185px; height:25px;
  margin:15px 10px 0 10px; padding-right:45px;
  display:block;
  line-height:24px;
  text-transform:uppercase;
  text-decoration:none;
  text-align:right;
  font-weight:bold;
  background:url(../img/home-box-green-link-bg.png) center right no-repeat;
  color:#23ec32;
}

#content aside.box div.content a.more:hover {
  text-decoration:underline;
}

#content aside.box.alt div.content a.more {
  color:#ff01a8;
  background-image:url(../img/home-box-blue-link-bg.png);
}
