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

body {
	
	background:#666;
	margin: 0; /* es recomendable ajustar a cero el margen y el relleno del elemento body para lograr la compatibilidad con la configuración predeterminada de los diversos navegadores */
	padding: 0;
	text-align: center; /* esto centra el contenedor en los navegadores IE 5*. El texto se ajusta posteriormente con el valor predeterminado de alineación a la izquierda en el selector #container */
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color: #999;
}
*{padding:0;
margin:0;
	}
img{
	border:none
	}
	a{
		color:#f48400;/*naranjo*/
		}

/* Sugerencias para diseños elásticos 
1. Dado que el tamaño global de los diseños elásticos se basa en el tamaño de fuente predeterminado del usuario, resultan algo más impredecibles. Si se utilizan correctamente, también son más accesibles para aquellas personas que necesitan tamaños de fuentes más grandes, dado que la longitud de línea mantiene la proporcionalidad.
2. La asignación de tamaño a los divs en este diseño se basa en el 100% del tamaño de fuente en el elemento body. Si reduce el tamaño global del texto empleando font-size: 80% en el elemento body o el #container, recuerde que todo el diseño reducirá su tamaño proporcionalmente. Es posible que le interese aumentar los anchos de los diversos divs para compensar este efecto.
3. Si la asignación de tamaño de fuente se modifica de forma distinta en cada div en lugar de hacerse en el diseño global (es decir: a #sidebar1 se le asigna un 70% de tamaño de fuente y a #mainContent se le asigna un 85% de tamaño de fuente), ello hará que se modifique proporcionalmente el tamaño global de cada uno de los div. Si lo desea, puede realizar el ajuste basándose en la asignación de tamaño de fuente final.
*/
#sombra{
	width: 1024px;
	margin: 0 auto;
	/*background: url(../images/sombra-site.png) repeat-y;*/
	background:#fef4e6;
	}
.oneColElsCtrHdr #container {
	width: 1024px;  /* este ancho creará un contenedor que cabrá en una ventana de navegador 800px si el texto se deja con los tamaños de fuente predeterminados del navegador */
	height:auto;
	background: #fef4e6;
	margin: 0 auto; /* los márgenes automáticos (conjuntamente con un ancho) centran la página */
	
}
.oneColElsCtrHdr #header {
	clear:both;
	width:100%;
	height:120px;
	text-align:left;
	background: #f99600 url(../images/bg-header.jpg) repeat-x; 
} 
.oneColElsCtrHdr #mainContent {
	width:100%;
	height:auto;
	background-color: #fef4e6;
}
.oneColElsCtrHdr #footer {
	clear:both;
	display:block;
	width:100%;
	height:100px;
	background:#f99600 url(../images/bg-footer.jpg) repeat-x;
} 

/*HEADER*/
#logotipo{
	width:139px;
	height:120px;
	float:left;
	}
	
#superbanner{

	/*width:728px;
	height:90px;*/
	float:left;
	margin-top:18px;
	margin-left: 80px;
	
	background: #fce5c1;
	}
#boton-sup1{
	display: none;
	width:170px;
	height:48px;
	float:right;
	text-align:left;
	padding-top:5px;
	}
#bt-registrarse{
		display:block;
		float:left;
		border-right:solid 1px #f9d899;		
		}
		#bt-registrarse a{
			display: block;
text-decoration: none;
color: #f9d899;
margin-right:3px;
			}
			#bt-registrarse a:hover{
				color:#FFF;
				}

	#bt-inicio{
		display:block;
		float:left;
		border-right:solid 1px #f9d899;
		/*margin-left:5px;*/
		}
		#bt-inicio a{
			display: block;
text-decoration: none;
color: #f9d899;
margin-right:5px;
			}
			#bt-inicio a:hover{
				color:#FFF;
				}
	#bt-inicio2{
		display:block;
		float:left;
		margin-left:5px;
		}
		#bt-inicio2 a{
			display: block;
text-decoration: none;
color: #f9d899;
			}
			#bt-inicio2 a:hover{
				color:#FFF;
				}
#boton-sup2{
	display: none;
	width:165px;
	height:21px;
	float:right;
	background:url(../images/bt-fondo.png) -4px 0 no-repeat;
	margin-top:24px;
	padding:22px 0 0 10px;
	}

	
	#boton-sup1 a{
		display: block;
		text-decoration: none;
		color: #fff;
		padding:5px 0 0 5px;
		}
		#boton-sup1 a:hover{
			color:#945800;/*marron claro*/
			}
	
#boton-sup1 ul {
float: left;	
list-style: none;
margin:8px 0 0 35px;
}
#boton-sup1 ul li {
display: inline;
float: left;
padding:0 5px;
}

	
/*MENU-PRINCIPAL*/

#menu-principal{
	width:1024px;
	height:28px;
	float:left;
	background:#f99600 url(../images/bg-menu-principal.jpg) repeat-x;
	border-bottom:1px solid #f99600;
	}
#menu1{
	float:left;
	width:600px;
	height:28px;
	}	
