.panel {
	clear: both;
	display: none;
	padding: 1em;
}

.panel.active-tab-body {
	display: block;
}
#tabs {
	list-style: none;
}

#tabs li {
	float: left;
}

#tabs a {
	float: left;
	/*padding: 5px 8px;*/
	margin-left: 6px;
	text-decoration: none;
}

#tabs a.active-tab {
}
#tabs {
	width: 100%;
	margin-bottom: 20px;
	overflow: auto;
	clear: both;
	display: block;
}
ul#selectores {
	width: 100%;
	overflow: auto;
	margin-top: 10px;
}
#selectores li {
	display: block;
	float: left;
	margin-left: 15px;
}
#selectores a, #selectores a:active, #selectores a:visited {
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	background-color: #CCCCCC;
	text-align: center;
	border: 1px solid #999999;
	display: block;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
}
#selectores a:hover {
	font-weight: bold;
	color: #333333;
	background-color: #EBEBEB;
	text-align: center;
	border: 1px solid #999999;
	display: block;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
	text-decoration: none;
}
#selectores a.active-tab {
	color:#CC0000;
}
