@charset "utf-8";
/* CSS Document */
body {
	font-size:14px;
	background-color:#fff;
	font-family:"Times New Roman", Times, serif
}
p {line-height:20px;}

#container {
	width:726px;
	margin:5px;
	position:relative;
}
#container-index {
	background: url(../img/bg-container.jpg) no-repeat;
	width:797px;
	height:465px;
	margin:5px auto 0 auto;
	position:relative;
}
#header {
	height:112px;
	width:726px;
	padding-top:13px;
	display:none;
}
#content {	
	padding:10px 40px 0 40px;
	width:646px;
}
#footer {
	background:url('../img/footer.jpg') no-repeat;
	height:104px;
	width:726px;
	display:none;	
}
/*-----------------------------Menu ----------------------------*/
#menu {
	margin:0 0 0 33px;
}
#menu li {
	float:left;
	display:inline;
	text-indent:-10000px;
	margin-top:6px;
}
.inicio {
	background:url(../img/menu.jpg) 0 -142px;
	width:50px;
	height:71px;
	display:block;
}
.enologo {
	background:url(../img/menu.jpg) -50px -142px;
	width:51px;
	height:71px;
	display:block;
}
.vinos {
	background:url(../img/menu.jpg) -101px -142px;
	width:50px;
	height:71px;
	display:block;
}
.delicatessen {
	background:url(../img/menu.jpg) -151px -142px;
	width:60px;
	height:71px;
	display:block;
}
.licores {
	background:url(../img/menu.jpg) -211px -142px;
	width:50px;
	height:71px;
	display:block;
}
.cofres {
	background:url(../img/menu.jpg) -261px -142px;
	width:40px;
	height:71px;
	display:block;
}
.etiquetas {
	background:url(../img/menu.jpg) -301px -142px;
	width:59px;
	height:71px;
	display:block;
}
.contactar {
	background:url(../img/menu.jpg) -360px -142px;
	width:47px;
	height:71px;
	display:block;
}
.inicio a {
	background:url(../img/menu.jpg) 0 0;
	width:50px;
	height:71px;
	display:block;
}
.enologo a {
	background:url(../img/menu.jpg) -50px 0px;
	width:51px;
	height:71px;
	display:block;
}
.vinos a {
	background:url(../img/menu.jpg) -101px 0px;
	width:50px;
	height:71px;
	display:block;
}
.delicatessen a {
	background:url(../img/menu.jpg) -151px 0;
	width:60px;
	height:71px;
	display:block;
}
.licores a {
	background:url(../img/menu.jpg) -211px 0;
	width:50px;
	height:71px;
	display:block;
}
.cofres a {
	background:url(../img/menu.jpg) -261px 0;
	width:40px;
	height:71px;
	display:block;
}
.etiquetas a {
	background:url(../img/menu.jpg) -301px 0;
	width:59px;
	height:71px;
	display:block;
}
.contactar a {
	background:url(../img/menu.jpg) -360px 0;
	width:47px;
	height:71px;
	display:block;
}
.inicio a:hover {
	background:url(../img/menu.jpg) 0 -71px;
	width:50px;
	height:71px;
	display:block;
}
.enologo a:hover {
	background:url(../img/menu.jpg) -50px -71px;
	width:51px;
	height:71px;
	display:block;
}
.vinos a:hover {
	background:url(../img/menu.jpg) -101px -71px;
	width:50px;
	height:71px;
	display:block;
}
.delicatessen a:hover {
	background:url(../img/menu.jpg) -151px -71px;
	width:60px;
	height:71px;
	display:block;
}
.licores a:hover {
	background:url(../img/menu.jpg) -211px -71px;
	width:50px;
	height:71px;
	display:block;
}
.cofres a:hover {
	background:url(../img/menu.jpg) -261px -71px;
	width:40px;
	height:71px;
	display:block;
}
.etiquetas a:hover {
	background:url(../img/menu.jpg) -301px -71px;
	width:59px;
	height:71px;
	display:block;
}
.contactar a:hover {
	background:url(../img/menu.jpg) -360px -71px;
	width:47px;
	height:71px;
	display:block;
}
#menu-vertical {
	position:fixed;
	top:140px;
	left:697px;
	background:#fffad7;
	display:block;
	padding:10px;
	font-size:90%;
	width:175px;
	display:none;
}
#menu-vertical li {
	margin:5px 0;
	line-height:18px
}
#menu-vertical li a {
	color:#003333;
	padding:0 0 0 5px
}
#menu-vertical li a:hover {
	color:#993300
}
.top {
	margin-top:20px;
	clear:both;
}
h3 {
	clear:both;
	background-color: #993300;
	color: #ffff99;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	margin:10px 10px 10px 0;
	padding:5px;
	position:relative;
	height:15px;
}
.precio, .precio2 {
	position:absolute;
	top:0px;
	right:82px;
	background:#003333;
	height:25px;
	width:80px;
	display:block;
	text-align:center;
	line-height:25px;
	font-size:11px;
}
.precio2 {
	right:0px;
}

