/* CSS Document */
/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}
/*barra vertical*/
.vscrollerbase {
width: 4px;
background: #000000 0px 0px repeat-y;
}
.vscrollerbar {
width: 15px;
background: #CE142B -15px 0px repeat-y;
}

/* Scroll Bar Master Styling Ends Here */
#miscroll {
width: 440px;
height: 330px;
overflow: auto;
padding: 0px;
padding-right:12px;
padding-left:24px;
padding-top:0px;
/*background-color:Red;*/
}

#miscrollgal
{
width: 440px;
height: 430px;
overflow: auto;
padding: 0px;
padding-right:12px;
padding-left:24px;
padding-top:0px;
}

#imgprin
{
padding-left: 24px;
padding-top: 9px;
}

#marcotop
{
padding-top:18px;
}

#menutop
{
padding-top:0px;
}

#coltop
{
padding-top:37px;
}

#colelem
{
padding-bottom:8px;
padding-bottom/*\**/: 8px\9;

}

#barra
{
padding-left: 24px;
padding-top: 2px;
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
/* Reglas específicas para Safari 3.0 y Chrome aquí */
#colelem
{
padding-bottom:12px;
}
}




