


#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: 140px;
height: 130px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto;
padding-left:15px;
}
#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;
}




