paginacion
@charset "utf-8";


.ver_ficha {
	margin:5px auto;
	position:relative;
	width:100px;
}

.ver_ficha a, .ver_ficha a:visited {
	background-image:url(../images/fondos/pestanas.png);
	border:1px solid #382810;
	color:#AD9961;
	display:block;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	text-align:center;
	text-decoration:none;
	width:100%;
}

.ficha {
	font-size:10px;
	text-align:left;
	width:100%;
}

.ficha td {
	font-size:10px;
	border-bottom:1px solid #382810;
	padding:2px;
	vertical-align:top;
}

.concepto_ficha_horz {
	background-color:#382810;
	color:#AD9961;
}

.concepto_ficha {
	background-color:#382810;
	color:#AD9961;
	width:30%;
}

.datos_ficha {
	color:#CCCCCC;
}

a:link {
	color: #999999;
}

a:visited {
	color: #999999;
}

a:hover {
	color: #999999;
}

a:active {
	color: #999999;
}

body,td,th {
	font-family: Tahoma;
	color: #999999;
	font-size: 12px;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	cursor: default;
	background-color:#000000;
	SCROLLBAR-FACE-COLOR: #000000;
	SCROLLBAR-HIGHLIGHT-COLOR: #382810;
	SCROLLBAR-SHADOW-COLOR: #382810;
	SCROLLBAR-ARROW-COLOR: #AD9961;
	SCROLLBAR-BASE-COLOR: #000000;
	SCROLLBAR-TRACK-COLOR: #000000;
	SCROLLBAR-DARKSHADOW-COLOR: #000000;
	scrollbar-3d-light-color: #AD9961;
}

acronym {
	border: 0px !important;
}

p {
	text-align: justify;
	display: block;
}

img {
	border: 0px;
}

img.foto {
	background: url("/images/cargando.gif") no-repeat center center;
}

h1 {
	color: #AD9961;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-weight: normal;
	font-size: 24px;
	text-transform: uppercase;
}

h3 {
	color: #AD9961;
	font-weight: normal;
	font-size: 18px;
	margin: 0px;
	padding: 0px;	
}

h4 {
	text-decoration: underline;
	text-align: left;
	font-weight: normal;
	display: block;
	margin-top: 0px;
	text-transform: uppercase;
}

input {
	background-color: #BBBBBB;
	color: #000000;
	border: 1px solid #000000;
	font-weight: bold;
	font-size: 12px;
}

input[type="button"]{
	background-color: #000000;
	border: 0px;
	color: #AD9961;
	font-size: 13px;
	border: 1px solid #AD9961;
	cursor: pointer;
}

input.botones_cucharilla{
	background-color: #000000;
	border: 0px;
	color: #AD9961;
	font-size: 13px;
	border: 1px solid #AD9961;
	cursor: pointer;
}

input[type="submit"]{
	background-color: #000000;
	border: 0px;
	color: #AD9961;
	font-size: 13px;
	border: 1px solid #AD9961;
	cursor: pointer;
}

label {
	color: #AD9961;
	padding:0;
	margin:0;
}

select {
	background-color: #000000;
	border: 0px;
	color: #AD9961;
	font-size: 13px;
	border: 1px solid #AD9961;
	cursor: pointer;
}

option {
	background-color: #000000;
	border: 0px;
	color: #AD9961;
	font-size: 13px;
	border: 10;
	cursor: pointer;
}

ul {
	padding-left: 15px;
	padding-top: 7px;
	text-align: justify;
}

/*GENERAL*/
.error {
	color: #CE0000;
	font-size: 11px;
	font-weight: bold;
}

.white {
	color: #FFFFFF;
	font-size: 12px;
}

a.blanco {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}

.pantalla {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	min-width: 1000px;
	height:648px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

div.logo {
	position:relative;
	max-width:100%;
	min-width:57.73em;
	height:119px;
	text-align: center;
	width: 100%;
	margin-top: 1%;
	margin-bottom: 3%;
}

#contenido {
	position: relative;
	left:0px;
	width:100%;
	border-top: 1px solid #382810;
	border-bottom: 1px solid #382810;
	height:380px;
}

html > body #contenido {
	min-width:57.73em;
}

div.fondo_pagina {
	position:relative;
	width: 100%;
	text-align: right;
	z-index: 1;
}

div.cabecera {
	position: absolute;
	left: 0px;
	top: 9px;
	width: 537px;
	height: 33px;
	z-index: 1;
	margin-left: 12%;
}

.cabecera_left {
	position: absolute;
	left: 0px;
	top: 9px;
	width: 337px;
	height: 33px;
	z-index: 2;
	padding: 0px;
	margin: 0px;
	margin-left: 5%;
}

div.cabecera_center {
	position: absolute;
	left: 0px;
	top: 9px;
	width: 337px;
	height: 33px;
	z-index: 1;
	margin-left: 5%;
}

div.pie {
	position:relative;
	left:0px;
	width:100%;
	font-size: 10px;
	text-align: center;
	margin: 0px;
	margin-top: 0.5%;
	padding: 0px;
	clear: both;
}


/* CONTENIDO CENTRAL */
.caja_texto {
	position:absolute;
	left:0px;
	top:42px;
	width: 500px;
	min-width: 30em;
	max-width: 40%;
	height:305px;
	overflow: hidden;
	border: 1px solid #382810;
	font-size: .9em;
	padding: 10px;
	padding-left: 20px;
	z-index: 3;
  margin-left: 10%;
  text-align: justify;
}
.caja_texto_fondo {
	position:absolute;
	left:0px;
	top:42px;
	width: 500px;
	min-width: 30em;
	max-width: 40%;
	height:305px;
	overflow: hidden;
	border: 1px solid #382810;
	font-size: .9em;
	padding: 10px;
	padding-left: 20px;
	z-index: 2;
  margin-left: 10%;
  background-color:#000000;
	-moz-opacity: 0.5;
	opacity:.50;
	filter: alpha(opacity=50);
}