#menu1 ul {
clear: both;
float: left;
width: 600px;	
list-style: none;
margin-left:12px;
margin-top:1px;
}
#menu1 ul li {
display: inline;
float: left;
/*padding:0 5px;*/
}
#menu1 a{
display: block;
text-decoration: none;
color: #f9d899;
border-right:1px solid #f9d899;
padding:5px 10px 0 10px;
	height:22px;
}

#menu1 a:hover{
	color:#945800;/*marron claro*/
	background: url(../images/bg-hover.png) -50px no-repeat;
	}
	
#buscador{
	float:right;
	width:137px;
	margin-top:5px;
	margin-right:5px;
	}	

#search{
	float:left;
	width:101px;
	}
	input{
		border:solid 1px #f48400
		}
	.send_busqueda {
	background:	url(../images/lupa.png);
			background-position:0 -7px;
	background-repeat:no-repeat;
	background-color: #F90;
	border:0 none;
	cursor:pointer;
	height:17px;
	width:34px;
	/*position: relative;
	top:-30px;
	right:-15px;*/
	float: right;
			}
		.send_busqueda:hover {
			opacity:0.5;
			}
#2icons{
	display:block;
	float:right;
	width:100px;
	}	
	#2icons a{
		list-style:none;
		}

#iconos{
	display:block;
	float:right;
	width:23px;
	text-align:center;
	margin-right:8px;
	margin-top:5px;
	list-style:none;
	}
	#iconos a{
		width:23px;
		height:19px;
		list-style:none;
	}
	/*#iconos a:hover {
			opacity:0.5;
			}*/

/*FOOTER*/
#franja-orange{
	width:100%;
	height:6px;
	background:#f99600 url(../images/bg-franja-orange.jpg) repeat-x;
	}
	
#menu-footer{
	clear:both;
	display:block;
	width:1016px;
	}
#menu-footer a{
	display: block;
	height:15px;
	text-decoration: none;
	color: #f9d899;
	border-right:1px solid #f9d899;
	padding:0 10px 0 10px;
	margin-bottom:10px;
	}
	#menu-footer a:hover{
	color: #FC3;/*naranjo claro*/
	}
	
#menu-footer ul {
clear: both;
float: left;
width: 1010px;	
list-style: none;
margin-top:12px;
margin-left:8px;
}
#menu-footer ul li {
display: inline;
float: left;

}

#direccion{
	clear: both;
	float: left;
	float:left;
	width:1000px;
	text-align:left;
	color:#F9D899;
	font-size:10px;
	margin-left:18px;
	margin-top:10px;
	}
/*CONTENIDO-IZQUIERDO*/

#contenido-lat-izq{
	display:block;
	float:left;
	width:207px;
	text-align:left;
	padding-bottom:10px;
	background:#fef4e6 url(../images/bg-columna-izq.png) repeat-x;
	}

#tit-menu-lat-izq{
	clear:both;
	display:block;
	float:left;
	width:150px;
	color:#945800;
	font-size:12pt;
	font-weight:bold;
	margin:15px 0 0 20px;
	}

#menu-lat-izq{
	clear:both;
	display:block;
	float:left;
	width:175px;
	color:#945800;
	margin:10px 0 0 12px;
	padding-top:8px;
	padding-left:7px;
	background: url(../images/bg-menu-lateral.png) no-repeat;
	}
	#menu-lat-izq ul {
clear: both;
float: left;
width: 155px;	
list-style: none;
}
	#menu-lat-izq ul li {
		display:block;
		float: left;
		/*width:155px;
		min-height:20px;
		background:#fce5c1;
		margin-bottom:3px;
		padding:6px 5px 3px 9px;*/
		}
		#menu-lat-izq a{
			clear:both;
			display:block;
		width:155px;
		min-height:20px;
		background:#fce5c1;
		margin-bottom:3px;
		padding:6px 5px 3px 9px;
			color:#945800;
			text-decoration:none;
			}
			#menu-lat-izq a:hover{
				color:#FFF;
				background: url(../images/bg-hover2.png) no-repeat;
				width:153px;
				padding-left:20px;
				}
	
	

#bt-destacados{
	clear:both;
	display:block;
	float:left;
	margin:34px 0 0 12px;	
	}
	#bt-destacados a{
		clear:both;
		display:block;
		width:97px;
		height:42px;
		color:#fff;
		font-weight:bold;
		text-decoration:none;
		padding:30px 0 0 85px;
		background: url(../images/bg-bt-destacados.png) no-repeat;
		}
		#bt-destacados a:hover{
			background:url(../images/bg-bt-destacados2.png) no-repeat;
			}
		
#bt-nuevos-productos{
	clear:both;
	display:block;
	float:left;
	margin:10px 0 0 12px;
	
	}
	#bt-nuevos-productos a{
		clear:both;
		display:block;
		width:97px;
		height:52px;
		color:#fff;
		font-weight:bold;
		text-decoration:none;
		padding:20px 0 0 85px;
		background: url(../images/bg-bt-nuevos-productos.png) no-repeat;
		}
		#bt-nuevos-productos a:hover{
			background: url(../images/bg-bt-nuevos-productos2.png) no-repeat;
			}
	
