@charset "utf-8";
.botonera {
	font-family: "Arial Narrow";
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.botonera:hover {
	font-family: "Arial Narrow";
	font-size: 11px;
	font-weight: bold;
	color: #0077BF;
	text-decoration: underline;
}
#scroll {
     width:592px;
     height:220px;
     background-color:#F2F2F2;
     overflow:auto;
}