.caja_texto .year{
	color: #AD9961;
	list-style-type: none;
	margin:0px;
	padding: 0px;
}

.caja_texto .year ul li{
	color: #999999;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.caja_texto .year ul li ul{
	color: #999999;
	list-style-type: square;
	
}
.caja_texto .year ul li ul li{
	color: #999999;
	list-style-type: square;
	margin:2px;
}

.caja_texto ul {
	text-align:justify;
	list-style-type: square;
	margin: 0px;
	margin-bottom: 0px;
}

.caja_texto blockquote {
	margin: 5px;
	font-style: italic;
	color: #AD9961;
	text-align: left;
}

.caja_texto blockquote a, .caja_texto blockquote a:link, .caja_texto blockquote a:active, .caja_texto blockquote a:hover, .caja_texto blockquote a:visited{
	color: #AD9961;
}

.caja_texto img {
	margin-right: 5px;
	margin-bottom:2px;
}

.caja_productos_cesta {
	position: absolute;
	width: 100%;
	height: 380px;
	z-index: 1;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
}

.pestanas {
	position:absolute;
	width: 70%;
	min-width: 40em;
	max-width: 71%;
	height:28px;
	z-index:4;
	left: 0px;
	top: 42px;
	margin-left: 2%;
	padding: 0px;
	padding-right: 30px;
	border: 0px;
	color: #AD9961;
	font-size: 18px;
	
}

.pestanas table {
	position: absolute;
	left: 0px;
	width: 103.8%;
	border-collapse: collapse;
	height: 28px;
}

html > body .pestanas table {
	width: 100%;
	max-width: 100%;
	min-width: 80%;
}

.pestanas table td {
	border-bottom: 1px solid #382810;
	padding: 0px;
}

.pestanas table td.subcategoria {
	border: 1px solid #382810;
	width: 149px;
	font-size: 16px;
	color: #AD9961;
	cursor: pointer;
	background: transparent url(/images/blank.gif);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src="/images/fondos/pestanas.png",sizingMethod="scale");
}

html > body .pestanas table td.subcategoria {
	background-image: url(/images/fondos/pestanas.png);
}
	
.pestanas table td.subcategoria_seleccionada {
	border: 1px solid #382810;
	border-bottom: 0px;
	width: 149px;
	font-size: 16px;
	color: #AD9961;
	background: transparent url(/images/blank.gif);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src="/images/fondos/pestanas.png",sizingMethod="scale");
}

html > body .pestanas table td.subcategoria_seleccionada {
	background-image: url(/images/fondos/pestanas.png);
}

div.cabecera_productos {
	position: absolute;
	left: 0px;
	top: 9px;
	width: 337px;
	height: 33px;
	z-index: 1;
	margin-left: 5%;
}

.fondo_productos {
	position:absolute;
	left:0px;
	top:69px;
	height:280px;
	width: 70%;
	min-width: 40em;
	max-width: 71%;
	overflow: hidden;
	font-size: 0.9em;
	padding: 10px;
	padding-left: 20px;
	margin-left: 2%;
	border: 1px solid #382810;
	border-top: 0px;
	z-index: 2;
	background-color:#000000;
	-moz-opacity: 0.5;
	opacity:.50;
	filter: alpha(opacity=50);
}

.productos {
	position:absolute;
	left:0px;
	top:71px;
	width: 70%;
	min-width: 40em;
	max-width: 71%;
	height:278px;
	overflow: hidden;
	font-size: 0.9em;
	padding: 10px;
	padding-left: 20px;
	z-index: 3;
	margin-left: 2%;
	border: 1px solid #382810;
	border-top: 0px;
}

.fondo_productos_borde_top {
	position:absolute;
	left:0px;
	top:44px;
	width: 70%;
	min-width: 40em;
	max-width: 71%;
	height:308px;
	overflow: hidden;
	font-size: 0.9em;
	padding: 10px;
	padding-left: 20px;
	z-index: 2;
	background-color:#000000;
	-moz-opacity: 0.5;
	opacity:.50;
	filter: alpha(opacity=50);
	margin-left: 2%;
	border: 1px solid #382810;
	border-top: 0px;
}

.productos_borde_top {
	position:absolute;
	left:0px;
	top:43px;
	width: 70%;
	min-width: 40em;
	max-width: 71%;
	height:308px;
	overflow: hidden;
	font-size: 0.9em;
	padding: 10px;
	padding-left: 20px;
	z-index: 3;
	margin-left: 2%;
	border: 1px solid #382810;
}

.precio a, .precio a:visited {
	text-decoration: none;	
}
.precio a:hover {
	color:#FFFFFF;
}

.tabla {
	width: 100%;
	border: 0px;
}

.tabla tr td {
	border-bottom: 1px solid #382810;
	font-size: 12px;
	text-align: center;
	/*padding: 2px;*/
}

.tabla tfoot {
	text-align:left;
	
}

.tabla tfoot th {
	font-weight: normal;
}

.tabla thead {
	border-bottom: 1px solid #382810;
	text-align: center;
	padding: 2px;
	
}

.tabla thead th {
	/*padding: 3px;*/
	color: #AD9961;
	font-size: 13px;
	font-weight: normal;
}