#formulario-newsletter{
	clear:both;
	display:block;
	float:left;
	width:182px;
	height:137px;
	margin:20px 0 0 12px;
	background: url(../images/bg-newsletter.png) repeat-x;
	}
	#formulario-newsletter form{
		display:block;
	float:left;
	width:140px;
	color:#945800;
	margin:10px 0 0 10px;
		}
		#campo-newsletter{
			width:140px;
			margin-bottom:5px;
			}
		
	#tit-form-newsletter{
	display:block;
	float:left;
	width:159px;
	height:21px;
	color:#945800;
	background:#ffcf80;
	padding:5px 0 0 23px;
		}
	
/*CONTENIDO-DERECHO*/

#contenido-lat-der{
	display:block;
	float:left;
	width:200px;
	text-align:left;
	padding-bottom:10px;
	background:#fef4e6 url(../images/bg-columna-izq.png) repeat-x;
	}
	#bt-carro-compra{
		clear:both;
	display:block;
	float:left;
	width:119px;
	height:41px;
	margin:10px 0 0 14px;
	background: url(../images/bg-bt-carro.png) no-repeat;
	padding:24px 0 0 60px;
		}
		#bt-carro-compra a{
			color: #fef4e6;
			text-decoration:none;
		}
		
	#bt-carro-compra2{
	display:block;
	float:left;
	width:192px;
	min-height:38px;
	text-align:center;
	margin:10px 0 0 4px;
	background: url(../images/bg-box-carro.png) no-repeat;
		}
		#bt-carro-compra2 a{
			display:block;
			color:#fff;
			text-decoration:none;
			margin-top:15px;
			margin-left:50px;
		}
		#bt-carro-compra2 a:hover{
			color:#945800;/*marron claro*/
			}
		
			#carro-compra-lat{
				display:block;
				float:left;
				width:192px;
				}
				#carro-compra-lat a{
					display:block;
					color:#f48400;
					text-decoration:none;
				}
					#carro-compra-lat a:hover{
						color:#945800;/*marron claro*/
						}
	#box-carro{
		display:block;
		float:left;
		width:152px;
		color:#945800;/*marron claro*/
		text-align:left;
		margin-left:15px;
		margin-top:15px;
		padding-bottom:5px;
		border-bottom:solid 1px #666;
		}
		#box-carro2{
		display:block;
		float:left;
		width:152px;
		color:#f48400;/*naranjo*/
		text-align:left;
		margin-left:15px;
		margin-top:10px;
		}
		
	#banner-lateral{
		clear:both;
	display:block;
	float:left;
	width:160px;
	height:600px;
	margin-top:12px;
	margin-left:20px;
	background:#fce5c1;
		}
	
	#encuesta{
		display: none;
		clear:both;
	float:left;
	width:200px;
	min-height:190px;
	color:#945800;
	margin-top:25px;
	background: #fdbb02 url(../images/bg-newsletter.png) 0 33px repeat-x;
		}
		#encuesta form{
			margin:35px 0 0 20px;
			}
			.opcion-encuesta{
				margin-bottom:8px;
				}
			#txt-encuesta{
				display:block;
				float:left;
				margin-bottom:10px;
				}
				
		.easypoll{
			list-style:none;
			margin-left:8px;
			}
			.pollresults{
				width:150px;
				margin-top:8px;
				margin-left:8px;
				line-height:18px;
				}
			.pollresults h3{
				font-size:12px;
				}
			.pollresults ul li{
				list-style:none;
				}
			
		
		#tit-form-encuesta{
	display:block;
	float:left;
	width:177px;
	height:21px;
	color:#945800;
	background:#ffcf80;
	padding:5px 0 0 23px;
		}
	
/*CONTENIDO-PRINCIPAL*/

#contenido-principal{
	display:block;
	float:left;
	width:617px;
	text-align:left;
	padding-bottom:20px;
	background:#fff;
	}
	
/*BANNERS-BOTTOM*/

#espacio-publicidad-bottom{
	clear:both;
	display:block;
	float:left;
	width:1024px;
	/*height:200px;*/
	text-align:left;
	padding-bottom:20px;
	margin-top:10px;
	background:#fef4e6;
	}
	#box-publicidad{
		display:block;
	float:left;
	/*width:124px;
	height:124px;
	background:#FFF;*/
	margin-left:40px;
	margin-top:40px;
	
		}
		
/*CONTENIDO-EDITABLE-HOME*/

#slide-home{
	clear:both;
	display:block;
	float:left;
	width:617px;
	height:192px;
	}

#cont-noticias-home{
	display:block;
	float:left;
	width:600px;
	margin-top:13px;
	margin-left:8px;
	}
	#box-noticia-home{
		display:block;
		float:left;
		width:292px;
		height:264px;
		background:url(../images/bg-noticias-home.png) no-repeat;
	margin-left:7px;
		}
		#tit-noticia-home{
			display:block;
		float:left;
		width:244px;
		height:264px;
		height:36px;
		margin-top:14px;
		margin-left:18px;
			}
			#tit-noticia-home a{
				text-transform:uppercase;
				color:#FFF;
				text-decoration:none;
				}
		#foto-noticia-home{
			display:block;
		float:left;
		width:123px;
		height:98px;
		background:#CCC;
		margin-left:18px;
			}
		#txt-noticia-home{
			display:block;
		float:left;
		width:110px;
		margin-left:10px;
			}
			
		#ver-mas{
			display:block;
		float:right;
		width:60px;
		margin-right:35px;
		margin-top:8px;
			}
		#ver-mas a{
			color:#f69000;/*naranjo*/
			text-decoration:none;
			}
			#ver-mas a:hover{
				color:#945800;
				}
			
