div.ficha_pestanas .header
{
	float:left;
	position:absolute;
	width:20px;
}

div.ficha_pestanas .contenido 
{
	width:350px;
}

div.ficha_pestanas .contenido table.pestanas_productos
{
	margin-left:2px;
	width:350px;
}
	
div.ficha_pestanas .contenido table.pestanas_productos td
{
	background-color:#c95807;
	border-right: 2px solid white;
	color:white;
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:23px;
	margin-right:2px;
	text-align:center;
}
	
div.ficha_pestanas .contenido table.pestanas_productos td.sel
{
	background-color:#f28530
}

div.ficha_pestanas .contenido a
{
	color:#ffffff;
	float:left;
	font-size: 1.2em;
	margin-left:8px;
	margin-top:5px;
}