.tabla thead th a {
	padding: 3px;
	color: #AD9961;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}

.tabla .caracteristica {
	/*padding: 3px;*/
	color: #AD9961;
	font-size: 13px;
	text-align:left;
	width: 16%;
}

.panel {
	width: 100%;
	margin: 0px;
}

.panel tr td {
	border-right: 1px solid #382810;
	padding: 3px;
	width: 20%;
}

.panel tr td.last {
	border: 0px;
}

.producto_panel {
	height: 200px;
	color: #AD9961;
	font-size: 13px;
}

.producto_panel tr td.nombre {
	border: 0px;
	padding-top: 0px;
	height: 50px;
	vertical-align: top;
	width: 135px;
	color: #AD9961;
	text-align: center;
	padding-left: 80px;
}

.producto_panel tr td.caracteristica {
	font-size: 13px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	height: 40px;
	border: 0px;
	
}

.producto_panel tr td.precio {
	font-size: 13px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	color: #999999;
	height: 15px;
	border: 0px;
	
}

.producto_panel tr td.precio a {
	text-decoration: none;
	position: relative;
}

.producto_panel tr td.precio a:hover {
	text-decoration: none;
	color: white;
}

.producto_panel tr td.imagen {
	text-align: center;
	padding: 0px;
	padding-bottom: 2px;
	margin: 0px;
	height: 90px;
	border: 0px;
}

html > body .panel {
	margin: 0px;
}

.iva {
	position:absolute;
	width:150px;
	height:16px;
	z-index:4;
	left: 0px;
	margin-left: 2%;
	top: 279px;
	text-transform: uppercase;
	color: #AD9961;
	text-align: left;
	font-size: 11px;
}

.iva_borde_top {
	position:absolute;
	width:150px;
	height:16px;
	z-index:4;
	left: 0px;
	margin-left: 2%;
	top: 310px;
	text-transform: uppercase;
	color: #AD9961;
	text-align: left;
	font-size: 11px;
}

.certificaciones {
	position:absolute;
	width:200px;
	height:49px;
	z-index:4;
	left: 1px;
	margin-left: 2%;
	top: 225px;
	text-transform: uppercase;
	color: #AD9961;
	text-align: left;
}

.certificaciones_borde_top {
	position:absolute;
	width:200px;
	height:49px;
	z-index:4;
	left: 1px;
	margin-left: 2%;
	top: 255px;
	text-transform: uppercase;
	color: #AD9961;
	text-align: left;
}

.disponibilidad{
	position:absolute;
	width:183px;
	height:16px;
	z-index:4;
	left: 36px;
	margin-left: 65%;
	top: 279px;
	text-transform: uppercase;
	color: #AD9961;
	text-align: left;
	font-size: 11px;
}

.disponibilidad_borde_top {
	position:absolute;
	width:183px;
	height:16px;
	z-index:4;
	left: 36px;
	margin-left: 65%;
	top: 310px;
	text-transform: uppercase;
	color: #AD9961;
	text-align: left;
	font-size: 11px;
}

.galeria {
	color: #AD9961;
	font-size: 0.9em;
	position: absolute;
	top: 346px;
	width: 248px;
	margin-left: 70%;
	z-index: 2;
	left: 0px;
}
.galeria a, .galeria a:visited {
	color: #AD9961;
	display:block;
	border: 1px solid #382810;
	width: auto;
	text-align: center;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	float: left;
	margin-left: 5px;
	padding-right: 4px;
	padding-left: 4px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/fondo_tablas.png",sizingMethod="scale");
	cursor: pointer;
}

html > body .galeria a, .galeria a:visited {
	background-image: url(/images/fondo_tablas.png);
}
.galeria a:hover { 
	color: #999999;
}


/* CARRITO COMPRA */
.caja_cesta {
	position:absolute;
	float: right;
	width:21%;	
	height:280px;
	z-index:4;
	left: 0px;
	top: 68px;
	border: 1px solid #382810;
	overflow: hidden;
	font-size: 0.9em;
	margin: 0px;
	margin-left: 76%;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.caja_cesta_fondo {
	position:absolute;
	width:21%;	
	height:280px;
	z-index:3;
	left: 0px;
	top: 68px;
	border: 1px solid #382810;
	float: right;
	overflow: hidden;
	font-size: 0.9em;
	background-color:#000000;
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=70);
	margin: 0px;
	margin-left: 76%;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

html > body .caja_cesta_fondo {
	width: 21%;
}

.caja_cesta_borde_top {
	position:absolute;
	width:21%;	
	height:308px;
	z-index:4;
	left: 0px;
	top: 43px;	
	float: right;
	border: 1px solid #382810;
	overflow: hidden;
	font-size: 0.9em;
	margin: 0px;
	margin-left: 76%;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.caja_cesta_fondo_borde_top {
	position:absolute;
	width:21%;	
	height:308px;
	z-index:3;
	left: 0px;
	top: 43px;
	background-color:#000000;
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=70);
	border: 1px solid #382810;
	float: right;
	overflow: hidden;
	font-size: 0.9em;
	margin: 0px;
	margin-left: 76%;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.cesta_compra {
	overflow: auto;
	height: 216px;
	position: absolute;
	width: 97%;
	top: 28px;
	left: 0px;
	margin-left: 5%;
}

html > body .cesta_compra {
	margin: 0px;
	width: 99%;
}

.cesta_compra_borde_top {
	overflow: auto;
	height: 247px;
	position: absolute;
	width: 97%;
	top: 28px;
	left: 0px;
	margin-left: 5%;
}

html > body .cesta_compra_borde_top {
	margin: 0px;
	width: 99%;
}

.titulo_cesta_compra {
	text-transform: uppercase;
	color: #AD9961;
	width: 95%;
	position: absolute;
	left: 0px;
	border-bottom: 1px solid #674B1E;
	margin-left: 5%;
	margin-right: 5%;
}

html > body .titulo_cesta_compra {
	width: 90%;
}

.total{
	position:absolute;
	width:95%;
	height:52px;
	z-index:1;
	left: 0px;
	top: 244px;
	border-top: 1px solid #886227;
	margin-left: 5%;
	margin-right: 5%;
}

html > body .total {
	width: 90%;
}

.total_borde_top {
	position:absolute;
	width:95%;
	height:52px;
	z-index:1;
	left: 0px;
	top: 275px;
	border-top: 1px solid #886227;
	margin-left: 5%;
	margin-right: 5%;
}

html > body .total_borde_top {
	width: 90%;
}

.total table td.texto, .total_borde_top table td.texto {
	width: 45%;
	text-align: left;
	color: #AD9961;
	font-size: 13px;
	font-weight: normal;
	padding: 0px;
	padding-left: 20px;
}

.total table td.importe_total, .total_borde_top table td.importe_total {
	width: 95px;
	text-align: right;
	color: #AD9961;
	font-size: 13px;
	font-weight: normal;
	padding: 0px;
	padding-right: 20px;
}

.total table td.formalizar, .total_borde_top table td.formalizar {
	text-align: center;
	padding-top: 5px;
}

.total table td.formalizar input, .total_borde_top table td.formalizar input {
	background-color: #000000;
	border: 0px;
	color: #AD9961;
	font-size: 12px;
	border: 1px solid #AD9961;
	cursor: pointer;
}

html > body .total table td.formalizar, .total_borde_top table td.formalizar {
	text-align: center;
	height: 30px;
	vertical-align: middle;
}

html > body .total table td.formalizar input, .total_borde_top table td.formalizar input {
	background-color: #000000;
	border: 0px;
	color: #AD9961;
	font-size: 12px;	
	border: 1px solid #AD9961;
	cursor: pointer;
}

.carrito {
	margin: 0px;
	width: 90%;
}

html > body .carrito {
	margin: 0px;
	width: 94%;
	margin-left: 5%;
}

.carrito td.nombre {
	font-size: 12px;
	width: 80%;
	text-align: left;
	padding-top: 4px;
}

.carrito div.cantidad, .cantidad {
	font-size: 12px;
	margin-top: 3px;
	border: 1px solid #AD9961;
	background-color: #000000;
	width: 18px;
	height: 18px;
	padding-top: 2px;
	text-align: center;
}

.carrito div.boton_mas, .boton_mas {
	margin-top: 3px;
	width: 10px;
	height: 9px;
	padding-top: 1px;
}

.carrito div.boton_menos, .boton_menos {
	width: 10px;
	height: 9px;
	padding-top: 2px;
}

.cesta_compra_modificar {
	overflow: auto;
	height: 216px;
	position: absolute;
	width: 98%;
	top: 28px;
	left: 0px;
}

.tabla_carrito {
	with: 100%;
	width: 75%;
	margin-right: 12.5%;
	margin-left: 12.5%;
}

.eliminar_producto {
	text-align: right;
	width: 5%;
	background-image: url(/images/cubo.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 17px;
	cursor: pointer;
}

.eliminar_producto a, .eliminar_producto a:visited, .eliminar_producto a:hover{
	color:#AD9961;
	text-decoration:none;
	width: 5%;
}

.cesta_nombre_producto {
	font-size: 13px;
	width: 50%;
	text-align: left;
	padding-left: 10px;
	padding-top: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #674B1E;
}

.cesta_cantidad_producto {
	width: 3%;
	padding-left: 2px;
	padding-right: 2px;
}

.cesta_pvp {
	width:10%;
}


/* MENU SUPERIOR */
#menu_productos {
	height: 22px;
	text-align: center;
	width: 565px;
	margin-right: auto;
	margin-left: auto;
	z-index: 300;
}

html > body #menu_productos {
	height: 26px;
	text-align: center;
	margin: auto;
}

#menu {
	list-style-type:none;
	padding:0;
	text-align: center;
	white-space: nowrap;
	margin: 0;
	margin-right: auto;
	margin-left: auto;
	z-index: 300;
}

#menu li {
	display: inline;
	float: left;
	position: relative;
	z-index: 100;
	border-right: 1px solid #382810;
	color: #000000;
	font-size:11px;
	height: 22px;
}