/*INTERIORES-COMUNES*/

#menu-miga{
	clear:both;
	display:block;
	width:540px;
	height:48px;
	color:#945800;
	padding:20px 0 0 55px;
	}
	#menu-miga a{
	color:#945800;/*marron claro*/
	text-decoration:none;
	}
		#menu-miga a:hover{
	color:#f48400;
		}
		
#titulo-seccion{
	clear:both;
	display:block;
	float:left;
	width:541px;
	height:54px;
	font-size:18px;
	letter-spacing:1px;
	color:#FFF;
	font-weight:bold;
	background:url(../images/bg-titulo-interior.jpg) no-repeat;
	margin-left:25px;
	padding:8px 0 0 30px;
	}
#cont-cocktails{
	clear:both;
	display:block;
	float:left;
	width:571px;
	margin-left:25px;
	}
	
/*CONTENIDO-COCKTAILS*/

#box-cocktails1{
	display:block;
	float:left;
	width:377px;
	height:200px;
	background:url(../images/bg-box-cocktails1.jpg) no-repeat;
	margin-bottom:10px;
	}
	#foto-box-cocktails-orange-127{
		display:block;
		float:left;
		width:127px;
		height:127px;
		border:solid 2px #f48400;/*naranjo*/
		text-align:center;
		margin-top:25px;
		margin-left:30px;
		}
	#tit-box-cocktails1{
		display:block;
		float:left;
		width:177px;
		height:26px;
		margin-top:25px;
		margin-bottom:20px;
		margin-left:14px;
		}	
		#tit-box-cocktails1 a{
		font-size:16px;
		color:#FFF;
		font-weight:bold;
		text-decoration:none;
		}
			#tit-box-cocktails1 a:hover{
				color:#945800;
				}
	#txt-box-cocktails1{
		display:block;
		float:left;
		width:177px;
		height:85px;
		color:#945800;
		margin-left:14px;
		}
	
	
#box-cocktails-gris-127{
	display:block;
	float:left;
	width:180px;
	height:200px;
	background:url(../images/bg-box-cocktails2.jpg) no-repeat;
	margin-left:9px;
	margin-bottom:10px;
	text-align:center;
	}
	#foto-box-cocktails2{
		display:block;
		float:left;
		width:127px;
		height:127px;
		border:solid 2px #ccc;
		text-align:center;
		margin-top:20px;
		margin-left:22px;
		margin-bottom:3px;
		}
	#vinculo-cocktails2{
		display:block;
		float:left;
		width:131px;
		text-align:center;
		margin-left:22px;
		}
		#vinculo-cocktails2 a{
			color:#945800;/*marron claro*/
			text-decoration:none;
			text-align:center;
			}
			#vinculo-cocktails2 a:hover{
			color:#f48400;/*naranjo*/
			}
	
/*CONTENIDO-DULCES*/

#cont-dulces{
	clear:both;
	display:block;
	float:left;
	width:571px;
	margin-left:25px;
	}
#box-dulces{
	display:block;
	float:left;
	width:188px;
	height:148px;
	margin-bottom:35px;
	border-right:dashed 1px #ccc;
	}
	
	
	#foto-box-dulces-127{
		display:block;
		float:left;
		width:127px;
		height:127px;
		border:solid 2px #ccc;
		text-align:center;
		margin-left:32px;
		margin-bottom:3px;
		}
		
#vinculo-dulces{
		display:block;
		float:left;
		width:131px;
		text-align:center;
		margin-left:32px;
		}
		#vinculo-dulces a{
			color:#945800;
			text-decoration:none;
			}
			#vinculo-dulces a:hover{
			color:#f48400;/*naranjo*/
			}
			
/*CONTENIDO-PRENSA Y MEDIA*/	

#cont-prensa-y-media{
	clear:both;
	display:block;
	float:left;
	width:571px;
	margin-left:25px;
	}
	
#prensa-y-media-box1{
	clear:both;
	display:block;
	float:left;
	width:571px;
	height:235px;
	border-bottom:solid 2px #fef4e6;
	}
#foto-box-prensa-218x171{
		display:block;
		float:left;
		width:218px;
		height:171px;
		border:solid 2px #ccc;
		text-align:center;
		margin-left:30px;
		margin-top:30px;
		}
#tit-box-prensa{
		display:block;
		float:left;
		width:225px;
		height:26px;
		margin-top:55px;
		margin-bottom:20px;
		margin-left:50px;
		}	
		#tit-box-prensa a{
			font-size:16px;
		font-weight:bold;
		color:#f48400;
		text-decoration:none;
		}
			#tit-box-prensa a:hover{
				color:#945800;
				}
	#txt-box-prensa{
		display:block;
		float:left;
		width:225px;
		height:104px;
		text-align:justify;
		margin-left:50px;
		}
		
