/* CSS Document */
body{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
}
#container{ 
	width: 780px; 
	margin: 0px auto;
}

/* inicio estilos Header */
	#header{
		height: 60px;
		border-bottom: 7px solid #14972F;
	}

	#header #logo{
		float: left;
	}

	#menu_superior{
		float: right;
	}
		#menu_superior li{
			list-style: none;
			text-indent: -9999px;
			height: 30px;
			display: inline;
			float: left;
			width: 50px;
			margin: 19px 0px 27px 0px;
			border:0px;
			text-decoration:none;
		}
			#menu_superior li.club{
				background: url('bitmaps/b_club.gif') center center no-repeat;
				width: 33px;
				border:0px;
			}
			#menu_superior li.mis_datos{
				background: url('bitmaps/b_misdatos.gif') center center no-repeat;
				width: 58px;
				border:0px;
			}
			#menu_superior li.ayuda{
				background: url('bitmaps/b_ayuda.gif') center center no-repeat;
				width: 40px;
				border:0px;
			}
			#menu_superior li.despacho{
				background: url('bitmaps/b_despacho.gif') center center no-repeat;
				width: 58px;
				border:0px;
			}
			#menu_superior li.condiciones{
				background: url('bitmaps/b_condiciones.gif') center center no-repeat;
				width: 106px;
				border:0px;
			}

		#menu_superior li a{
			display:block;
			width:100%;
			heigth:100%;
			border:0px;
			text-decoration:none;
		}
/* Fin estilos Header */
/* menu izquierdo */			
	#izquierdo{
		float: left;
		width: 140px;
		margin-bottom:20px;
	}
	
		#izquierdo ul{
			font-family: Verdana, Arial, Helvetica, sans-serif; 
			font-size: 10px; 
			list-style: none; 
			padding: 0px;
		}
	
			#izquierdo ul li{
				border-bottom:1px solid #CCC;
				text-indent:10px;
			}
	
				#izquierdo ul li a{
					color:#000;
					text-decoration:none;
					line-height:20px;
				}
	
				#izquierdo ul li ul.segundo_menu li{
					background:url(bitmaps/bullet.gif) 10px no-repeat;
					border-bottom:1px dashed #CCC;
					text-indent:20px;
				}
	
					#izquierdo ul li ul.segundo_menu li.primero{
						border-top: 1px solid #CCC;
					}
		
					#izquierdo ul li ul.segundo_menu li.ultimo{
						border-bottom:0px !important;
					}
	
			#izquierdo button#ver_compra{
				background:url('bitmaps/b_vercompras.jpg') center center no-repeat;
				margin: 6px 0px 0px 0px;
				border: 0px;
				text-indent: -9999px;
				display: block;
				width: 115px;
				height: 47px;
			}
	
