@charset "UTF-8";

.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: right;
	clear: none;
	width: 635px;
	height: 485px;
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}

.TabbedPanelsTab {
	top: 1px;
	float: left;
	padding: 4px 7px;
	margin: 0px 1px 0px 0px;
	font: normal 0.6em sans-serif;
	background-color: #999999;
	list-style: none;
	border-left: solid 1px #4e4e4e;
	border-bottom: solid 1px #4e4e4e;
	border-top: solid 1px #4e4e4e;
	border-right: solid 1px #4e4e4e;
	cursor: pointer;
	text-align: center;
	color: #FFF;
}
.TabbedPanelsTabHover {
	background-color: #666666;
	color: #E3BD63;
}
.TabbedPanelsTabSelected {
	background-color: #313131;
	border-bottom: 1px solid #313131;
}

.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 1px #4e4e4e;
	border-bottom: solid 1px #4e4e4e;
	border-top: solid 1px #313131;
	border-right: solid 1px #4e4e4e;
	background-color: #313131;
	height: 369px;
}

.TabbedPanelsContent {
	height: 370px;
	background-color: #E3BD63;
	margin: 10px;
}

.TabbedPanelsContentVisible {
}

.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #999999;
	position: relative;
	border-top: solid 1px #313131;
	border-right: solid 1px #313131;
	border-left: solid 1px #999999;
	border-bottom: solid 1px #999999;
}

.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}

.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}
.tx_fichas {
	font-family:Verdana, Geneva, sans-serif;
	color:#313131;
	font-size:0.75em;
	text-decoration: none;
	line-height: 14px;
}
.tx_fichas a:hover{
	color: #709300;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
}

#P-ficha{
	float: left;
	width: 227px;
	height:45px;
	margin-top: 10px;
	margin-left: 8px;
	background-color: #D3DEAF;
	padding-left: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}
#P-material{
	float: left;
	width: 240px;
	height:285px;
	margin-left: 8px;
	margin-top: 10px;
}
#P-foto_obra{
	float: right;
	width: 360px;
	height:350px;
	margin-top: 10px;
	margin-right: 8px;
	margin-left: 8px;
}