/*CONTENDO-PRODUCTOS DESTACADOS*/	

#cont-productos-destacados{
	clear:both;
	display:block;
	float:left;
	width:571px;
	margin-left:25px;
	}
	
#productos-destacados-box1{
	clear:both;
	display:block;
	float:left;
	width:571px;
	height:295px;
	margin-bottom:30px;
	}

#foto-box-productos-destacados1-258x260{
		display:block;
		float:left;
		width:258px;
		height:262px;
		border:solid 2px #ccc;
		text-align:center;
		margin-left:30px;
		margin-top:30px;
		}

#tit-box-productos-destacados1{
		display:block;
		float:left;
		width:225px;
		height:26px;
		margin-top:55px;
		margin-bottom:20px;
		margin-left:25px;
		}	
		#tit-box-productos-destacados1 a{
			font-size:16px;
		font-weight:bold;
		color:#f48400;
		text-decoration:none;
		}
			#tit-box-productos-destacados1 a:hover{
				color:#945800;
				}

	#txt-box-productos-destacados1{
		display:block;
		float:left;
		width:225px;
		height:170px;
		text-align:justify;
		margin-left:25px;
		}

#productos-destacados-box2{
	clear:both;
	display:block;
	float:left;
	width:571px;
	height:295px;
	background:url(../images/bg-box-prod-destacados.png) no-repeat;
	}

#tit-txt-box-productos-destacados2{
		display:block;
		float:left;
		width:226px;
		height:204px;
		text-align:center;
		margin-left:30px;
		margin-top:35px;
		}

#foto-box-productos-destacados2-270x200{
		display:block;
		float:left;
		width:270px;
		height:200px;
		border:solid 2px #ccc;
		text-align:center;
		margin-top:35px;
		}

#tit-box-productos-destacados2{
		display:block;
		float:left;
		width:200px;
		height:26px;
		text-align:left;
		margin-bottom:20px;
		margin-top:30px;
		}	
		#tit-box-productos-destacados2 a{
			font-size:16px;
		font-weight:bold;
		color:#f48400;
		text-decoration:none;
		}
			#tit-box-productos-destacados2 a:hover{
				color:#945800;
				}

	#txt-box-productos-destacados2{
		display:block;
		float:left;
		width:200px;
		height:105px;
		text-align:justify;
		}
		
/*NOTICIA*/

#cont-noticia{
	clear:both;
	display:block;
	float:left;
	width:571px;
	margin-left:25px;
	}
	
	#foto-box-noticia-500x260{
		display:block;
		float:left;
		width:504px;
		border:solid 2px #ccc;
		text-align:center;
		margin-left:30px;
		margin-top:30px;
		margin-bottom:30px;
		}
	#tit-box-noticia{
		display:block;
		float:left;
		width:500px;
		height:26px;
		font-size:16px;
		font-weight:bold;
		color:#f48400;
		margin-top:20px;
		margin-left:33px;
		}	
		

	#txt-box-noticia{
		display:block;
		float:left;
		width:525px;
		max-height:600px;
		overflow:auto;
		text-align:justify;
		margin-left:33px;
		}
		
/*INTERIOR PRODUCTO*/

#cont-detalle-producto{
	clear:both;
	display:block;
	float:left;
	width:571px;
	margin-left:25px;
	}
	
	#foto-box-detalle-producto-260x260{
		display:block;
		float:left;
		width:262px;
		height:262px;
		border:solid 2px #ccc;
		text-align:center;
		margin-left:30px;
		margin-top:30px;
		margin-bottom:30px;
		}
		
	#tit-txt-box-detalle-producto{
		display:block;
		float:left;
		width:210px;
		height:220px;
		text-align:center;
		margin-left:30px;
		margin-top:31px;
		}
	#tit-box-detalle-producto{
		display:block;
		float:left;
		width:210px;
		height:26px;
		font-size:16px;
		font-weight:bold;
		text-align:left;
		color:#f48400;
		margin-top:2px;
		}	
		

	#txt-box-detalle-producto{
		display:block;
		float:left;
		width:210px;
		height:103px;
		text-align:justify;
		margin-top:20px;
		}
	#precio-detalle-producto{
		display:block;
		float:left;
		width:210px;
		font-size:16px;
		font-weight:bold;
		text-align: center;
		color:#f48400;
		margin-top:20px;
		}
	#añadir-carro{
		display:block;
		float:right;
		/*width:210px;
		height:26px;*/
		margin-top:20px;
		
		}
		#añadir-carro a{
			display:block;
			width:210px;
			height:19px;
			color:#945800;/*marron claro*/
			text-decoration:none;
			font-size:10px;
			font-weight:bold;
			background: url(../images/img-anadir-a-carro.png) 30px no-repeat;
			padding-top:7px;
			margin-right:20px;
			}
			#añadir-carro a:hover{
				color:#FFF;
				background: url(../images/img-anadir-a-carro2.png) 30px no-repeat;
				}
		
