@charset "utf-8";
/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background-color: #414141;
	background-repeat:repeat-x;
}
td{
	font-size:12px;
}
img{
	border:0;
}
span.textoAlt{
	display:none;
}
.rojo		{color:#900;}
.nota		{float:none; display:block; width:auto; min-height:100%; overflow:hidden; background-color:#fafafa; border:1px solid #d8d695; color:#505500; padding:6px;}
.tit_nota	{float:none; display:block; width:auto; min-height:100%; overflow:hidden; color:#aba504; padding-bottom:6px;}
a.foto_producto	img	{border:3px solid #e6e6e6;}
a:hover.foto_producto	img	{border:3px solid #505500;}
#menu h1{
	width:350px;
	height:73px;
	background-repeat:no-repeat;
	float:left;
	position:relative;
	left:0;
	top:5px;
	margin:0;
	padding:0;
	z-index:2;
}
#menu h1 span{
	visibility:hidden;
}
#menu #fecha{
	clear:both;
	font-size:9px;
	color:#FFF;
	float:left;
	margin:28px 0 0 0;
	width:300px;
	text-align:left;
}

#menu #iconos{
	position:absolute;
	top:30px;
	left:0;
	z-index:2;
	width:300px;
	display:none;

}
#menu #iconos a{
	width:55px;
	height:56px;
	display:block;
	float:left;
}
#icoAtencion{
	background-image:url(../images/ico-atencion.png);
}
#icoComocomprar{
	background-image:url(../images/ico-comocomprar.png);
	margin-left:44px;
}
#icoEstadopedido{
	background-image:url(../images/ico-estadopedido.png);
		margin-left:44px;
}
#icoVercesta{
	background-image:url(../images/carrito.png);
	width:90px;
	height:107px;
	position:absolute;
	left:-100px;
	top:45px;
	z-index:100;
}
#icoVercesta.lleno{
	background-image:url(../images/carrito-lleno.png);
	width:90px;
	height:107px;
	position:absolute;
	left:-100px;
	top:45px;
	z-index:100;
}

#menu ul{
	margin:58px 0 0 0;
	padding:0;
	list-style:none;
}

#menu li{
	float:left;
}
#menu li a{
	display:block;
	height:58px;
	background-repeat:no-repeat;
	background-position:top;
	cursor:pointer;
}
#menu li a:hover,#menu li a.activo{
	background-position:bottom;
}
#boton1{
	width:79px;
	background-image:url(../images/btn-inicio.png);
}
#boton2{
	width:120px;
	background-image:url(../images/btn-atencion.png);
}
#boton3{
	width:99px;
	background-image:url(../images/btn-comocomprar.png);
}
#boton4{
	width:98px;
	background-image:url(../images/btn-estadopedido.png);
}
#boton5{
	width:98px;
	background-image:url(../images/btn-vercesta.png);
}


.contenedorMenu{
	margin:2px 2px 0 2px;
	width:auto;
	height:500px;
	background-color:#FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-left-color: #cccccc;	
}
.contenidoMenu{
	width:auto;
	height:400px;
	background-color:#FFFFFF;
}
.restoMenu{
	margin:2px;
	width:auto;
	height:250px;
	background-color:#eceae1;
}


#tablaPrincipal{
	background-color:#FFF;
}

.celdaMenu{
	width: 175px;
	vertical-align:top;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	background-image:url(../images/fondo-col-izq.gif);
	background-repeat:repeat-y;
}

h2{
	height:19px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	margin:0;
	background-repeat:no-repeat;
}

#titcatalogo{
	background-image:url(../images/fondoh2catalogo.gif);
	color:#FFF;
}

#buscador form,#buscador_equipaciones form{
	margin:5px 0 0 10px;
}
#buscador select,#buscador_equipaciones select{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width:150px;
	margin-bottom:5px;
}
#buscador input{
	width:112px;
	margin-bottom:5px;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
#buscador input.boton{
	width:30px;
	margin-bottom:5px;	
}

