  
div.cst-articulo-body {
  background: #fff;
}
.cst-col99 {
  clear: both;
  margin: 0; padding: 0;
  width: 99%;
}
.cst-digital {
  padding: 0px; margin: 10px; 
  background-color: #fff;
  text-align: justify;
  font: 0.88em/1.8 Verdana,sans-serif;
}


img.flota-derecha { 
  border: 5px #e2e2e2 solid;
  float: right; 
  margin: 10px 0px 10px 20px;
}
img.flota-izquierda { 
  border: 5px #e2e2e2 solid;
  float: left; 
  margin: 10px 20px 10px 0px;
}

img.cst-articulo-img-right { float: right; }
img.cst-articulo-img-left { float: left; }

.cst-digital-foto {
  background: #fff url('digital/bgk-fotos.gif') repeat;
  text-align: center;
  margin: 0 auto;
  padding: 10px 0px;
  position: relative;
  overflow: hidden;
}
.cst-digital-foto img {
  margin: 0 auto;
  border: 0px;
}
.cst-digital-foto-caption {
  position: absolute;
  bottom: 10px;
  right: 5px;
  padding: 3px 10px;
  color: #999999;
  background: #111111 url('digital/bgk-fotos-caption.gif') repeat;
  font: italic bold 12px/16px sans-serif;
  border: 2px solid #333;
  -moz-border-radius: 5px; -webkit-border-radius: 5px;
  z-index: 10px;
}
.cst-destacado {
  background-color: #eeeeee;
  padding: 10px;
  border: 2px dotted #cccccc;
  margin: 10px 0px;
}
.cst-destacado h3 {
  padding: 0px; 
  margin: 0px;
}
.cst-hr {
  clear: both;
  width: 100%;
  height: 1px;
  background-color: #999;
}