/*PRODUCTOS NUEVOS*/

#cont-productos-nuevos{
	clear:both;
	display:block;
	float:left;
	width:571px;
	margin-left:25px;
	}
#box-productos-nuevos{
	display:block;
	float:left;
	width:283px;
	margin-bottom:35px;
	border-right:dashed 1px #ccc;
	margin-top:20px;
	}
	
	#foto-box-productos-nuevos-220x170{
		display:block;
		float:left;
		width:220px;
		height:170px;
		border:solid 2px #ccc;
		text-align:center;
		margin-left:32px;
		margin-bottom:10px;
		}
		
#vinculo-productos-nuevos{
		display:block;
		float:left;
		width:220px;
		text-align:center;
		margin-left:34px;
		}
		#vinculo-productos-nuevos a{
			font-size:16px;
		font-weight:bold;
		color:#f48400;/*naranjo*/
			text-decoration:none;
			}
			#vinculo-productos-nuevos a:hover{
				color:#945800;/*marron claro*/
				}
			
/*REGISTRARSE*/

#cont-registrarse{
	clear:both;
	display:block;
	float:left;
	width:550px;
	margin-left:25px;
	}
	
#fondo-formulario{
	display:block;
	float:left;
	width:570px;
	height:322px;
	margin-bottom:35px;
	margin-top:20px;
	background:#f48400 url(../images/bg-registrarse.png) no-repeat;
	}
	
#foto-formulario-258{
		display:block;
		float:left;
		width:260px;
		height:260px;
		border:solid 2px #f48400;
		text-align:center;
		margin-left:22px;
		margin-top:30px;
		}
		
#formulario-registro{
		display:block;
		float:left;
		width:250px;
		height:255px;
		margin-left:20px;
		margin-top:32px;
		}
		
#label-campo{
	clear:left;
	display:block;
	float:left;
	}
	
	#country{
		width:120px;
	height:14px;
	border:solid 1px #f48400;
		}
		#campo-reg{
			float:right;
			}
		
		/*FORMULARIO DE REGISTRO / EMAIL A FRIEND*/
		
		.tbmain{ 
 /* Changes on the form */
 background: white !important; 
}
.left{
  color: #945800 !important;
  /*marron claro*/ 
}
.head{
  color:#333333;
  font-size:20px;;
  text-decoration:underline;
}
td.left {
	color:#945800;/*marron claro*/
	height:30px;
	vertical-align:middle;
}
.pagebreak{
}
.tbmain{
  height:100%;
  background:white;
}
span.required{
  font-size: 13px !important;
  color: red !important;
}
 
div.backButton{
    background: transparent url("http://spanish.jotform.com//images/btn_back.gif") no-repeat scroll 0 0;
    height:16px;
    width:53px;
    float:left;
    margin-bottom:15px;
    padding-right:5px;
}
div.backButton:hover{
    background: transparent url("http://spanish.jotform.com//images/btn_back_over.gif") no-repeat scroll 0 0;
}
div.backButton:active{
    background: transparent url("http://spanish.jotform.com//images/btn_back_down.gif") no-repeat scroll 0 0;
}
div.nextButton{
    background: transparent url("http://spanish.jotform.com//images/btn_next.gif") no-repeat scroll 0 0;
    height:16px;
    width:53px;
    float: left;
    margin-bottom:15px;
    padding-right:5px;
}
div.nextButton:hover{
    background: transparent url("http://spanish.jotform.com//images/btn_next_over.gif") no-repeat scroll 0 0;
}
div.nextButton:active{
    background: transparent url("http://spanish.jotform.com//images/btn_next_down.gif") no-repeat scroll 0 0;
}
.pageinfo{
    padding-right:5px;
    margin-bottom:15px;
    float:left;
}



.btn{
	width:61px;
	height:25px;
	color:#945800;/*marron claro*/
	background:url(../images/button.png);
	border:none;
	}
	.btn:hover{
		color:#FFF;
		background:url(../images/button1.png);
		}
	
	
.text{
	border:solid 1px #f48400;
	}
/*FIN FORMULARIO DE REGISTRO / EMAIL A FRIEND*/




/*EMAIL A FRIEND*/

#cont-email-a-friend{
	clear:both;
	display:block;
	float:left;
	width:571px;
	margin-left:25px;
	}

#fondo-email-a-friend{
	display:block;
	float:left;
	width:569px;
	height:322px;
	margin-bottom:35px;
	margin-top:20px;
	background:#f48400 url(../images/bg-email-a-friend.png) 0 -10px no-repeat;
	}
	
#foto-email-a-friend-258{
		display:block;
		float:left;
		width:260px;
		height:260px;
		border:solid 2px #f48400;
		text-align:center;
		margin-left:42px;
		margin-top:30px;
		}
		
#formulario-email-a-friend{
		display:block;
		float:left;
		width:150px;
		height:255px;
		margin-left:70px;
		margin-top:32px;
		}


/*CARRO DE COMPRA*/

#cont-carro-de-compra{
	clear:both;
	display:block;
	float:left;
	width:571px;
	margin-left:25px;
	}
	
	