.celdaMenu ul{
	margin:0 0 30px 0;
	padding:0;
	list-style:none;
	list-style-image:none;

}
.celdaMenu ul li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;

	margin: 0 3px 0 3px;
	border-bottom:solid 1px #ccc;
}

.celdaMenu ul li a{
	text-decoration:none;
	color:#000;
	padding-left:15px;
	background-image:url(../images/icolist.gif);
	background-repeat:no-repeat;
	background-position:5px 8px;
	display:block;
	width:150px;
	padding: 3px 0 3px 20px; 
}

.celdaMenu ul ul{
	margin:0 0 0 0;
	padding:0;
	list-style:none;
	list-style-image:none;
}
.celdaMenu ul ul li a{
	text-decoration:none;
	padding-left:15px;
	background-image:url(../images/icolist.gif);
	background-repeat:no-repeat;
	background-position:25px 8px;
	display:block;
	width:130px;
	padding: 3px 0 3px 40px; 
	background-color:#FFFFFF;
}
.celdaMenu ul ul li a:hover{
	background-color:#DCDCDC;
}
.celdaMenuDer{
	width: 175px;
	vertical-align:top;
	background-color:#eceae1;
}

.celdaMenuDer div{

	background-color:#FFF;
	margin:4px;
	padding-top:8px;
	padding-bottom:8px;
}
.celdaMenuDer div.rendondeado h3{
	font-size:13px;
	background-color:#ff00ff;
	padding:0 0 0 10px;
	margin:0 0 0 0;
	color:#FFF;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	clear:both;
	background-repeat:no-repeat;
	height:18px;
}
.celdaMenuDer div.rendondeado{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#f7f7f6;
}
.celdaMenuDer div.rendondeado p{
	padding:10px 10px 0 10px;
	margin:0;
}

hr{
	border:0;
	background-image:url(../images/hr.gif);
	margin:10px 0 10px 0;
	padding:0;
	height:2px;
}

#buscador_equipaciones h3{
	background-color:#00adfa;
}
#buscador_equipaciones input.boton{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	width:50px;
	margin-left:100px;
}

#contacte_ahora{
	height:353px;
	background-image:url(../images/fondocontacteahora.gif);
	background-repeat:no-repeat;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}
#contacte_ahora input, #newsletter input{
	margin-left:80px;
}
#contacte_ahora .campo,#newsletter .campo{
	padding:2px;
	border:solid 1px #CCC;
	width:140px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-left:0;
}
#contacte_ahora form{
	padding:205px 5px 0 10px;
}

#newsletter form{
	padding:10px 5px 0 10px;
	margin:0;
}


.articulo{
	width:212px;
	clear:none;
	float:left;
	height:410px;
	overflow:hidden;
	display:block;
}
.articulo .etiqueta{
	position:relative;
	top:0;
	left:0;
	z-index:3;
}
.info_articulo{
	width:200px;
	border:solid 1px #CCC;
	position:relative;
	top:-33px;
	left:10px;
	z-index:2;
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#fff;
}
.info_articulo a{
	color:#505500;
	font-weight:bold;
	font-size:12px;
}

.textos_articulo{
	padding:5px;
	height:90px;
	color:#636363;
	display:block;
	float:left;
	width:190px;
	
}
span.tipoarticulo{
	color:#757f00;
}
.boton_articulo{
	padding:5px;
	text-align:right;
}

span.estado{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;	
	color: #ff0000;
	text-align: right;
	padding: 0px 10px 0px 0px;
}

.precios{
	height:56px;
	background-color:#efefef;
	padding:5px 5px 5px 5px;
}
.antes{
	width:40%;
	color:#6a7400;
	font-size:11px;
	font-weight:bold;
	float:left;
	clear:none;
	height:38px;
	padding-top:12px;
}
.antes_voferta1{
	width:auto;
	color:#9d9d9d;
	font-size:11px;
	font-weight:bold;
	float:left;
	clear:none;
	height:38px;
	padding-top:12px;
	padding-right:3px;
	
}
.antes_voferta{
	width:auto;
	color:#6a7400;
	font-size:11px;
	font-weight:bold;
	float:left;
	clear:none;
	height:38px;
	padding-top:12px;
	padding-right:3px;
	
}