html > body #menu li {
	display:inline;
	float:left;
	position:relative;
	z-index:100;
	color: #000000;
	font-size:11px;
}

#menu li span {
	display:block;
	z-index:100;
	width:140px;
}

html > body #menu li span {
	display:block;
	z-index:100;
	width:140px;
	padding-top: 4px;
	padding-bottom: 4px;
}

#menu li a, #menu li a:visited {display:block; padding:0; white-space:nowrap;color: #AD9961; text-decoration: none; font-size: 13px;}

#menu li#last {
border-right: 0px;
}

/* AJAX */
#pagina {
	height: 80%;
	width: 100%;
}

.logos_certificaciones {
	position:absolute;
	width:400px;
	height:237px;
	z-index:200;
	left: 0px;
	margin-top: 5%;
	margin-left: 60%;
}

.logos_certificaciones img {
	margin: 5px;
}

.imagenes_premios {
	position:absolute;
	width:520px;
	height:380px;
	z-index:2;
	left: 0px;
	margin-top: -20px;
	margin-left: 55%;
}

.imagenes_premios img {
	margin: 2px;
}

.paginacion {
	color: #AD9961;
	font-size: 0.9em;
	z-index: 4;
	position: relative;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-top: 1px;
	float: right;
}

html > body .paginacion {
	color: #AD9961;
	font-size: 0.9em;
	z-index: 4;
	position: absolute;
	left: 0px;
	top: 299px;
	width:auto;
	margin-left: 17%;
	margin-right: 2px;
	margin-bottom: 2px;
}

