div.scrollholder
{
    position: relative;
    width: 590px; height: 130px;
    overflow: auto;
    z-index: 1;
}

div.scroll
{
    position: absolute;
    left: 0; top: 0;
    width: 95%;
    z-index: 2;
}

/* scrolls para las noticias */
div.scrollholder_lateral
{
    position: relative;
    top:20px;
    left:20px;
    width: 260px; height: 300px;
    overflow: auto;
    z-index: 1;
}

div.scroll_lateral
{
    position: absolute;
    left: 0; top: 0;
    width: 95%;
    z-index: 2;
}

div.scrollholder_noticia
{
    position: relative;
    top:20px;
    left:20px;
    width: 534px; height: 300px;
    overflow: auto;
    z-index: 1;
}

div.scroll_noticia
{
    position: absolute;
    left: 0; top: 0;
    width: 95%;
    z-index: 2;
}
/* fin scrolls para las noticias */

/* scrolls para las faq */
div.scrollholder_faq
{
    position: relative;
    top:20px;
    left:20px;
    width: 800px; height: 300px;
    overflow: auto;
    z-index: 1;
}

div.scroll_faq
{
    position: absolute;
    left: 0; top: 0;
    width: 95%;
    z-index: 2;
}

.scrollholder_faq .track{
  background:#B7DBF7 url(/images/fondos/bg_scroll.gif) repeat-y 0 0 !important;
}

/* fin scrolls para las faq */

/* <Scroll> */
div.track
{
    position: relative;
    float:right;
    top: 0; 
    width: 5px;
    height: 100%;
    font-size: 0;
    z-index: 3;
    background: #9F989C url(/images/fondos/bg_scroll.gif) repeat-y 0 0;
}

div.drag_bar
{
    position: absolute;
    border:none;
    width: 100%;
    height: 26px !important;
    width:5px;
    left: 0px !important;
    cursor: pointer;
    z-index: 4;
    background: #fff;
}  
