body
{
	font-family: Helvetica New, Arial;
}

.normal
{
	font-size: 9pt;
}

.etiqueta
{
	font-family: Verdana;
	color: #527650;
	font-size: 8pt;
}

.link
{
	color: #63A34D;
	text-decoration: none;
}

.link:HOVER
{
	text-decoration: underline;
}


.campo
{
	border-width: 1px;
	border-color: Green;
	border-style: solid;
	border-top-color: Green;
	border-left-color: Green;
	border-bottom-color: Green;
	border-right-color: Green;
	height: 20px;
	font-family: Verdana;
	font-size: 8pt;
}

IMG
{
	display: block;
}

.boton
{
	height: 20px;
	font-size: 8pt;
}