.paginacion a, .paginacion a:visited, .paginacion_panel a, .paginacion_panel a:visited {
	color: #AD9961;
	display:block;
	border: 1px solid #382810;
	width: auto;
	text-align: center;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	float: right;
	margin-left: 5px;
	padding-right: 4px;
	padding-left: 4px;
}
.paginacion a:hover, .paginacion a:active, .paginacion_panel a:hover, .paginacion_panel a:active { 
	color: #999999;
}

.paginacion_panel {
	position:absolute;
	width:183px;
	height:16px;
	z-index:4;
	left: 50px;
	margin-left: 65%;
	top: 230px;
	text-transform: uppercase;
	color: #AD9961;
	text-align: left;
	font-size: 11px;
}

.paginacion_panel a, .paginacion_panel a:visited {
	border: 1px solid #AD9961;
}

.formularios input {
	background-color: #000000;
	border: 0px;
	color: #AD9961;
	font-size: 13px;
	font-family: Times New Roman;
	border: 1px solid #AD9961;
	cursor: pointer;
}

.formularios input[type="text"] {
	background-color: #000000;
	border: 0px;
	color: #999999;
	font-size: 13px;
	font-family: Times New Roman;
	border: 1px solid #AD9961;
	cursor:auto;
}

.formularios textarea {
	background-color: #000000;
	border: 0px;
	color: #999999;
	font-size: 13px;
	font-family: Times New Roman;
	border: 1px solid #AD9961;
	width:300px;
	height:100px;
}
.formularios p {
	width: 75%;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 75px;
}

.formularios select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #006633;
}

.formularios label{
	font-weight: bold;
	float: left;
	margin-left: -75px;
	width: 70px; 
	padding-left:5px;
	text-align:left;
	color: #AD9961;
}


.caja_formalizar {
	position: absolute;
	width: 100%;
	height: 380px;
	z-index: 1;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	background-image: url(/images/fondos/fondo_lineas.gif);
}

.caja_formulario_registrado {
	position:absolute;
	left:0px;
	top:43px;
	width: 42%;
	height:308px;
	float: left;
	overflow: auto;
	font-size: 0.9em;
	padding: 10px;
	padding-right: 0px;
	padding-left: 20px;
	z-index: 3;
	margin-left: 4%;
	border: 1px solid #382810;
}

.caja_formulario_registrado_fondo {
	position:absolute;
	left:0px;
	top:43px;
	width: 42%;
	height:308px;
	float: left;
	font-size: 0.9em;
	padding: 10px;
	padding-right: 0px;
	padding-left: 20px;
	z-index: 1;
	margin-left: 4%;
	background-color:#000000;
	-moz-opacity: 0.5;
	opacity:.50;
	filter: alpha(opacity=50);
}

.caja_formulario_no_registrado {
	position:absolute;
	left:0px;
	top:43px;
	width: 42%;
	height:308px;
	float: left;
	overflow: auto;
	font-size: 0.9em;
	padding: 10px;
	padding-right: 0px;
	padding-left: 20px;
	z-index: 3;
	margin-left: 52%;
	border: 1px solid #382810;
}

.caja_formulario_no_registrado_fondo {
	position:absolute;
	left:0px;
	top:43px;
	width: 42%;
	height:308px;
	float: left;
	font-size: 0.9em;
	padding: 10px;
	padding-right: 0px;
	padding-left: 20px;
	z-index: 3;
	margin-left: 52%;
	background-color:#000000;
	-moz-opacity: 0.5;
	opacity:.50;
	filter: alpha(opacity=50);
}

.formulario {
	width: 90%;
	height: 90%;
}

.formulario td {
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
}

.formulario td.texto {
	vertical-align: bottom;
	height: 20%;
	padding-bottom: 20px;
}

.formulario td.texto {
	vertical-align: top;
	padding-top: 10px;
}

.formulario td.epigrafe, font.epigrafe {
	width: 40%;
	text-align: right;
	height: 2%;
	color: #AD9961;
}

.formulario td.contrasena {
	width: 40%;
	text-align: justify;
	height: 2%;
	color: #AD9961;
	font-size: 11px;
}

.formulario td.casilla {
	text-align: left;
	height: 2%;
}

.formulario td.casilla_modificar {
	text-align: left;
	height: 2%;
	width: 40%;
}

.formulario td.casilla input, select, .formulario td.casilla_modificar input {
	background-color: #000000;
	border: 0px;
	color: #999999;
	font-size: 13px;
	font-family: Times New Roman;
	border: 1px solid #AD9961;
	cursor:auto;
}

.formulario td.botones {
	padding-top: 20px;
	height: 30%;
}

.formulario td.botones input {
	background-color: #000000;
	border: 0px;
	color: #AD9961;
	font-size: 13px;
	font-family: Times New Roman;
	border: 1px solid #AD9961;
	cursor: pointer;
}


/* CONFIRMAR PEDIDO */
div.fondo_lineas {
	position:relative;
  width: 100%;
	height: 380px;
  text-align: right;
	z-index: 0;
	background-image: url(/images/fondolinea.gif);
}

