body {
	background-color:#<%=coloresfondo%>;
	font-family: tahoma;
	font-size: 11px;
	decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px
}

body:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	decoration: none;
}

.bodystyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	decoration: none;
}

.bodystyle:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	decoration: none;
}

.form_field {
	font-family: tahoma;
	font-size: 12 px;
	border: 1px solid #FF0000;
}

.form_field_bordo {
	font-family: tahoma;
	font-size: 12 px;
	border: 1px solid #004000;
}

.form_field_check {
	font-family: tahoma;
	font-size: 12 px;
	border: 1px solid #800000;
}

.link1 {
	font-family: tahoma;
	font-size: 12px;
	color: #FF0000;
	text-decoration: bold;
}

.link1:hover {
	font-family: tahoma;
	font-size: 12px;
	color: #808080;
	text-decoration: bold;
}

.link2 {
	font-family: tahoma;
	font-size: 12px;
	color: #FFFF00;
	text-decoration: bold;
}

.link2:hover {
	font-family: tahoma;
	font-size: 12px;
	color: #00FF00;
	text-decoration: bold;
}

.link3 {
	font-family: tahoma;
	font-size: 16px;
	color: #FFFF00;
	text-decoration: bold;
}

.link3:hover {
	font-family: tahoma;
	font-size: 16px;
	color: #00FF00;
	text-decoration: bold;
}