img.photo {	
	width:120px;
	float:left;
	display:none;
}
dl {
	margin:10px 4px;
	width:625px;
	float:left;
	display:inline;
}
dt {
	margin:5px 2px;
	padding:5px;
	border:1px solid #666;
	width:455px;
	float:left;
	display:inline;
}
dd {
	margin:5px 2px;
	padding:5px 3px;
	border:1px solid #666;
	width:65px;
	text-align:center;
	float:left;
	display:inline;
}
.textos {
	font-size:12px;
	line-height:18px;
	margin:5px 0;
}
.imprimir a {
	background:url('../img/imprimir.gif') no-repeat;
	display:block;
	width:70px;
	height:12px;
	text-indent:-10000px;
	display:none;
}
#anadas {
	border:1px solid #000;
}
#anadas td {
	margin:5px; border:1px solid #000;
}
td.textosAma {
	background:#003333;
	color:#ffffcc;
	text-align:center;
	padding:5px;
}
td.textos-grande {
	color:#993300;
	text-align:center;
	padding:5px;
}
h4 {
	margin:15px 0;
	font-size:110%;
	color:#993300;
}
ul.list li {
	margin:10px 0 10px 25px;
	list-style-type:disc;
	line-height:20px;
}
ul.list li strong {
	color:#003333;
}
#Etiquetas {
	position:relative;
	width:250px;
	height:115px;
	z-index:1;
	left: 54px;
	visibility: visible;
}
#Layer1, #Layer2, #Layer3, #Layer4, #Layer5, #Layer6, #Layer7, #Layer8, #Layer9, #Layer10, #Layer11 {
	position:absolute;
	width:300px;
	height:440px;
	z-index:2;
	visibility: hidden;	
	left: 390px;
	top: 220px;
}

/*-----------------------------Menu Index ----------------------------*/
#menu-index {
	width:540px;
	height:90px;
	top:240px;
	left:200px;
	position:absolute;
}
#menu-index li {
	float:left;
	display:inline;
	text-indent:-10000px;
	margin-top:6px;
}
#menu-index .inicio2 a {
	background:url(../img/menu-index.jpg) 0 0;
	width:78px;
	height:90px;
	display:block;
}
#menu-index .enologo2 a {
	background:url(../img/menu-index.jpg) -78px 0px;
	width:62px;
	height:90px;
	display:block;
}
#menu-index .vinos2 a {
	background:url(../img/menu-index.jpg) -140px 0px;
	width:52px;
	height:90px;
	display:block;
}
#menu-index .delicatessen2 a {
	background:url(../img/menu-index.jpg) -192px 0;
	width:75px;
	height:90px;
	display:block;
}
#menu-index .licores2 a {
	background:url(../img/menu-index.jpg) -266px 0;
	width:65px;
	height:90px;
	display:block;
}
#menu-index .cofres2 a {
	background:url(../img/menu-index.jpg) -331px 0;
	width:63px;
	height:90px;
	display:block;
}
#menu-index .etiquetas2 a {
	background:url(../img/menu-index.jpg) -394px 0;
	width:63px;
	height:90px;
	display:block;
}
#menu-index .contactar2 a {
	background:url(../img/menu-index.jpg) -456px 0;
	width:64px;
	height:90px;
	display:block;
}
#menu-index .inicio2 a:hover {
	background:url(../img/menu-index.jpg) 0 -90px;
}
#menu-index .enologo2 a:hover {
	background:url(../img/menu-index.jpg) -78px -90px;
}
#menu-index .vinos2 a:hover {
	background:url(../img/menu-index.jpg) -140px -90px;
}
#menu-index .delicatessen2 a:hover {
	background:url(../img/menu-index.jpg) -192px -90px;
}
#menu-index .licores2 a:hover {
	background:url(../img/menu-index.jpg) -266px -90px;
}
#menu-index .cofres2 a:hover {
	background:url(../img/menu-index.jpg) -331px -90px;
}
#menu-index .etiquetas2 a:hover {
	background:url(../img/menu-index.jpg) -394px -90px;
}
#menu-index .contactar2 a:hover {
	background:url(../img/menu-index.jpg) -456px -90px;
}