html > body div.fondo_lineas {
	position:relative;
	width: 100%;
	height: 380px;
	text-align: right;
	z-index: 0;
	background-image: url(/images/fondolinea.gif);
}

.caja_cesta_confirmar {
	position:absolute;
	width:27%;
	height:305px;
	z-index:5;
	left: 0px;
	top: 42px;
	margin-left: 2%;
	border: 1px solid #382810;
	overflow: hidden;
	font-size: 0.9em;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.caja_cesta_confirmar_fondo {
	position:absolute;
	width:27%;
	height:305px;
	z-index:4;
	left: 0px;
	top: 42px;
	margin-left: 2%;
	border: 1px solid #382810;
	overflow: hidden;
	font-size: 0.9em;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color:#000000;
	-moz-opacity: 0.5;
	opacity:.50;
	filter: alpha(opacity=50);
}

.confirmar_left {
	text-align: left;
	border-bottom: 1px solid #382810;
	padding: 1px;
	padding-left: 5px;
}

.confirmar_center {
	text-align: center;
	border-bottom: 1px solid #382810;
	padding: 1px;
	padding-left: 5px;
}

.confirmar_right {
	text-align: right;
	border-bottom: 1px solid #382810;
	padding: 1px;
	padding-left: 5px;
}

.confirmar_boton {
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}

.confirmar_boton_top {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 3px;
}

.titulo_cesta_confirmar {
	text-transform: uppercase;
	color: #AD9961;
	width: 95%;
	position: absolute;
	left: 0px;
	margin-left:2.5%;
	height:20px;
}

.cesta_confirmar {
	overflow: auto;
	height: 241px;
	position: absolute;
	width: 97%;
	top: 32px;
	left: 5px;
}

.producto_confirmar {
	padding: 3px;
	color: #AD9961;
	text-align: left;
	width: 65%;
	border-bottom: 1px solid #382810;
}

.cantidad_confirmar {
	padding: 3px;
	color: #AD9961;
	text-align: left;
	width: 15%;
	border-bottom: 1px solid #382810;
}

.pvp_confirmar {
	padding: 3px;
	color: #AD9961;
	text-align: right;
	width: 20%;
	border-bottom: 1px solid #382810;
}

.total_confirmar {
	position:absolute;
	width:95%;
	height:53px;
	z-index:1;
	left: 0px;
	top: 273px;
	border-top: 1px solid #382810;
	text-align: right;
	margin-left: 2.5%;
}

.epigrafe_total {
	text-align: right;
	padding: 1px;
	padding-right: 5px;
	color: #AD9961;
	font-weight: bold;
}

.tabla_datos_personales {
	margin-bottom: 10px;
	width: 98%;
	border: 0px;
}

.tabla_datos_personales th {
	text-align:center;
	color: #AD9961;
	padding-bottom: 5px;
}

.datos_personales {
	position:absolute;
	left:0px;
	top:42px;
	width: 60%;
	height:235px;
	overflow: auto;
	border: 1px solid #382810;
	font-size: 0.9em;
	padding-top: 5px;
	padding-bottom: 0px;
	z-index: 3;
	margin-left: 32%;
}

.datos_personales_fondo {
	position:absolute;
	left:0px;
	top:42px;
	width: 60%;
	height:230px;
	overflow: hidden;
	font-size: 0.9em;
	padding-top: 10px;
	padding-bottom: 0px;
	z-index: 2;
	background-color:#000;
	-moz-opacity: 0.5;
	opacity:.50;
	filter: alpha(opacity=50);
	margin-left: 32%;
}

.epigrafe_datos_personales {
	text-align: right;
	border-bottom: 1px solid #382810;
	border-right: 1px solid #382810;
	padding: 1px;
	color: #AD9961;
	font-weight: bold;
	padding: 1px;
	padding-right: 5px;
}

.datos_pago {
	position:absolute;
	left:0px;
	top:290px;
	width: 60%;
	height:78px;
	overflow: auto;
	border: 1px solid #382810;
	font-size: 0.9em;
	z-index: 3;
	margin-left: 32%;
}

.datos_pago_fondo {
	position:absolute;
	left:0px;
	top:290px;
	width: 60%;
	height:78px;
	overflow: hidden;
	font-size: 0.9em;
	z-index: 2;
	background-color:#000;
	-moz-opacity: 0.5;
	opacity:.50;
	filter: alpha(opacity=50);
	margin-left: 32%;
}

.metodo_pago {
	position: relative;
	width: 100%;
	padding: 0px;
	padding-top: 10px;
	margin: 0px;
}

.metodo_pago_contra {
	position: relative;
	width: 100%;
	padding: 0px;
	padding-top: 0px;
	margin: 0px;
}

#forma_pago {
	position: absolute;
	width: 100%;
	left: 0px;
	height: 30px;
	padding-top: 5px;
}
#forma_pago label {
	margin: 0px;
	padding: 0px;
}


/* NOTICIAS */
.caja_lista_noticias {
	position:absolute;
	left:0px;
	top:42px;
	width: 35%;
	height:305px;
	overflow: hidden;
	border: 1px solid #382810;
	font-size: .9em;
	padding: 10px;
	padding-left: 20px;
	z-index: 3;
	margin-left: 10%;
}
.caja_lista_noticias_fondo {
	position:absolute;
	left:0px;
	top:42px;
	width: 35%;
	height:305px;
	overflow: hidden;
	border: 1px solid #382810;
	font-size: .9em;
	padding: 10px;
	padding-left: 20px;
	z-index: 2;
  margin-left: 10%;
  background-color:#000000;
	-moz-opacity: 0.5;
	opacity:.50;
	filter: alpha(opacity=50);
}

