A.mnuMain {font-family: Verdana; font-size: 7pt; color: white; text-decoration: none;}
A.mnuMain:hover {color: #136EB7; background-color: white; text-decoration: none;}
A.mnu {font-family: Verdana; font-size: 7pt; color: white; text-decoration: none; display: block; width: 127px; height: 20px; line-height: 14pt;}
A.mnu:hover {background-color: #136EB7; text-decoration: none;}

.error
{
	color: red;
}
.aviso
{
	color: green;
}

.explicacion
{
	color: red;
	font-size: xx-small;
	font-weight: bold;
}

TD {
	font-family: Verdana;
	font-size: 8pt;
	color: #737373;
}

TD.campo {
	color: #3D79BA;
	text-align: right;
	height: 21px;
}

INPUT {
	font-family: Verdana;
	font-size: 8pt;
	color: #737373;
	background-color: #DCDCDC;
	border: none;
}

SELECT
{
	font-family: Verdana;
	font-size: 8pt;
	color: #737373;
	background-color: #DCDCDC;
	border: none;
}

TEXTAREA {
	font-family: Verdana;
	font-size: 8pt;
	color: #737373;
	background-color: #DCDCDC;
	border: none;
}

A {
	color: #3D79BA;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

A.button {
	font-family: Verdana;
	font-size: 7pt;
	color: #737373;
	text-decoration: none;
	background-color: #F0F0F0;
	width: 80px;
	height: 14px;
	text-align: center;
}

A.button:hover {
	color: white;
	background-color: #3D79BA;
	text-decoration: none;
}

A.form-button {
	font-family: Verdana;
	font-size: 7pt;
	color: #737373;
	text-decoration: none;
	background-color: #F0F0F0;
	width: 80px;
	height: 14px;
	text-align: center;
	margin-top:-1px;
}

A.form-button:hover {
	color: white;
	background-color: #3D79BA;
	text-decoration: none;
}

A.list-button {
	font-family: Verdana;
	font-size: 7pt;
	color: #737373;
	text-decoration: none;
	background-color: #DCDCDC;
	width: 55px;
	height: 14px;
	text-align: center;
}

A.list-button:hover {
	color: white;
	background-color: #3D79BA;
	text-decoration: none;
}