/*fin menu izquierdo */
/*contenido central*/

	#main {
		margin: 0px;
		padding: 0px;
		border-top: 1px solid #ffffff;
	}
	
	#contenido{
		padding: 0px 0px 0px 20px;
		/* margin:auto; */
		margin: 0px 0px 16px 20px;
	}
	
	#contenido .producto{
		text-align:center; 
		padding:0px 0px 0px 15px;
		vertical-align:bottom;
		width: 206px;
		height: 286px;
	}	
	
			#contenido .producto a img{
				height: 106px;
				width: 138px;
			}
		
			#contenido .producto table td {
				text-align: center;
				padding-top: 10px;
			}
			
			#contenido .producto table td.imagen a img{
				height: 106px;
				width: 138px;
			}
			
		#contenido .producto .celda_detalle{
			height:50px;
		}	
		#contenido .producto .celda_detalle_centrado{
			height:49px;
			padding: 0px 0px 10px 12px;
		}			
		#contenido .producto p{
			 padding-bottom:10px; color:#880000; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; height:52px;
		}
	
		#contenido .producto ul{
			text-align:left; 
			padding:10px;
			vertical-align:top;
			display:block;
			font: 12px/100% Verdana, Arial, Helvetica, sans-serif normal;
			list-style-type:square;
			float:left;
		}
	
		#contenido .producto .detalle{
			list-style:none; 
			padding: 0px 0px 0px 10px;
			bottom:0px;
		}
		
		#contenido .producto .detalle li a{
			display:block;
			height: 54px;
			width:52px;
			text-decoration:none;
		}
		
		#contenido .producto .detalle .nombre_producto{
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-weight:bold;
			font-size:10px;
			height: 52px;
			margin: 10px 0px 10px 0px;
		}
		#contenido .producto .detalle .nombre_producto2{
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-weight:bold;
			font-size:10px;
			color:#B83636;
			height: 52px;
			margin: 10px 0px 10px 0px;
		}		
		#contenido .producto .detalle .precio{
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:10px;
		}
		
		#contenido .producto .detalle .precio_club{
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:11px;
			font-weight:bold;
			/*color:#F3971A;*/
			color:#ff6600;
			padding-bottom:10px;
			margin-bottom: 10px;
		}
		#contenido .producto .detalle .precio_club_negro{
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:10px;
			font-weight:bold;
			color:#000000;
			padding-bottom:10px;
			margin-bottom: 10px;
		}		
		#contenido .producto .detalle .comprar{
			background:url(bitmaps/b_comprar.gif) center center no-repeat;
			text-indent: -9999px;
			height: 40px;
			width: 49px;
			float:left;
			padding: 0px 0px 0px 0px;
		}
		
		#contenido .producto .detalle .ver_mas{
			background:url(bitmaps/b_ver_mas.gif) center center no-repeat;
			text-indent: -9999px;
			height: 40px;
			width:52px;
		}

	#central{
		padding: 20px 0px 20px 0px;
		.margin-top: 9px;/* IE6 e IE7 */
		float:left;
		/*width: 610px;*/
		width: 638px;
		position: relative;
	}

	#central #titulo
	{
		text-align:right; 
		height: 80px; 
		font-family:Verdana, Arial, Helvetica, sans-serif; 
		font-size:16px; 
		font-weight:bold;
		color:#F3971A; 
		margin-left:19px; 
		text-align:left;
		padding: 3px 0px 3px 0px;
	}

	#central #titulo .antinegativo
	{
		background:#ffffff; 
		display:block;
		color:#F3971A;
		position:absolute;
		/*left:220px;*/
		top: 45px;	
		width: 200px;
		padding: 3px 0px 3px 0px;
	}

	#central #titulo .negativo
	{
		background:#F3971A; 
		display:block;
		color:#FFF;
		position:absolute;
		left:220px;
		top: 45px;	
		width: 300px;
		padding: 3px 0px 3px 0px;
	}

	table { padding:0px; border-collapse:collapse; border-spacing: 0px;}
	
	.esquina_si{
		height:2px; 
		width:2px;
		background:url(bitmaps/vert_si.gif) right center no-repeat;
	}
	.esquina_sd{
		height:2px; width:2px;background:url(bitmaps/vert_sd.gif) left center no-repeat;
	}
	.linea_horizontal{
		height:1px; width:160px; background:url(bitmaps/pix_gris.gif) repeat-x;
	}
	.linea_horizontal_inf{
		height:1px; width:160px; background:url(bitmaps/pix_gris.gif) left 1px repeat-x;
	}
	.linea_vertical_derecha{
		height: 260px; width:1px; background:url(bitmaps/pix_gris.gif) right repeat-y;
	}
	.linea_vertical_izquierda{
		height: 260px; width:1px; background:url(bitmaps/pix_gris.gif) left repeat-y;
	}
	.linea_vertical_segmento{
		height:260px; width:1px; background:url(bitmaps/pixs_disc.gif) center repeat-y;
	}
	.linea_vertical_blanco{
		height:260px; width:1px; background:url(bitmaps/pixs_bco.gif) center repeat-y;
	}
	.esquina_ii{
		height: 2px; width:2px; background:url(bitmaps/vert_ii.gif) right top no-repeat
	}
	.esquina_id{
		height: 2px; width:2px; background:url(bitmaps/vert_ii.gif) right top no-repeat
	}

/*contenido central*/
	

	
/* footer */	
	#footer{
		clear:both;
		text-align:center;
		border-top: 7px solid #14972F;
		padding: 20px 0px;
		margin-top:30px;
	}
	
	#footer a{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #000;
		text-decoration: none;
	}
	
#izquierdo #menu .selected{
	font-weight: bold;
	color: #F2931D;
}

	#paginacion{
		clear:both;
		text-align:center !important;
		font-weight:bold;
		height:15px;
		padding:20px 0px 20px 250px;
		float:left;
		display:block;
	}
		#paginacion #retroceder{
			text-indent:-9999px;
			background:url(bitmaps/b_back.gif) center no-repeat;
			border:0;
			height:15px;
			width:15px;
			display:block;
			float:left;
		}
		#paginacion p{
			font-weight:bold;
			float:left;
		}
		
		#paginacion .numero_de_pagina {
			font-weight:bold;	
			font-family:Verdana, Arial, Helvetica, sans-serif;
			color:#313132;
			text-decoration: none;
			font-size: 10px;
		}
		
		#paginacion .numero_de_pagina_selecionado {
			font-weight:bold;	
			font-family:Verdana, Arial, Helvetica, sans-serif;
			color:#109439;
			text-decoration: none;	
			font-size: 11px;			
		}
		
		#paginacion #avanzar{
			text-indent:-9999px;
			background:url(bitmaps/b_forward.gif) center no-repeat;
			border:0;
			height:15px;
			width:15px;
			display:block;
			float:left;
		}
	
	#destacados {
		width: 610px;
		margin: 20px 0px 30px 30px;
	}
	
		#destacados ul{
			text-align:left; 
			font: 12px/100% Verdana, Arial, Helvetica, sans-serif normal;
			padding:15px 0px 0px 0px;
			vertical-align:top;
			display:block;
			list-style-type:square;
			float:left;
			width:250px;
			margin-left:20px;
		}
		
		#destacados li{
			margin:0px 20px 0px 20px;
		}
		
		#destacados p{
			 padding-bottom:10px; 
			 color:#880000; 
			 font-size:12px; 
			 font-weight:bold; 
			 text-align:center;
		}

		
		#container_pop #main_pop #left {
		padding-left: 10px;}