#sidebar
{
  position: absolute;
  right: 10px;
  top: 155px; 
  width: 250px;
}

#blackbox .box_top 
{
  background-image: url(../img/boxpurple_top.png);
  background-repeat: no-repeat;
  width: 247px;
  height: 42px;
}
#blackbox .box_top h1
{
  text-align: center;
  font-weight: bold;
  font-size: 120%;
  color: white;
  padding: 14px 5px 0 0;
  margin: 0;
}

#blackbox div.box_body
{
  background-image: url(../img/box_repeat.png);
  background-repeat: repeat-y;
  width: 247px;
}
#blackbox div.box_body p
{
  text-align: left;
  font-size: 100%;
  padding: 10px 30px 0 25px; 
  margin: 0;
}
#blackbox div.box_bottom
{
  background-image: url(../img/box_bottom.png);
  background-repeat: no-repeat;
  width: 247px;
  height: 32px;
  text-align: center;
  padding: 0; margin: 0;
}


#bluebox .box_top 
{
  background-image: url(../img/boxblack_top.png);
  background-repeat: no-repeat;
  width: 247px;
  height: 42px;
}
#bluebox .box_top h1
{
  text-align: center;
  font-weight: bold;
  font-size: 120%;
  color: white;
  padding: 10px 5px 0 0;
  margin: 0;
}

#bluebox div.box_body
{
  background-image: url(../img/logo_salud.png); 
  background-repeat: no-repeat;
  width: 247px;
}
#bluebox div.box_body ul
{
  padding: 0 20px 5px 30px;
  margin: 0;
}
#bluebox div.box_body li
{
  list-style: square;
  padding-top: 10px;
}
#bluebox div.box_bottom
{
  background-image: url(../img/box_bottom.png);
  background-repeat: no-repeat;
  width: 247px;
  height: 32px;
  text-align: center;
  padding: 0; margin: 0;
}
