/* CLASES DE ESTILOS PARA LAS PESTA�AS DE SELECCION TIPO MENU */
.pestIzqNoSelec {
	background-image:url(//imagenes.bolsamania.com/pestIzqNoSelec.jpg);
	width:5px;
	height:25px;
	background-repeat:no-repeat;
	float:left;
}

.pestCentralNoSelec{
	background-image:url(//imagenes.bolsamania.com/pestCentralNoSelec.jpg);
	height:25px;
	background-repeat:repeat-x;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#737373;
	font-size:7.5pt;
	cursor:pointer;
	float:left;
	white-space:nowrap;
	line-height:23px;
	padding-left:2px;
	padding-right:2px;
}

.pestCentralNoSelec:hover{
	text-decoration:underline;
}

.pestDerNoSelec {
	background-image:url(//imagenes.bolsamania.com/pestDerNoSelec.jpg);
	width:5px;
	height:25px;
	background-repeat:no-repeat;
	float:left;
}

.pestEspacio {
	width:0.2pt;
	height:25px;
	border-bottom:1px solid #cdcdce;
}

.cajaPest{
	border-left:1px solid #cdcdce;
	border-right:1px solid #cdcdce;
	border-bottom:1px solid #cdcdce;
	border-top:1px solid #cdcdce;
	width: 100%;
	margin-top:-1px;
	float:left;
	z-index:9;
	position: relative;
	/*margin-bottom: 10px;*/
}

.pestIzqSelec{
	background-image:url(//imagenes.bolsamania.com/pestIzqSelec.jpg);
	width:5px;
	height:25px;
	background-repeat:no-repeat;
	float:left;
}

.pestCentralSelec{
	background-image:url(//imagenes.bolsamania.com/pestCentralSelec.jpg);
	height:25px;
	background-repeat:repeat-x;
	color:#000000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:7.5pt;
	font-weight: bold;
	cursor:pointer;
	float:left;
	white-space:nowrap;
	line-height:23px;
	padding-left:2px;
	padding-right:2px;
}

.pestDerSelec{
	background-image:url(//imagenes.bolsamania.com/pestDerSelec.jpg);
	width:5px;
	height:25px;
	background-repeat:no-repeat;
	float:left;
}

.pestLineaFondo {
	background-image:url(//imagenes.bolsamania.com/barraPest.gif);
	height:20px;
	background-repeat:repeat-x;
	white-space:nowrap;
	line-height:20px;
}
