/* CSS Document */

.scroll {
	height: 190px;
	padding-right: 5px;
	overflow: auto;
}

.listas {
	margin-left: 5px;
	margin-top: 5px;
	list-style-type: disc;
}

.listas li {
	margin-bottom: 6px;
	
}
