

/* ---- ESTILOS REFERENTES A LA PORTADA HOME DE LA WEB ----*/	

#colum1{ width:358px; float:left; margin-bottom:30px; }
#colum2{ width:271px; float:left; }
#colum3{ width:327px; float:left; }

.oculto{ display:none;}

#contenedor h3{
	font-size:1.7em;
	letter-spacing:-0.05em;
	position:absolute;
	z-index:10;
	font-family: Arial, Helvetica, sans-serif;
}

#contenedor h4{
	font-size:0.9em;
	position:absolute;
	z-index:20;
	color:#FFFFFF;
}


/* ---- ESTILOS PASTILLA FUTBOL ----*/	

.boxFutbol{
	position:relative;
	top:-19px;
}
	.boxFutbol a{
		display:block;
		width:353px;
		height:254px;
		background: url(../images/pastilla-futbol.jpg) no-repeat 0 0;
	}
	.boxFutbol a:hover{
		background: url(../images/pastilla-futbol.jpg) no-repeat 0 -254px;
	}
	
/* ---- ESTILOS PASTILLA EQUIPACIONES PERSONALIZADAS ----*/	

h3.tituloTransfer{
	margin-left:188px;
	margin-top:180px;
}

.boxTransfer{
	position:relative;
	top:-19px;
}
	.boxTransfer a{
		display:block;
		width:353px;
		height:174px;
		background: url(../images/pastilla-transfer.jpg) no-repeat 0 0;
		margin-top:8px;
	}
	.boxTransfer a:hover{
		background: url(../images/pastilla-transfer.jpg) no-repeat 0 -174px;
	}
	

/* ---- ESTILOS PASTILLA TRAINING Y PASEO ----*/	

h3.tituloTraining{
	margin-left:10px;
	margin-top:270px;
}
h4.subtituloTraining{
	margin-left:230px;
	margin-top:285px;
}

.boxTraining{
	position:relative;
	top:-5px;
}
	.boxTraining a{
		display:block;
		width:326px;
		height:314px;
		background: url(../images/pastilla-training.jpg) no-repeat 0 0;
	}
	.boxTraining a:hover{
		background: url(../images/pastilla-training.jpg) no-repeat 0 -314px;
	}
	
	
/* ---- ESTILOS PASTILLA ACCESORIOS Y BOLSAS ----*/	

h3.tituloBolsas{
	margin-left:0px;
	margin-top:15px;
}
h4.subtituloAccesorios{
	margin-left:205px;
	margin-top:25px;
}

.boxBolsas{
	position:relative;
	top:-5px;
}
	.boxBolsas a{
		display:block;
		width:306px;
		height:136px;
		background: url(../images/pastilla-accesorios.jpg) no-repeat 0 0;
		margin-top:45px;
	}
	.boxBolsas a:hover{
		background: url(../images/pastilla-accesorios.jpg) no-repeat 0 -136px;
	}
	

/* ---- ESTILOS PASTILLA BASKET ----*/	

h3.tituloBasket{
	margin-left:160px;
	margin-top:0px;
	writing-mode: tb-rl;
	filter:  fliph flipv;
}

.boxBasket{
	position:relative;
	top:-9px;
}
	.boxBasket a{
		display:block;
		width:262px;
		height:293px;
		background: url(../images/pastilla-basket.jpg) no-repeat 0 0;
	}
	.boxBasket a:hover{
		background: url(../images/pastilla-basket.jpg) no-repeat 0 -293px;
	}
	
	
/* ---- ESTILOS PASTILLA ATLETISMO VOLEIBOL ----*/	

h3.tituloAtletismo{
	margin-left:4px;
	margin-top:140px;
}
#contenedor h3.subtituloAtletismo{
	margin-left:4px;
	margin-top:125px;
	font-size:1.1em;
}

.boxAtletismo{
	position:relative;
	top:-9px;
}
	.boxAtletismo a{
		display:block;
		width:268px;
		height:181px;
		background: url(../images/pastilla-voleibol.jpg) no-repeat 0 0;
	}
	.boxAtletismo a:hover{
		background: url(../images/pastilla-voleibol.jpg) no-repeat 0 -181px;
	}