<!-- 
#contenidorScroll{
  margin-top: 6px;
  margin-left: 11px;
}html>body #contenidorScroll{margin-top: -2px;}

#scrollTitul {
  width: 140px;
  height: 30px;
  text-align: left;
  background: #fff url(fonScroll.gif) 0 0 no-repeat;
}
  #scrollTitul span {
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 0px 0px 36px;
    color: #fff;
  }
#scrollBottom {
  width: 140px;
  height: 10px;
  font-size: 1px;
  background: #fff url(fonScroll.gif) 0 100% no-repeat;
}



#scrollContenidor {
  position: relative;
  overflow: hidden;
  width: 140px;
  height: 140px;
  background-color: #e96b10;
}

#scrollContingut {
  position: absolute;
  overflow: hidden;
  width: 130px;
  height: 130px;
  left: 5px;
  top: 5px;
  background-color: #ffffff;
}

#capaScroll {
  position:absolute;
  left:0;
  top:0;
  background-color: #ffffff;
}

div.txtScroll, div.txtScrollHover {
  position:absolute;
  visibility:hidden;
  left:0;
  top:0;
  margin:0px;
  padding:0px;
  color: red;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  line-height: 160%;
  color: #335f7f;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-align:left;
  background-color: transparent;
}
div.txtScrollHover {
  color: #189bd4;
  cursor: pointer;
}

div.titScroll, div.titScrollHover {
  position:relative;
  padding: 0px 0px 10px 0px;
  color: #3f6987;
  font-family: "Georgia", "Times New Roman", Times, serif;
  font-size: 13pt;
  font-style: normal;
  text-decoration: none;
  text-align:left;
  background-color: transparent;
}
div.titScrollHover {
  color: #189bd4;
  cursor: pointer;
}
-->