.ahora{
	padding-top:0;
	height:50px;
	float:left;
	clear:none;
	width:60%;
	color:#ff0000;
	font-size:14px;
	font-weight:bold;
	text-align:right;

}
.texto_min{
	font-size:10px;
	}
.desde{
	padding-top:0px;
	height:50px;
	float:right;
	clear:none;
	width:auto;
	color:#ff0000;
	font-size:12px;
	font-weight:bold;
	text-align:right;

}

.precionumantes{
	font-size:18px;
}
.precionumahora{
	font-size:36px;
}
.precionumahora{
	font-size:26px;
}

.btncomprar{
	position:relative;
	left:0;
	top:-33px;
	padding:0;
	float:right;
	clear:both;
}
h4{
	text-align:center;
	padding:20px;
	font-size:14px;
	color:#666666;
}

#detalleArticulo{
	padding-top:5px;
	float:left;
}
#imagenArticulo{
	padding:5px;
	border:1px solid #CCC;
	background-image:url(../images/bgimagenarticulo.jpg);
	background-color:#FFF;
	float:left;
	width:365px;
	height:365px;
	background-repeat:repeat-x;
}

#infoArticulo{
	float:left;
	padding-left:5px;
	padding-right:5px;
	width:246px;
	height:377px;

	display:block;
}
#infoArticulo img.logo{
	float:right;
}

#infoArticulo .desc{
	height:80px;
	overflow:auto;
	float:left;
	clear:both;
	width:246px;
	display:block;
	margin-top:10px;
}
#infoArticulo .desc2{
	float:left;
	clear:both;
	width:246px;
	display:block;
	margin-top:14px;

}
#infoArticulo  p{
	margin:0;
	padding:0;
}
#detalleArticulo h5{
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#505500;
	text-decoration:underline;
	clear:both;
	
}

a.btnAmpliarImagen{
	background-image:url(../images/ico-ampliar.gif);
	background-repeat:no-repeat;
	padding: 5px 0 5px 25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold; 
	color:#f93;
	float:left;	
}
#infoArticulo .precios{
	background-color:#efefef;
	clear:both;
}

#infoArticulo .antes{
	width:30%;
	color:#6a7400;
	font-size:11px;
	font-weight:bold;
	float:left;
	clear:none;
	height:30px;
	padding-top:12px;
}


#infoArticulo .ahora{
float:right;
}

#subTotal{
	float:none;
	clear:both;
	border-bottom:1px dashed #ddd;
	border-top:1px solid #000;
	padding:6px 0px 6px 0px;
	width:630px;
}
#tablaPlazo{
	float:none;
	clear:both;
	border-bottom:1px solid #000;
	padding:6px 0px 6px 0px;
	margin:0px 0px 6px 0px;
	width:630px;
}

#tituloSubtotal{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	background-color:#000000;
	padding:2px 10px;
	float:left;
}
#cantidadSubtotal, #cantidadSubtotal2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;	
	color:#ff0000;
	padding:1px 10px 1px 10px;
}
#ayudaSubtotal{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ff0000;
	padding:1px 10px 1px 10px;
	float:left;
	clear:both;

}
#avisoSubtotal{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;
	padding:1px 10px 1px 10px;
	float:right;
}
#detalleCompra{
	clear:both;
}
#detalleCompra table{
clear:both;
}
#pasosCompra{
	margin-top: 10px;
}
#pasosCompra td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#505500;
}


#pasosCompra td.num{
	text-align:center;
	vertical-align:top;
	width:50px;
}

