@charset "utf-8";
/* CSS Document */
head{
	padding:0px;
	margin:0px;
}
body{
	background-color:#FFF;
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
}
.cabecera{
	width:875px;
	height:125px;
	padding:0;
	margin:0;
}
.cuadro_buscador{
	border-bottom:1px solid #C6C7C9;
	border-top:1px solid #C6C7C9;
	border-left:none;
	border-right:none;
	padding:0;
	margin:0;
	height:19px;
	width:130px;
	float:left;
	color:#C6C7C9;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.boton_buscador{
	background-image:url(../imagenes/boton_buscador.gif);
	width:29px;
	height:21px;
	padding:0;
	margin:0;
	background-repeat:no-repeat;
	border:none;
	border-color:transparent;
	background-color:transparent;
	float:left;
}
.boton_buscador:hover{
	background-image:url(../imagenes/boton_buscador2.gif);
	cursor:pointer;
}
.menu{
	padding:0;
	margin:0;
}
.menu a {
	display:block;
	border:none;
	background-repeat:no-repeat;
	overflow:hidden;
	width:145px;
	height:20px;
	margin-top:5px;
}
.menu a:hover { background-position: 0 -20px; text-decoration: none; }
.menu .alt { display:none; }
.menu .title { display:none; }
.menu a.s { background-position: 0 -20px; }
.menu a#home { background-image: url(../imagenes/link_home.gif) }
.menu a#quienes_somos { background-image: url(../imagenes/link_quienes_somos.gif) }
.menu a#tiendas { background-image: url(../imagenes/link_tiendas.gif) }
.menu a#productos { background-image: url(../imagenes/link_productos.gif) }
.menu a#como_comprar { background-image: url(../imagenes/link_como_comprar.gif) }
.menu a#como_vender { background-image: url(../imagenes/link_como_vender.gif) }
.menu a#contacto { background-image: url(../imagenes/link_contacto.gif) }
.menu a#faqs { background-image: url(../imagenes/link_faqs.gif) }
.menu a#ficha_productor { background-image: url(../imagenes/link_ficha_productor.gif); width:180px; }
.menu a#productos { background-image: url(../imagenes/link_productos.gif) }
.menu a#cesta { background-image: url(../imagenes/link_cesta.gif) }
.menu a#ofertas { background-image: url(../imagenes/link_ofertas.gif) }

.linea_larga{
	background-image:url(../imagenes/linea_oscura.gif);
	background-repeat:repeat;
	height:1px;
	width:875px;
}
.linea_oscura{
	background-image:url(../imagenes/linea_oscura.gif);
	background-repeat:repeat;
	height:1px;
	width:465px;
}
.linea_clara{
	background-image:url(../imagenes/linea_clara.gif);
	background-repeat:repeat;
	height:1px;
	width:458px;
}
.linea_clara_v{
	background-image:url(../imagenes/linea_clara.gif);
	background-repeat:repeat;
	width:1px;
}
.enlace_noticia{
	text-decoration:none;
	font-size:11px;
	color:#A5A5A5;
}
.enlace_noticia:hover{
	color:#000;
}
.enlace_bajo{
	text-decoration:none;
	color:#6F7071;
	font-weight:bold;
	font-size:10px;
	padding-left:32px;
}
.enlace_bajo:hover{
	color:#000;
}
.pie{
	background-image:url(../imagenes/fondo_pie.gif);
	background-repeat:repeat-x;
	height:150px;
	color:#FFF;
}
.enlace_pie{
	text-decoration:none;
	color:#FFF;
}
.enlace_pie:hover{
	text-decoration:underline;
}
.transparente{
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    -khtml-opacity: 0.7;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70); 
}
.transparente:hover{
	filter:alpha(opacity=100); 
	-moz-opacity: 1.0; 
	opacity: 1.0;
	-khtml-opacity: 1.0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); 
}
.cuadro_contacto{
	border-bottom:1px solid #C6C7C9;
	border-top:1px solid #C6C7C9;
	border-left:none;
	border-right:none;
	padding:0;
	margin:0;
	height:19px;
	width:570px;
	float:left;
	color:#C6C7C9;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.texto_contacto{
	border-bottom:1px solid #C6C7C9;
	border-top:1px solid #C6C7C9;
	border-left:none;
	border-right:none;
	padding:0;
	margin:0;
	height:118px;
	width:570px;
	float:left;
	color:#C6C7C9;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	overflow:hidden;
	resize: none;
}
.boton{
	background-image:url(../imagenes/boton_enviar.gif);
	width:84px;
	height:21px;
	border:none;
	background-position:top;
	border-color: transparent;
}
.boton:hover{
	background-image:url(../imagenes/boton_enviar_black.gif);
	cursor:pointer;
}
.boton_listado{
	background-color:#FFF;
	border:none;
	border-color: transparent;
}
.boton_listado:hover{
	background-color:#000;
	color:#FFF;
	cursor:pointer;
	border:none;
	border-color: transparent;
}
.enlace_producto{
	text-decoration:none;
	font-weight:bold;
	color:#000;
}
.enlace_producto:hover{
	text-decoration:underline;
}
.enlace_web{
	text-decoration:none;
	color:#000;
}
.enlace_web:hover{
	text-decoration:underline;
}
.enlace_menu{
	font-size:12px;
	color:#4D4D4D;
	text-decoration:none;
	padding-left:10px;	
}
.enlace_menu:hover{
	color:#000000;
}
.seleccionado{
	font-size:12px;
	color:#000000;
	text-decoration:none;
	padding-left:10px;
}
.enlace_colme{
	text-decoration:none;
	color:#4D4D4D;
}
.enlace_colme:hover{
	color:#000000;
}