.tabs {
	float: left;
	width: 100%;
	line-height: normal;
	background-image: url("temas/terrafirma/images/tabs_bg.gif");
}
.tabs ul {
	margin: 0;
	padding: 0 0 0;
	list-style: none;
}
.tabs li {
	float: left;
	background: url("temas/terrafirma/tab_bg.gif") no-repeat left top;
	margin: 0;
	margin-left: 0;
	margin-right: 2px;
	padding: 0 0 0 10px;
	line-height: 18px;
}
.tabs li.current {
	background: url("temas/terrafirma/tab_sel_bg.gif") no-repeat left top;
	margin-right: 2px;
}
.tabs span {
	float: left;
	display: block;
	background: url("temas/terrafirma/tab_end.gif") no-repeat right top;
	padding: 0px 10px 0 0;
}
.tabs .current span {
	background: url("temas/terrafirma/tab_sel_end.gif") no-repeat right top;

}
.tabs a {
	text-decoration: none;
	font-family: Verdana, Arial;
	font-size: 12px;
    text-transform: capitalize;
}
.tabs a:link, .tabs a:visited, .tabs a:hover {
	color: black;
}
.tabs a:hover {

}
.tabs .current {

}
.tabs .current a, .tabs .current a:link, .tabs .current a:visited {

}
.panel_wrapper div.panel {
	display: none;
}
.panel_wrapper div.current {
	display: block;
	width: 100%;
	height: 431px;
	overflow: visible; /* Should be auto but that breaks Safari */
}
.panel_wrapper {
	border: 1px solid #919B9C;
	border-top: 0px;
	padding: 10px;
	padding-top: 5px;
	clear: both;
	background-color: white;
}
fieldset {
	border: 1px solid #919B9C;
	font-family: Verdana, Arial;
	font-size: 12px;
	padding: 0;
	margin: 0;
	padding: 4px;
    text-transform: capitalize;
}
legend {
	color: #0A0D90;
	font-weight: bold;
    text-transform: capitalize;
/*  border: 1px solid gray;
  margin-top : 2px;
  padding-left: 2px;
  padding-right: 2px;*/
}