.colorCompleto{
	display:block;
	width:37px;
	height:44px;
	float:left;
	font-size:17px;
	cursor:pointer;	
}
.colorMitad{
	display:block;
	width:37px;
	height:22px;
	float:left;
	background-color:#FFFFFF;
	font-size:17px;
	cursor:pointer;	
}
.color1{
	display:block;
	width:37px;
	height:20px;
	float:left;	
	overflow:hidden;
}
.color2{
	display:block;
	width:37px;
	height:20px;
	clear:both;
	float:left;	
	margin-top:2px;
	overflow:hidden;
}
.blanco{
	background-image:url(../images/color-blanco.gif);
	background-repeat:no-repeat;
	display:block;
	width:37px;
	height:20px;
	float:left;	
	overflow:hidden;
}
.separadorcolor{
	display:block;
	width:9px;
	height:41px;
	float:left;
	background-image:url(../images/separador.gif);
}
#colorActual, #colorNumActual{
	clear:both;
	padding:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#a6aab1;
	margin:0;
}
.talla{
	float:left;
	text-align:center;
}
.contador{
	float:none;
	background-image:url(../images/fondo-cantidad.gif);
	background-repeat:no-repeat;
	width:79px;
	height:22px;
	padding:1px;
}
.contador input{
	text-align:center;
	width:20px;
	padding:0;
	border:0;
	background:none;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position:relative;
	top:-5px;
}

#tablaNombres input{
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#00b2e8;
}

#tituloCesta{
	background-image:url(../images/fondo-tit-cesta.gif);
	background-repeat:repeat-x;
	height:24px;
}
#tituloCesta h4{
	display:block;
	height:24px;
	width:160px;
	background-image:url(../images/tit-cestacompra.gif);
	padding:0;
	margin:0;
}
#tituloCesta h4.presupuesto{
	display:block;
	height:24px;
	width:253px;
	background-image:url(../images/tit_presupuesto.gif);
	padding:0;
	margin:0;
}
#tituloCesta h4.estado{
	width:155px;
	background-image:url(../images/tit_estado.gif);
}

td.cabecera{
	background-color:#e5e5e5;
	padding:5px 20px 5px 20px;
}
td.filanormal {
	padding:5px 20px 5px 5px;
	border-bottom:dashed 1px #000;
}
td.filanormal td{
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
td.cabecera table, td.filanormal table{
	/* width:100%; */
}
td.cabecera td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}

td.filanormal td.masinfo{
	font-size:10px;
	color:#666666;
	padding-top:10px;
}

#mensaje_error{
	padding:1px;
	margin:10px;
	background-color:#e5e5e5;
		padding:20px;
}

.botonera_cesta{
	border-top: solid 1px #d5d5d5;
	padding:7px;
}
.botonera_cesta a{
	display:block;
	height:20px;
	background-repeat:no-repeat;
}
#btn_seguircomprando{
	float:left;
	width:140px;
	background-image:url(../images/bot_seguircomprando.gif);
}

#btn_generarpresupuesto{
	float:right;
	width:159px;
	background-image:url(../images/bot_presupuesto.gif);
	margin-right:20px;
}
#btn_imprimirpedido{
	float:right;
	width:128px;
	background-image:url(../images/bot_imprimirpedido.gif);
}
#btn_realizarpedido{
	float:right;
	width:121px;
	background-image:url(../images/bot_realizarpedido.gif);
}

#btn_recibirpresu{
	float:right;width:258px;
	background-image:url(../images/bot_recibirpresu.gif);
}
#btn_aceptarpresupuesto{
	float:right;width:159px;
	background-image:url(../images/bot_aceptarpresu.gif);
}
#btn_imprimirpresupuesto{
	float:right;width:159px;
	background-image:url(../images/bot_imprimirpresu.gif);
	margin-right:20px;
}
#btn_anterior{
	float:right;width:88px;
	background-image:url(../images/bot_anterior.gif);
	margin-right:20px;
}
#btn_imprimirpag{
	float:right;width:155px;
	background-image:url(../images/bot_imprimirpagina.gif);

}
.btn_cambiar{
display:block;
	height:20px;
	background-repeat:no-repeat;
	float:left;
	width:84px;
	background-image:url(../images/bot_cambiar.gif);
	margin-top:5px;

}
.celdaform{
	border-top: solid 1px #d5d5d5;	
	padding:2px;
}
.celdaform table{
	width:100%;
}

