@charset "UTF-8";
/* CSS Document */

#news_scroll {
/* Typical fixed height and fixed width example */
width: 400px; 
height: 505px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin-left:27px;
/*background-color: #F2F7EF;*/
/*margin: 0.3em auto;*/
margin-top:0px;
padding:0px;
}

#product_scroll {
/* Typical fixed height and fixed width example */
width: 320px; 
height: 380px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin-left:27px;
/*background-color: #F2F7EF;*/
/*margin: 0.3em auto;*/
margin-top:0px;
padding:0px;
}

/* estilos de la barra de scroll */

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 10px;
background-color: #BBBBBB;
}

.vscrollerbar {
/* color de la barra de scroll */
width: 10px;
height:2px;
background-color:#003366;
color:#003366;
}
.hscrollerbase {
height: 5px;
background-color: white;
}
.hscrollerbar {
height: 5px;
background-color: black;
}

.scrollerjogbox {
width: 10px;
height: 5px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}


