.stylo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #768943;
}
.blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #16406F;
}
.blanca {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #87A0BF;
	border: 1px solid #16406F;
}
.bluenormal {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #16406F;
}
.stylonegrit {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bolder;
	color: #768943;
}
.blueCursor {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #16406F;
}

.bgstyle {
	table-layout:fixed;
	border-width: 1px;
	border-style: outset;
	border-color: gray;
	border-bottom-style:dotted;
	border-top-style:dotted;
    border-right-style:dotted;
	border-left-style:dotted;
	background-color:#eff3f6;
	color:#339999;
}
