<html>
  <head>
    <title>div4</title>
    <style type="text/css">
      div#CentradaHS { width:400px; margin:auto;
                       border-width: 3;
                       border-style: dashed; }
      p { color: #999999;
          text-indent: 25px;
          text-align: justify; }
    </style>
  </head>
<body bgcolor="#ffddee">
  <div id="CentradaHS">
    <p>... contenido de la caja...</p> </div>
</body>
</html>