/*ESTILO PESTAŅAS NIVEL 1*/
.fondo_tab_seleccionado
{
  background: 			#FFFCF0;
  opacity: 					.9; 
  filter: 					alpha(Opacity=90);	
  color: 						#000000;
  cursor: 					pointer;
  width: 						130px;
  height: 					20px;
}
.fondo_tab_no_seleccionado
{
  background: 			#EDEAE1;
	opacity: 					.9; 
  filter: 					alpha(Opacity=90);	
  color:						#9F7F00;
  cursor:						pointer;
  width: 						130px;
  height: 					20px;
}
.fondo_div_seleccionado
{
  background: 			#FFFCF0;
  opacity: 					.9; 
  filter: 					alpha(Opacity=90);	
  color:						#000000;
  /*width: 						90%;*/
  overflow:					auto; 
  scrollbar-track-color:#CCC;
}
.fondo_div_no_seleccionado
{
  /*width: 						90%;*/
  height:						0px;
  visibility:				hidden;
}
/*FIN ESTILO PESTAŅAS NIVEL 1*/


/*ESTILO PESTAŅAS NIVEL 2*/
.fondo_tab_seleccionado_n2
{
  background: 			#f0f0f0 ;
  opacity: 					.9; 
  filter: 					alpha(Opacity=90);	
  color: 						#000000;
  cursor: 					pointer;
  width: 						130px;
  height: 					20px;
}
.fondo_tab_no_seleccionado_n2
{
  background: 			#9f9f9f;
	opacity: 					.9; 
  filter: 					alpha(Opacity=90);	
  color:						#666666;
  cursor:						pointer;
  width: 						130px;
  height: 					20px;
}
.fondo_div_seleccionado_n2
{
  background: 			#f0f0f0 ;
  opacity: 					.9; 
  filter: 					alpha(Opacity=90);	
  color:						#000000;
  /*width: 						90%;*/
  overflow:					auto; 
  scrollbar-track-color:#CCC;
}
.fondo_div_no_seleccionado_n2
{
  /*width: 						90%;*/
  height:						0px;
  visibility:				hidden;
}
/*FIN ESTILO PESTAŅAS NIVEL 2*/