/*RESULTADO ENCUESTA*/

#cont-resultado-encuesta{
	clear:both;
	display:block;
	float:left;
	width:571px;
	margin-left:25px;
	}
	
	
/*LISTADO NOTICIAS*/

#cont-list-noticias{
	clear:both;
	display:block;
	float:left;
	width:571px;
	margin-left:25px;
	}
	
#list-noticias-box1{
	clear:both;
	display:block;
	float:left;
	width:571px;
	height:180px;
	border-bottom:solid 2px #fef4e6;
	}
#foto-box-list-noticias{
		display:block;
		float:left;
		width:120px;
		height:120px;
		border:solid 2px #ccc;
		text-align:center;
		margin-left:30px;
		margin-top:30px;
		}
#tit-box-list-noticias{
		display:block;
		float:left;
		width:357px;
		height:26px;
		margin-top:30px;
		margin-bottom:5px;
		margin-left:30px;
		}	
		#tit-box-list-noticias a{
			font-size:16px;
		font-weight:bold;
		color:#f48400;
		text-decoration:none;
		}
			#tit-box-list-noticias a:hover{
				color:#945800;
				}
	#txt-box-list-noticias{
		display:block;
		float:left;
		width:357px;
		height:65px;
		text-align:justify;
		margin-left:30px;
		}
		
/*COMPAGINADOR*/
#compaginador{
	float:left;
	width:471px;
	text-align:center;
	}
	
		#compaginador a{
			color:#945800;
			text-decoration:none;
			}
			#vinculo-dulces a:hover{
			color:#f48400;/*naranjo*/
			}
			
/*LOGIN*/
#form-login{
	width:154px;
	height:48px;
	float:right;
	padding-left:30px;
	padding-top:5px;
	}

.campo-login{
	width:80px;
	height:14px;
	border:solid 1px #f48400;
	}
	.campo-login2{
	width:120px;
	height:14px;
	border:solid 1px #f48400;
	}
	
			
.usuario{
	clear:left;
	color:#945800;/*marron claro*/
	}
	
	
fieldset{
	border:none;
	}
#fieldset a{
	display:block;
	float:left;
	width:150px;
	color:#F9D899;
	border:0;
	}
	#fieldset a:hover{
		color:#FFF;
		}
	
.button{
	width:41px;
	height:17px;
	color:#945800;/*marron claro*/
	background:url(../images/button-login.png);
	border:none;
}
	.button:hover{
		color:#FFF;
		background:url(../images/button-login2.png);
		}
.button-desc{
	width:76px;
	height:25px;
	color:#945800;/*marron claro*/
	background:url(../images/button-desc2.png) no-repeat;
	border:none;
	padding-top: 10px;
	padding-left:30px;
	}
	
	
	.button-desc:hover{
		color:#FFF;
		background:url(../images/button-desc.png) no-repeat;
		}

	

/*CONTACTO*/
	
#fondo-formulario{
	display:block;
	float:left;
	width:570px;
	height:322px;
	margin-bottom:35px;
	margin-top:20px;
	background:#f48400 url(../images/bg-registrarse.png) no-repeat;
	}
	
#foto-formulario-258{
		display:block;
		float:left;
		width:240px;
		height:200px;
		border:solid 2px #f48400;
		text-align:center;
		margin-left:22px;
		margin-top:50px;
		}
		
#formulario-registro{
		display:block;
		float:left;
		width:250px;
		height:255px;
		margin-left:20px;
		margin-top:50px;
		}
		#formulario-registro fieldset{
			float:left;
			width:120px;
			}
		
#label-campo{
	clear:left;
	display:block;
	float:left;
	}
	
	#region{
		width:120px;
	height:14px;
	font-size:9px;
	border:solid 1px #f48400;
		}
		#campo-reg{
			float:right;
			}
#form-contacto{
	display:block;
	float:left;
	margin-top:30px;
	margin-left:130px;
	}
	
/*ENCUESTA*/

.pollvotes H3{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
#easypollsubmit{
	width:61px;
	background:url(../images/button.png) no-repeat;
	}
	#easypollsubmit:hover{
		color:#FFF;
	background:url(../images/button1.png) no-repeat;
	}
#easypollresult{width:101px;
background:url(../images/button2-encuesta.png) no-repeat;
}
#easypollresult:hover{
	color:#FFF;
background:url(../images/button2-encuesta-b.png) no-repeat;
}

.pollvotes ul{
	list-style:none;
	line-height:20px;
	margin-top:5px;
	margin-bottom:10px;
	}
.pollbutton{
	
	height:25px;
	color:#945800;/*marron claro*/
	
	border:none;
	}
	
/*NEWSLETTER*/
 #send_newsletter{
	 margin-top:10px;
	 }
#newsletter{
	margin-top:5px;
	}
	
/*COMPARTIR*/

#compartir{
	float:right;
	width:100px;
	text-align:right;
	margin-right:38px;
	margin-top:10px;
	}
	
/*DESTACADOS-HOME*/

#destacados-box{
	clear:both;
	display:block;
	float:left;
	width:580px;
	height:170px;
	margin-left:18px;
	border-bottom:solid 2px #fef4e6;
	}
