@charset "UTF-8";

.TabbedPanels {
	margin: 0 0 40px 170px;
	padding: 0px;
	float: left;
	clear: none;
	width: 520px; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}

.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	font-size: 11px;
font-family: Georgia;
font-weight: bold;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	color: #847714;
	height: 26px;

}


.TabbedPanelsTabHover {
color: #626366;
font-weight: bold;
background-image: url(images/llaveseleccion.jpg);
background-repeat: no-repeat;
background-position: center 13px;
}

.TabbedPanelsTabSelected {
color: #626366;
font-weight: bold;
background-image: url(images/llaveseleccion.jpg);
background-repeat: no-repeat;
background-position: center 13px;
}

.TabbedPanelsTab a {
	color: #847714;
	text-decoration: none;
	
}

.TabbedPanelsContentGroup {
	clear: both;
}

.TabbedPanelsContent , .TabbedPanelsContent p{font-size: 13px;line-height: 18px;
}

.TabbedPanelsContentVisible {
	padding: 15px 0 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}

.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	position: relative;
}

.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
}

.VTabbedPanels .TabbedPanelsTabSelected {
	border-bottom: solid 1px #999;
}

.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}