body {
  font-family: Tahoma;
  font-size: 10px;
  color: #000000;
  text-decoration: none;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
}

a:link {
	text-decoration: none;
	font-family: Tahoma;
	font-size: 10px;
	color: #345277;
}
a:visited {
	text-decoration: none;
	font-family: Tahoma;
	font-size: 10px;
	color: #345277;
}
a:active {
	text-decoration: none;
	font-family: Tahoma;
	font-size: 10px;
	color: #345277;
}
a:hover {
	text-decoration: none;
	font-family : Tahoma;
	font-size : 10px;
	color : #FFFFFF;
	background-color: #406790;
}

.celdas-let {
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #666699;
}
.boton {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #345277;
	cursor: pointer;
	border: 1px solid #345277;
	background-color: #ffffff;
	width: 50px;
}
.mouse {
	cursor: pointer;
}
.celdas-let-select {
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #666699;
	width: 170px;
}