#foto-box-destacados{
		display:block;
		float:left;
		width:123px;
		height:98px;
		border:solid 2px #ccc;
		text-align:center;
		margin-left:30px;
		margin-top:20px;
		}
#tit-box-destacados{
		display:block;
		float:left;
		width:380px;
		height:26px;
		margin-top:20px;
		margin-bottom:10px;
		margin-left:20px;
		}	
		#tit-box-destacados a{
			font-size:16px;
		font-weight:bold;
		color:#f48400;
		text-decoration:none;
		}
			#tit-box-destacados a:hover{
				color:#945800;
				}
	#txt-box-destacados{
		display:block;
		float:left;
		width:380px;
		height:65px;
		text-align:justify;
		margin-left:20px;
		}
		
/*CALENDARIO-ACTIVIDADES*/

#calendario-contenidomes{
					display:block;
					float:left;
					width:180px;
					height:200px;
					background:url(../images/bg-box-cocktails2.jpg) repeat-x;
					margin-left:20px;
					}
					
#mes{
	float:left;
	width:205px;
	height:108px;
	}
	
#pasa-mes{
	float:left;
	width:100%;
	text-align:center;
	margin:5px 0;
	}
#text-mes {
	display:block;
	float: left;
	width: 205px;
}

#text-mes p{
	width: 205px;
	float: left;
}

#ee_listDetailsContainer {
	float:left;
	height:auto;
	width:340px;
	height:auto !important;
	min-height:167px !important;
	height:167px;
	background:url(../images/bg-registrarse.png);
	margin-top:5px;
	margin-left:10px;
	padding-left:10px;
	padding-top:10px;
								}
#ee_miniCalendarContainer {
				float:left;
				height:140px;
				width:110px;
				text-align:center;
				margin-left:30px;
				margin-top:25px;
				
				}
#actividades-box{
	clear:both;
	display:block;
	float:left;
	width:580px;
	height:170px;
	border-bottom:solid 2px #fef4e6;
	}

/*SUBMENU*/

#submenu-bar {
	background:url(../images/br-menu-sec.jpg) repeat-y;
	float: left;
	width: 586px;
	padding-top: 2px;
	padding-left:5px;
	height: auto;
}
#submenu-bar2 {
	float: left;
	width: 588px;
	height: auto;
	margin-left: 3px;
}

#submenu-bar ul{
	display:block;
	float:left;
	}	

#submenu-bar ul li {
	display:block;
	margin-bottom: 5px;
	padding: 0px;
	list-style-type: none;
	float: left;
	text-decoration: none;	
}
#submenu-bar a {
	text-decoration:none;
	float: left;
	display: block;
	border-right: 1px solid;
	padding-right: 3px;
	padding-left: 3px;
}
#submenu-bar a:link {
	float: left;
	display: block;
	
}
#submenu-bar a:hover {
	float: left;
	display: block;
	color: #999;
}
#submenu-bar a:active {
	float: left;
	display: block;
	color: #333;
}

#banner-lateral-der{
margin-top:10px;
margin-left:20px;
}

#tabla-formulario{
margin-top:30px;
}

#form-back{
border: 0 solid;
    color: #555555;
    float: left;
    font-size: 10px;
    height: auto;
    padding: 20px 35px;
    width: 500px;
    margin-left:20px;

}

#form-back h1{
  color: #F48400;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: bold;
    height: 26px;
    margin-bottom: 15px;
    text-align: left;
    width: 500px;

}

.divline {
    float: left;
    height: 24px;
    margin: 2px 0 0;
    width: 500px;
}
.divline input {
    width: 320px;
}

input.cod {
    margin-right: 4px !important;
    width: 40px !important;
}

input.tel {
    width: 268px !important;
}

.inputlabel {
    float: left;
    font-size: 12px;
    height: auto;
    margin: 0 10px 0 0;
    padding: 3px 0 0;
    text-align: left;
    text-transform: uppercase;
    width: 150px;
}



.textInput {
    background: none repeat scroll 0 0 #ffe2bf;
    border: 1px solid #F48400;
    color: #555555;
    font-size: 11px;
    height: 12px;
    padding: 3px 0 3px 3px;
    width: 320px;
}

#form-back textarea {
    background: none repeat scroll 0 0 #ffe2bf;
    border: 1px solid #F48400;
    color: #555555;
    font-family: arial;
    font-size: 11px;
    width: 320px;
}

#comentario {
    font-size: 10px;
    height: 120px;
}

.submitButton_contacto {
    background-color: #F48400;
    border: 0 none;
    box-shadow: 0 3px 5px #CCCCCC;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 11px;
    font-weight: bold;
    margin: 130px 17px 5px 0;
    padding: 5px 15px;
    position: relative;
    text-transform: uppercase;
    
}

.submitButton_contacto:hover{
  opacity:0.7;
    
}

#texto-comentario {
    color: #F48400;
    float: left;
    font-size: 10px;
    height: 100px;
    width: 90px;
}
#galeria-fotos{
width:571px;
height:300px;
background:#c8c8c8;


}
