#capaconscroll {
	/* Typical fixed height and fixed width example */
width: 444px;
	height: 277px;
	overflow: 100%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
	margin-top: 160px;
	color: #FFF;
	text-align: left;
	position: absolute;
	left: 446px;
	top: -3px;
}
#capaconscroll2 {	/* Typical fixed height and fixed width example */
	width: 500px;
	height: 300px;
	overflow: 100%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: none;
	margin-top: 10px;
	color: #FFF;
	text-align: left;
	margin-left: 20px;
}
#capaconscroll3 {
	width: 370px;
	height: 254px;
	overflow: auto;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
	margin-top: 140px;
	color: #FFF;
	text-align: left;
	position: absolute;
	left: 35px;
	top: 31px;
}
