
div.menu_pestanas
{
	margin: 0px auto;
	width: 542px;
	height: 25px;
	overflow: hidden;
	z-index: 1;
	
	border-bottom: 1px solid #003300;
	margin-top: 20px;
}

	div.pestana,
	div.pestana_select
	{
		top: 5px;
		height: 15px;
		border-width: 1px;
		border-style: solid;
		border-color: #669966 #669966 white #669966;
		
		color: #669966;
		
		width: auto;
		padding: 3px 10px;
		float: left;
		z-index: 2;
		
		text-transform: capitalize;
		cursor: pointer;
	}
	
	div.pestana_select
	{
		border-color: #003300 #003300 white #003300;
		border-width: 1px;
		top: 0px;
		height: 20px;
		padding: 3px 10px;
		background-color: #003300;
		color: white;
	}
	

div.contenido_pestanas
{
	margin: 0px auto;
	padding-top: 8px;
	width: 540px;
	height: auto !important;
	height: 100px;
	min-height: 100px;
	
	border-bottom: 1px solid #003300;
	border-left: 1px solid #003300;
	border-right: 1px solid #003300;
	
	padding-bottom: 10px;
}
	
div.contenido_pestanas_oculto
{
	height: 0px !important;
	overflow: hidden;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
	
div.contenido_pestanas h3.titulo_pestana
{
	text-align: left;
	margin: 0px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	color: #003300;
	
	font-style: italic;
}
	


table.caracteristicas_producto
{
	width: 500px;
	margin: 0px auto;
	
	border-top: 1px solid #003300;
	border-bottom: 1px solid #003300;
	border-left: 1px solid #003300;
	border-right: 1px solid #003300;
}


table.caracteristicas_producto th,
table.caracteristicas_producto td
{
	font-size: 10px;
	padding: 4px 10px;
}


table.caracteristicas_producto th
{
	padding: 2px 5px 2px 10px;
	text-align: left;
	font-weight: bold;
	
	border-right: 2px solid #003300;
	background-color: white;
	color: #003300;
}


table.caracteristicas_producto td
{
	
	text-align: left;
	color: #003300;
}

table.caracteristicas_producto tr.confondo th,
table.caracteristicas_producto tr.confondo td
{
	background-color: #99cc99;
}

table.centrado td
{
	text-align: center;
}

tr.confondooscuro th,
tr.confondooscuro td
{
	background-color: #003300;
	color: white;
}

tr.titulo_tabla th
{
	background-color: #003300;
	color: #99cc99;
	text-align:center;
}
