#capaconscroll {
/* Typical fixed height and fixed width example */
width: 350px;
height:250px;
overflow-x: hidden;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: white;
margin: 0;
padding: 15px;
text-align: justify;
}

#capaconscroll p
{
font-size: 1.2em;
margin-bottom: 15px;
}
