﻿body {
	margin: 10px auto 0;
	padding: 0;
	text-align: center;
	text-decoration: none;
	font: normal 11px arial, tahoma, helvetica, sans-serif;
	background-image: url(/Images/fondo.png);
}

.tabset_tabs
{
	text-align: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	z-index: 2;
	white-space: nowrap;
}
.tabset_tabs a
{
	color: #339 !important;
	background-color: Transparent;
	text-decoration: none;
	padding: 0 0.8em;
	border-left-width: 0;
	border-bottom: 0;
}
.tabset_tabs a:hover
{
	color: #00c !important;
	text-decoration: underline;
}
.active
{
	background-color: #def !important;
}
.inactive
{
	background-color: #C0C0C0;
}
.inactive a
{
	color: #FFFFFF !important;
}
.inactive a:hover
{
	color: #FFFFFF !important;
}
.tabset_tabs li.firstchild a
{
	border-left-width: 0px;
}
.tabset_content
{
	border: 1px solid #def;
	background-color: #def;
	position: relative;
	z-index: 1;
	padding: 0.5em 1em;
	display: none;
}
.tabset_label
{
	display: none;
}
.tabset_content_active
{
	display: block;
}
.grid td
{
	cursor: pointer;
	cursor: hand;
}
.NoVisible
{
	visibility: hidden;
}
.Visible
{
	visibility: inherit;
	display: block;
}
.errorText
{
	font-size: .7em;
}
