


#capaconscroll {
/* Typical fixed height and fixed width example */
width: 320px;
height: 120px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto;

}

#capaconscrollam {
/* Typical fixed height and fixed width example */
width: 320px;
height: 120px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto;

}

#capaconscroll2 {
/* Typical fixed height and fixed width example */
width: 130px;
height: 130px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/

position: absolute;
margin: 0.3em auto;
padding-left:15px;
margin-top:40px;
*position: relative;
*padding-top:0px;
}
#capaconscrollaviso {
/* Typical fixed height and fixed width example */
width: 600px;
height: 300px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto;
padding-left:15px;
}




