
.pestanas{
	width: 350px;
}
.cuerpopestanas{
	background-color: #ffff99;
	border: 1px solid #cc8800;
	clear:both;
	margin:0px;
	padding:4px;
	height: 300px;
	overflow: auto;
}
.pestanas ul{
	margin:0px;
	padding:0px;
	list-style: none;
}
.pestanas li{
	float:left;
	margin:0px 4px 0px 0px;
	padding:2px 4px 2px 4px;
	border-top: 1px solid #cc8800;
	border-left: 1px solid #cc8800;
	border-right: 1px solid #cc8800;
	background-color: #cccc99;
	color: #666666;
	font-size:8pt;
}
li.pestanaseleccionada{
	background-color: #ffff99;
	color: #000000;
	font-weight: bold;
}