.tablaFormDatos table td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#555555;
}
.tablaFormDatos table td .asterisco{
	color:#ff0000;
}
.tablaFormDatos table td input{
	width:180px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#607200;
}
.tablaFormDatos table td textarea{

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#607200;
}
.tablaFormDatos table td select{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#607200;
	width:150px;
}
.tituloform{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	padding:5px 15px 5px 15px;
	background-color:#e5e5e5;
}

#titEstado{
	background-image:url(../images/tit-h2-estado.gif);
	height:55px;
	width:635px;
	margin:0;
	padding:0;
	border:0;
}
#titAtencion{
	background-image:url(../images/tit-h2-atencion.gif);
	height:55px;
	width:635px;
	margin:0;
	padding:0;
	border:0;
}
#titGastos{
	background-image:url(../images/tit-h2-gastos.gif);
	height:55px;
	width:635px;
	margin:0;
	padding:0;
	border:0;
}
#titDudas{
	background-image:url(../images/tit-h2-dudas.gif);
	height:55px;
	width:635px;
	margin:0;
	padding:0;
	border:0;
}
#titQuienes{
	background-image:url(../images/tit-h2-quienes.gif);
	height:55px;
	width:635px;
	margin:0;
	padding:0;
	border:0;
}
#titPolitica{
	background-image:url(../images/tit-h2-politica.gif);
	height:55px;
	width:635px;
	margin:0;
	padding:0;
	border:0;
}
#titSerigrafia{
	background-image:url(../images/tit-h2-serigrafias.gif);
	height:55px;
	width:635px;
	margin:0;
	padding:0;
	border:0;
}
#titFormaspago{
	background-image:url(../images/tit-h2-formasdepago.gif);
	height:55px;
	width:635px;
	margin:0;
	padding:0;
	border:0;
}
#titAvisolegal{
	background-image:url(../images/tit-h2-aviso.gif);
	height:55px;
	width:635px;
	margin:0;
	padding:0;
	border:0;
}
#titCondiciones{
	background-image:url(../images/tit-h2-condiciones.gif);
	height:55px;
	width:635px;
	margin:0;
	padding:0;
	border:0;
}
#titComocomprar{
	background-image:url(../images/tit-h2-comocomprar.gif);
	height:55px;
	width:635px;
	margin:0;
	padding:0;
	border:0;
}
#titEscuelas{
	background-image:url(../images/tit-h2-clubs.gif);
	height:55px;
	width:635px;
	margin:0;
	padding:0;
	border:0;
}
#titColegios{
	background-image:url(../images/tit-h2-colegios.gif);
	height:55px;
	width:635px;
	margin:0;
	padding:0;
	border:0;
}
#titLigas{
	background-image:url(../images/tit-h2-ligas.gif);
	height:55px;
	width:635px;
	margin:0;
	padding:0;
	border:0;
}

#titRecibe{
	background-image:url(../images/tit-h2-recibe.gif);
	height:55px;
	width:635px;
	margin:0;
	padding:0;
	border:0;
}
.contenidoSeccion td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
}

.textosBlabla{
	padding:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:17px;
}

.textosBlabla a{
	color:#00b4ff;
	text-decoration:none;
}
.textosBlabla a:hover{
	text-decoration:underline;
}
.textosBlabla h5{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:underline;
	font-weight:normal;
	padding:0;
	margin:0;

}
.comocomprar b{
	color:#656c00;
	text-decoration:underline;	
}
.comocomprar .imagen img{
	border:solid 1px #000;
}
.comocomprar .imagen{
	text-align:center;
}
.colectivos td{
	padding:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:17px;
	vertical-align:top;
}
.colectivos b{
	color:#00b4ff;
}