html > body .caja_lista_noticias. .caja_lista_noticias_fondo {
	width: 400px;
	min-width: 25em;
	max-width: 30%;
}

#lista_noticias {
	height: 285px;
	width: 100%;
	padding: 0;
	margin: 0;
}

.fecha {
	color: #FFFFFF;
}

.ver_noticia {
	color: #AD9961;
}

.ver_noticia a, .ver_noticia a:visited, .ver_noticia a:hover {
	color: #AD9961;
}

.caja_noticia {
	position:absolute;
	left:0px;
	top:42px;
	width: 40%;
	height:305px;
	overflow: hidden;
	border: 1px solid #382810;
	font-size: 0.9em;
	padding: 10px;
	padding-left: 20px;
	z-index: 3;
	margin-left: 50%;
}

.caja_noticia_fondo {
	position:absolute;
	left:0px;
	top:42px;
	width: 40%;
	height:305px;
	overflow: hidden;
	border: 1px solid #382810;
	font-size: 0.9em;
	padding: 10px;
	padding-left: 20px;
	z-index: 2;
	margin-left: 50%;
	background-color:#000000;
	-moz-opacity: 0.8;
	opacity:.8;
	filter: alpha(opacity=80);
    
}

html > body .caja_noticia, .caja_noticia_fondo {
	width: 500px;
	min-width: 30em;
	max-width: 40%;
}

.caja_noticia img {
	margin-right: 5px;
	margin-bottom:2px;
	border: 1px solid #AD9961;
}

#noticia_completa {
	height:200px;
	overflow:auto;
	margin-bottom: 10px;
	border-bottom: 1px solid #382810;
	border-top: 1px solid #382810;
	padding: 0px;
}

#noticia_completa p {
	margin-top: 7px;
	margin-bottom: 7px;
}

.descargar_noticia {
	color: #AD9961;
	border: 1px solid #382810;
	margin-bottom: 5px;
	width: 90%;
}
	
.descargar_noticia a, .descargar_noticia a:visited{
	color: #AD9961;
	text-decoration: none;
}

.descargar_noticia a:hover {
	color: #999999;
}

.descargar_noticia img {
	border:none;
}

.hemeroteca li{
	text-align:left;
}

.flash_elegancia {
	position:absolute;
	width:180px;
	height:70px;
	z-index:10;
	margin-left:60%;
	top: 32px;
}

.flash_sabor {
	position:absolute;
	width:180px;
	height:70px;
	z-index:10;
	margin-left:80%;
	top: 166px;
	left: 0px;
}

.flash_pureza {
	position:absolute;
	width:180px;
	height:70px;
	z-index:10;
	margin-left:60%;
	top: 180px;
	left: 0px;
}

.flash_placer {
	position:absolute;
	width:180px;
	height:70px;
	z-index:10;
	margin-left:70%;
	top: 284px;
	left: 0px;
}

.caja_texto_doble {
	position:absolute;
	left:0px;
	top:42px;
	width: 900px;
	min-width: 50em;
	max-width: 87%;
	height:305px;
	overflow: hidden;
	border: 1px solid #382810;
	font-size: .9em;
	padding: 10px;
	padding-left: 20px;
	z-index: 3;
  margin-left: 5%;
}

.caja_texto_doble_fondo {
	position:absolute;
	left:0px;
	top:42px;
	width: 900px;
	min-width: 50em;
	max-width: 87%;
	height:305px;
	overflow: hidden;
	border: 1px solid #382810;
	font-size: .9em;
	padding: 10px;
	padding-left: 20px;
	z-index: 2;
  margin-left: 5%;
	background-color:#000000;
	-moz-opacity: 0.5;
	opacity:.50;
	filter: alpha(opacity=50);
}

.caviar_ayuda_foto {
	position: relative;
	float: left;
	text-align:center;
	width:200px;
	height:20%;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom:5px;
	margin-top:20px;
	z-index: 9;
}

.caviar_ayuda_texto {
	position: relative;
	float: left;
	text-align:left;
	overflow:hidden;
	width:25%;
	height:260px;	
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right:2px;
	margin-bottom:2px;
	margin-top:20px;
	z-index: 2;
}

.caviar_ayuda_parrafo {
	position: relative;
	float: left;
	text-align:left;
	width:195px;
	height:165px;
	border: 1px solid #382810;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right:5px;
	margin-bottom:5px;
	margin-top:5px;
	z-index: 10;
	background:#000000;
}

.boton a, .boton a:visited, .boton a:hover{
	position:relative;
	float:left;
	text-align:center;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #382810;
	display:block;
	width:100px;
	margin-right:5px;
	margin-bottom:5px;
	color: #AD9961;
	text-decoration:none;
	background-color: #000000;
	background-image: url(/images/flecha.png);
	background-repeat: no-repeat;
	background-position: 90px center;
}

.boton_tienda a, .boton_tienda a:visited, .boton_tienda a:hover{
	position:relative;
	float:right;
	text-align:center;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #382810;
	display:block;
	width:80px;
	margin-right:2px;
	margin-bottom:5px;
	color: #AD9961;
	text-decoration:none;
	background-color: #000000;
	background-image: url(/images/flecha.png);
	background-repeat: no-repeat;
	background-position: 75px center;
}

