@charset "UTF-8";
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	clear: none;
	width: 100%;
}
.TabbedPanelsTabGroup {
	margin:1px 0 0 12px;
	padding:0;
}
.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	background-image:url(../images/cont_btn.png);
	background-repeat:no-repeat;
	font-size:12px;
	width:79px;
	height:31px;
	text-align:center;
	/* 	estilo del texto de las pestañas ==> font: bold 0.7em sans-serif; 
		estilo del background de las pestañas no seleccionadas ==> background-color: #DDD;
		estilo del borde entre tab ==> border-left: solid 1px #CCC;
		border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	*/
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}
.TabbedPanelsTabHover {
/* estilo tab hover  ==> background-color: #CCC; */
}
.TabbedPanelsTabSelected {
/*	estilo tab seleccionado
	background-color: #EEE;
	border-bottom: 1px solid #EEE;*/ 
}
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}
.TabbedPanelsContentGroup {
	clear: both;/*
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	background-color: #EEE;
	*/
}
.TabbedPanelsContent {
	
}
.VTabbedPanels .TabbedPanelsTabGroup {
/*
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	*/
}
.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}
.valign {
	padding-top:10px;
	position: relative;
	top: 1px;
	float: left;
	margin: 0px 1px 0px 0px;
	/*background-image:url(../images/cont_btn.png);*/
	background-repeat:no-repeat;
	font-size:12px;
	text-align:center;
	height:25px;
	width:100%;
	/* 	estilo del texto de las pestañas ==> font: bold 0.7em sans-serif; 
		estilo del background de las pestañas no seleccionadas ==> background-color: #DDD;
		estilo del borde entre tab ==> border-left: solid 1px #CCC;
		border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	*/
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}