HTML{
	font-family: verdana, arial;
	font-size:10pt;
}
.pestanas{
	width: 260;
	margin: 2px 10px 0px;
}
.cuerpopestanas{

	color: ffffff;
	clear:both;
	margin:0px;
	padding:4px;
	height: 127px;
	overflow: auto;
	background-color: #F07B08;
}
.pestanas ul{
	margin:0px;
	padding:0px;
	list-style: none;
}
.pestanas li{
	float:left;
	margin:0px 1px 0px 0px;
	padding:4px 3px 4px 6px;
	font-size:8pt;
	width: 73px;
}
li.pestanainactiva{
	background-color: #F2911D;
	color: #eeeeee;
}
li.pestanainactiva a{
	color: #eeeeee;
}
li.pestanaseleccionada{
	background-color: #F07B08;
	color: #ffffff;
	font-weight: bold;
}
li.pestanaseleccionada a{
	color: #ffffff;
}