.full{
	width: 95%;
}
.small {
	width: 25px;
}
.medium {
	width: 110px;
}
.large {
	width: 210px;
}
.traco {
	width: 310px;
}
.ability{
	width: 290px;
}
div {
	display: inline;
}
input {
	margin-right: 3px;
}
@media print {
  .no-print {
	display: none !important;
  }
}
body {
	background-image: url("Ficha.png");
	background-size: 800px;
	background-repeat: no-repeat;
	background-position: top left;
	height: 2400px;
}
input {
	border: 1px solid #CCCCCC;
}