body
{
    margin: 0;
    padding: 0;
    font-family: Arial;
    font-size: 11px;
  }

#content
{
    padding: 1px;
    margin: 2px 2px;
}


#scroll1
{
    /* Typical fixed height and fixed width example */
    width: 650px;
    height: 375px;
    overflow: auto; /* IE overflow fix, position must be relative or absolute*/ /* position: relative; /*background-color: #E7EADE;*/
    margin: 2px;
    position: absolute;
    margin: 2px;
    
}

#scroll1auto
{
    /* Typical fixed height and fixed width example */
    width: 650px;
    height: auto;
    overflow: auto; /* IE overflow fix, position must be relative or absolute*/
    /* position: relative; /*background-color: #E7EADE;*/
    padding: 3px;
    position: absolute;
    margin: 2px;
}

#scroll1fondo
{
    /* Typical fixed height and fixed width example */
    width: 650px;
    height: auto;
    overflow: auto; /* IE overflow fix, position must be relative or absolute*/
    position: absolute;
    margin: 2px;
    margin: 2px;
    background-image: url(Common/CssImages/bkbien.jpg);
    background-repeat: repeat-x;
}

.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
	width: 650px;
	height: auto;
	position: relative;
	color: black;
	padding: 1px;
}