.boton_volver a, .boton_volver a:visited, .boton_volver a:hover{
	position:relative;
	float:left;
	text-align:center;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px solid #382810;
	display:block;
	width:100px;
	margin-right:5px;
	margin-bottom:5px;
	color: #AD9961;
	text-decoration:none;
	background-color: #000000;
	background-image: url(/images/volver.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}	

.boton_right a, .boton_right a:visited, .boton_right a:hover{
	position:absolute;
	top:270px;
	left: 0px;
	z-index:10;
	margin-left:77.4%;
}

.caviar_ayuda_logos {
	position:absolute;
	top:220px;
	left: 35px;
	z-index:10;
}

.caviar_ayuda_logos_cucharas {
	position:absolute;
	top:270px;
	left: 0px;
	z-index:10;
	margin-left:12%;
}

.cucharas {
	margin-left: 10%;
}

.ayuda_caviar_tipos {
	position: relative;
	float: left;
	text-align:center;
	overflow:hidden;
	width:158px;
	height:260px;	
	padding:0px;
	margin-right:20px;
	margin-bottom:2px;
	margin-top:5px;
	z-index: 2;
}

.caja_ayuda_caviar_tipos {
	position: relative;
	float: left;
	text-align:center;
	width:156px;
	height:190px;
	border: 1px solid #382810;
	padding-top: 5px;
	margin-right:5px;
	margin-bottom:5px;
	margin-top:5px;
	z-index: 10;
	background:#000000;
}

.ayuda_caviar_texto_cucharas {
	height:100px;
	display:block;
	z-index:15;
	left:0;
	top:0;
	position:absolute;
}

.ayuda_caviar_texto_cucharas p {
	margin:5px;
	text-align:left;
	display:block;
	font-size:.9em;
	
}

.ayuda_caviar_foto_cucharas {
	z-index:13;
	position:absolute;
	left:0;
	display:block;
	height:93px;
	margin-top:97px;
}

#ver_cesta a {
	position:absolute;
	left: 0px;
	margin-left: 90%;
	top: 23px;
	z-index: 99;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: 1px solid #382810;
	background-color: #000000;
	font-size: 12px;
	color: #996633;
	text-decoration: none;
	color: #996633;
	text-decoration: none;
}

.reader {
	color: #AD9961;
	font-size: 0.9em;
	z-index: 4;
	position: relative;
	margin-right: 1px;
	margin-bottom: 10px;
	float: left;
}

html > body .reader {
	color: #AD9961;
	font-size: 0.9em;
	z-index: 4;
	position: absolute;
	left: 0px;
	top: 291px;
	width:auto;
	margin-left: 10%;
	margin-right: 2px;
	margin-bottom: 2px;
}

.boton_volver a, .boton_volver a:visited, .boton_volver a:hover{
	position:absolute;
	top:270px;
	left: 0px;
	z-index:11;
	margin-left:65%;
	
}

.agotado {
	color: #CC0000;
	font-size: 13px;
}

.enlaces_mas_info {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	display:block;
}

.enlaces_mas_info a, .enlaces_mas_info a:visited {
	color: #AD9961;
	display:block;
	border: 1px solid #382810;
	width: auto;
	text-align: center;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	float: left;
	margin-left: 5px;
	padding-right: 4px;
	padding-left: 4px;
}

.enlaces_mas_info a:hover {
	color: #999999;
}

#mas_info_paginas_secciones {
	width: 100%;
	float: left;
}

.caja_cesta_fondo_desactivado {
	position:absolute;
	width:21%;	
	height:280px;
	z-index:3;
	left: 0px;
	top: 68px;
	/*border: 1px solid #382810;*/
	float: right;
	overflow: hidden;
	font-size: 0.9em;
	/*background-color:#000000;
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=70);*/
	margin: 0px;
	margin-left: 76%;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.banner_festival {
	position:absolute;
	width:81px;
	height:100px;
	z-index:2;
	left: 20px;
	top: 216px;
	border: 1px solid #886227;
}

div.Table_01 {
	height:450px;
	left:0;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	top:0;
	width:1004px;
}

div.logo-index_2 {
	height:119px;
	margin:75px auto auto;
	width:160px;
}

div.slogan_2 {
	color:#FFFFFF;
	margin:auto;
	padding:20px;
	width:500px;
}

.caviares_seleccion {
	margin:auto;
	position:relative;
}

div.foot_ {
	clear:both;
	color:#AD9961;
	font-size:10px;
	left:0;
	margin:5% 0 0;
	padding:0;
	position:relative;
	text-align:center;
	width:100%;
}

.idiomas ul {
	list-style-type:none;
	margin:auto;
	padding:0;
	width:200px;
}

.idiomas li {
	display:inline;
}

.idiomas li ul li {
	display:block;
	margin-left:80px;
	text-align:center;
}

/* MENU INFERIOR */
#empresa_internacional {
	/*width:850px;*/
	position:relative;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 80px;
	display: block;
	z-index: 200;
}
html > body #empresa_internacional {
	width:798px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	z-index: 6;
	
}

#empresa_internacional ul li a, .empresa ul li a:visited {
	display:block;
	text-decoration:none;
	width:185px;
	height:30px;
	text-align:center;
	color:#AD9961;
	line-height:25px;
	font-size:14px;
	cursor: pointer;
}

#empresa_internacional ul li a:hover {
	color: #ffffff;
}

#empresa_internacional ul {padding:0; margin:0;list-style-type: none; }

#empresa_internacional ul li {
	float:left;
	position:relative;
	text-align: center;font-size:18px;
	border-right: 1px solid #382810;
}
	
#empresa_internacional table {border-collapse:collapse; margin:0; padding:0; font-size:1em; margin:-1px;}



