@import url(layout-740.css);
@import url(forms.css);
@import url(wp.css);

/* Commons */
*{margin: 0;padding: 0;}
html{
	background-color: #7A7154;
	background-image: url(bg.jpg);	
	background-repeat: repeat;
}
body{
	background: url(bg-maps.png) center top no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	/*font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;*/
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}
#wrapper{
	background: url(bg-shine.png) -10px -15px no-repeat;
	width: 990px;
	margin: 0 auto;
	overflow: hidden;
}
a{
	color: #1564B2;text-decoration: none;	
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a:hover{
	color: #666;text-decoration: underline;	
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
li{
	list-style: none;
}
#content ul,
#content ol{
	margin: 10px 10px 20px 40px;
}
#content ul li{
	list-style: square;
}
#content ol li{
	list-style: decimal;
}
#content p{
	line-height: 160%;
	margin-bottom: 10px
}
#content li{
	line-height: 140%;
	margin-bottom: 5px;
}


img{border: 0;}


/* ( TEXT )----------------------------------------------------------*/
h1{
	font-size: 200%;
	color: #482722;
	font-size: 280%;
	margin-bottom: 10px;
}
h2{
	font-size: 180%;
	margin: 10px 0;
}

h2 a{
	color: #482722;
	text-decoration: underline;
}


h3{
	font-size: 160%;
	margin: 20px 0 10px 0;
}


h3 a{
	color: #482722;
	text-decoration: underline;
}



h4{
	font-size: 140%;
	margin: 10px 0;
}
p, li, blockquote{
	font-size: 120%;
}

p.destacado {
	padding: 10px;
	background: #f0e9db;
	border: 1px solid #e5d9c0;
	margin: 10px 0;
}

p.date {
	text-align: right;
}


p.muydestacado {padding: 10px;border: 1px solid;background: #e3d7be;margin: 10px 0;}





/* ( PRIMARY DIVISIONS )----------------------------------------------------------*/

#main{
	width: 980px;
	margin: 0 auto;
	position: relative;
}
#container-top{
	background: url(container-top.png) 0 0 no-repeat;
	width: 980px;
	height: 23px;
}
#container{
	background: 
	/*	url(container-top.png) no-repeat left top,*/
		url(container-bg.png) center;
			width: 936px;
	min-height: 400px;
	padding: 0 22px 0 22px;
	margin: 0 auto;
	overflow: hidden;
}
#footer{
	width: 980px;
	height: 111px;
	margin: 0 auto 20px auto;
	padding: 30px 0 0 0;
	background-image: url(container-bottom.png);
	background-position: center bottom;
	clear: both;
}
#sidebar{
	width: 176px;
	min-height: 200px;
	float: left;
	margin: 0 20px 0 0;
}
#content{
	width: 740px;
	min-height: 200px;
	float: left;
	margin: 0;
	color: #482722
}

/* ( HEADER: NAV + LANG + ACCOUNT)----------------------------------------------------------*/
#header{
	position: relative;
	z-index: 50;
	height: 160px;
}
.ap-cart{
	position: absolute;
	bottom: 5px;
	right: -2px;
	z-index: 100;
}

/* Nav */
.nav{
	width: 965px;
	height: 54px;
	padding: 4px 0 0 15px;
	background: url(nav.png) left top no-repeat;
	position: relative;
}
.nav li{
	float: left;
	height: 49px;
	font-size: 140%;
}
.nav li a{
	color: #fff;
	display: block;
	height: 49px;
	line-height: 340%;
	text-transform: uppercase;
	text-shadow: 0 1px 2px rgba(0,0,0,.7);
	padding: 0 10px;
	opacity: 1;
	text-decoration: none;
}
.nav li a span{
	background: url(nav-star.png) 0 5px no-repeat;
	padding: 0 0 0 15px;
}
.nav li.currentnav a{
	background: url(nav-currentnav.png);
	opacity: 1;
}
.nav li a:hover{
	opacity: 1;
	color: #ffffa8;
	background: url(nav-hover.png);
}

/* Account */
.account{
	position: absolute;
	top: 55px;
	right: 10px;
	height: 35px;
	min-width: 200px;
	border: 1px solid #362e1c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	background: url(account.png);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #ffffa8;
}
.account a{
	color: #ffffa8;
}
.account a:hover{
	text-decoration: none;
	opacity: 1; 
}
.account span{
	display: block;
	float: right;
}
.user{
	height: 35px;
	line-height: 280%;
	padding: 0 20px 0 10px;
}
.user a{
	text-decoration: underline;
	opacity: .7; 
}
.products{
	height: 35px;
	margin: 0 55px 0 0;
}
.products a{
	display: block;
	height: 30px;
	line-height: 140%;
	font-size: 200%;
	margin: 2px 0 0 0;
	padding: 0 10px;
	text-align: right;
	background: #000;
	opacity: .5;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.products a:hover{
	opacity: 1;
}
.products small{
	font-size: 40%;
	line-height: 340%;
	vertical-align: top;
}





/* Social */

.social{
	height: 11px;
	position: absolute;
	top: 6px;
	right: 170px;
	font-size: 90%;
	color: #c0bd7c;
}

.social a{
	opacity: .9;
}
.social a:hover{
	opacity: 1;
}

/* Facebook */

.facebook{
	text-align: center;
	
	width: 550px; 
	height: 190px;	
	background-color: #e2d2ad;
	/* background-color: #fbf5e7; */
	background-position: center;
}


/* Lang */
.lang{
	height: 11px;
	position: absolute;
	top: 8px;
	right: 10px;
}
.lang li{
	float: left;
	width: 16px;
	height: 11px;
	margin: 0 0 0 10px;
}
.lang li a{
	display: block;
	width: 16px;
	height: 11px;
	background: url(flags.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9000px;
	opacity: .6;
}
.lang li.uk a{background-position: 0 -20px;}
.lang li.fr a{background-position: 0 -40px;}
.lang li.de a{background-position: 0 -60px;}
.lang li.it a{background-position: 0 -80px;}
.lang li.selected a{opacity: 1}
.lang li a:hover{opacity: 1}


/* ( PAGINATION )----------------------------------------------------------*/

.pagination{
	height: 40px;
	padding: 0;
	margin: 10px 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	font-size: 110%;
	background: url(pagination.png) no-repeat;
}
span.pag-products{
	display: block;
	padding: 12px 10px 0 10px;
	float: left;
}
ul.pag{
	margin: 0 !important;
	padding: 12px;
	text-align: center;
	width: auto;
	float: right;
}
ul.pag li{
	display: inline;
	font-size: 100%;
}
ul.pag li a{
	padding: 4px 8px;
	background: #f8f1de;
	border: 1px solid #e4d8bf;
	text-decoration: none;
	color: #482722;
}
ul.pag li a:hover{
	color: #1a4276;
	background: #482722;
	border: 1px solid #482722;
	color: #f4efe6
}
ul.pag li.act{
	padding: 10px;
}
ul.pag li.next{
	margin: 0 0 0 10px;
}
ul.pag li.prev{
	margin: 0 10px 0 0;
}


/* ( CONTENT )----------------------------------------------------------*/
.breadcrumb{
	font-family: Arial, Helvetica, sans-serif;
	height: 20px;
	border-bottom: 1px dotted #ccb688; 
	margin-bottom: 10px;
}
.breadcrumb a{
	color: #9d8044;
}
.breadcrumb h5{
	float: left;
	height: 20px;
	font-size: 100%;
	padding: 0 10px 0 0;
	font-weight: normal
}
#content ol.breadcrumb-nav{
	width: 650px;
	height: 20px;
	float: left;
	margin: 0;
	padding: 0;
}
#content ol.breadcrumb-nav li{
	float: left;
	font-size: 100%;
	margin: 0 6px 0 0;
	list-style: none;
}
ol.breadcrumb-nav li:after{
	content: " »";
	color: #666;
}
ol.breadcrumb-nav li:last-child:after{
	content: none;
}



/* Sidebar Menu */
#sidebar ul li{
	margin: 0 0 0 -18px;
	padding-left: 18px;
}
#sidebar ul li a{
	display: block;
	height: 43px;
	color: #26110a;
	line-height: 270%;
}
#sidebar ul li a span{
	font-size: 80%
}
#sidebar ul.menu{
	margin-bottom: 20px;
}
#sidebar ul.menu li{
	font-size: 140%;
}
#sidebar ul.menu li:hover{
	background-image: url(menu-currenth.png);
	background-repeat: no-repeat;
}
#sidebar ul.menu li.current a{
	background-image: url(menu-current.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	margin: 0 0 0 -18px;
	padding-left: 18px;
	color: #ffffa8;
}
#sidebar ul.menu li.current a:hover{
	color: #ffffa8;
}
#sidebar ul.menu li a:hover{
	text-decoration: none;
	color: #a52921
}



/* Sidebar Submenu */
#sidebar ul.submenu{
	margin: 0 10px 0 -12px;
}
#sidebar ul.submenu li{
	font-size: 120%;
	margin: 0 0 4px 0;
	border-bottom: 1px dotted #9d8044;
	padding: 0 0 4px 0;
	height: auto;
}
#sidebar ul.submenu li.br{
	margin-bottom: 25px;
}
#sidebar ul.submenu li a{
	height: auto;
	padding: 4px 0 4px 14px;
	color: #26110a;
	line-height: 140%;
}
#sidebar ul.submenu li a:hover{
	text-decoration: none;
	color: #a52921;
	background-image: url(submenuh.png);
	background-position: 0 50%;
}
#sidebar ul.submenu li.current a{
	color: #a52921;
	
}


/* ( PRODUCT PAGE )----------------------------------------------------------*/

/* Title */
.content-header{position: relative;margin: 20px 0 20px 0;}
.ref{font-size: 140%;border:}

/* Product divisions */
.product{
	width: 276px;
	height: 500px;
	float: left;
	margin-right: 15px;
}
.product-data{
	width: 449px;
	float: left;
}

.fdest select,

.fenv select{

	float: right;

}

/* Product misc */
.product img{border: 3px solid #cccccc;padding: 1px;background: #fff;}
.imageview{margin-left: 2px;}

.highlight{width: 446px; position: relative;}
.highlight img{position: absolute; top: 25px; left: 14px;}
.highlight h2{font-size: 160%;margin: 0 0 5px 0;}
.highlight p{margin: 0 !important;}
.ht{height: 32px;background: url(highl-top.png) no-repeat;}
.hm{background: url(highl-mid.png) repeat-y; padding: 0 20px 0 90px;}
.hb{height: 36px;background: url(highl-bot.png) no-repeat;}

.highlightsinfondo{width: 446px; position: relative;}
.highlightsinfondo img{position: absolute; top: 25px; left: 14px;}
.highlightsinfondo h2{font-size: 160%;margin: 0 0 5px 0;}
.highlightsinfondo p{margin: 0 !important;}
.htsinfondo{height: 32px;}
.hmsinfondo{padding: 0 20px 0 90px;}
.hbsinfondo{height: 36px;}



#content ul.product-data-list{

	min-height: 80px;

	margin: 0 0 20px 0;

	overflow: hidden;

	/*border-bottom: 1px dotted #9d8044;*/

	width: 98%;

}

ul.product-data-list li{

	float: left;

	width: 50%;

	min-height: 20px;

	padding: 9px 0 5px 0;

	border-bottom: 1px dotted #9d8044; 

	list-style: none !important;

	font-size: 140%;

}


ul.product-data-list li.prtitle{

	width: 100%;

}


.price-data{
	margin: 20px 0;
}
.price{
	font-size: 300%;
	text-align: right;
	margin: 0 10px 5px 0;
}
.iva{
	text-align: right;
	margin-right: 10px;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

.box.more{
	border-top: 1px dotted #ccb688; 
	padding-top: 15px;
	margin-top: 25px;
}
.box.more h2{
	margin-bottom: 15px;
}
.box.more h3{
	margin-top: 5px;
}
#content ul.thumbs{
	margin: 8px 0 0 0;
}
ul.thumbs li{
	float: left;
	list-style: none !important;
	margin: 0 2px
}
ul.thumbs li img{
	border: 3px solid #cccccc;
	padding: 0;
	background: #fff;
	opacity: .9;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
ul.thumbs li img:hover{
	border: 3px solid #A52921;
	background: #000;
	opacity: .6;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

ul.thumbs li.view a img{
	border: 4px solid #A52921;
	background: #000;
	opacity: 1;
}



/* CART */
table{
	width: 100%;
	border-collapse: collapse;
}
table td,
table th{
	padding: 5px;
	font-size: 130%;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #ccb688;
}
tfoot td{
	border: 0;
	padding-top: 20px
}
tbody tr th img{
	vertical-align: middle;
	margin-right: 8px;
	float: left;
}
tbody tr th p{
	font-size: 100%;
	font-weight: normal;
	vertical-align: middle;	
}
.dec{
	text-align: right;
}
.total{
	font-size: 120%;
	font-weight: bold;
	border: 0 !important;
	text-align: right;
}
dl.subt{
	width: 330px;
	overflow: hidden;
	float: right;
	text-align: right;
}
dl.subt dt{
	width: 146px;
	float: left;
	height: 30px;	
	text-align: right;
	border-bottom: 1px solid #e4d8bf; 
	margin-bottom: 8px;
}
dl.subt dd{
	width: 180px;
	float: left;	
	height: 30px;
	margin-bottom: 8px;
	text-align: right;
	border-bottom: 1px solid #e4d8bf; 
}
dl.subt dt:last-child{
	border: 0;
}
dl.subt .dest{
	height: 60px;
}
dl.subt dd.dest{
	line-height: 420%;
}
dt select{
	margin-top: 5px;
	clear: both;
	float: right;
}
a.delete{
	background: url(ico-delete.png) no-repeat;
	padding: 0 0 0 25px;
	display: block;
	height: 23px;
	line-height: 200%;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #a52921;
	opacity: .8;
}
a.delete:hover{
	opacity: 1;
}
/* ( FOOTER )----------------------------------------------------------*/
#footer p{
	text-align: center;
	margin-bottom: 8px;
}
#footer a{
	color: #856d3a}



/* ( CATALOGO )----------------------------------------------------------*/

img.th{
	border: 3px solid #cccccc;
	padding: 0;
	background: #fff;
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;


}

img.th:hover{
	border: 3px solid #A52921;
	padding: 0;
	background: #000;
	opacity: .9;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#content .box.catalog ul{
	font-size: 90%;
	margin: 5px 0 0 0;
}
#content .box.catalog ul li{
	list-style: none;
	margin-bottom: 3px;
}


	


/* news */
.news{
	min-height: 95px;
	border-bottom: 1px solid #ccc;
	margin: 0 0 10px 0;
	overflow: hidden;
}
.news img{
	float: left;
	margin: 0 5px 0 0 !important ;
}
.news ul{
	width: 90px;
	float: left;
	margin: 0 !important;
}
.news ul li{
	list-style: none !important;
}
.news ul li:last-child{
	padding-bottom: 6px;
}

/* Catalog Home */
.catalog-home{
	width: 518px;
	margin-right: 32px;
	padding: 15px;
	box-shadow: inset 0 0 20px 2px rgba(0,0,0,.2);	
	float: left;
	background: #F3E3C2 url(form-map.jpg) no-repeat;
	min-height: 400px;
}
.w518{width: 518px;}/* Sumar 15 del pading para obtener el ancho final */
.w725{width: 725px;}/* Sumar 15 del pading para obtener el ancho final */

.catalog-home .col.c4 h2{
	font-size: 120%;
	text-transform: uppercase;
	text-align: center;
	height: 55px;
	background: url(h2-catalogl.png) top left no-repeat;
	margin-top: -20px;
}
.catalog-home .col.c4 h2 a{
	background: url(h2-catalog.png) top right no-repeat;
	display: block;
	height: 55px;
	margin-left: 32px;
	text-indent: -32px;
	line-height: 340%;
	color: #482722;
} 
.catalog-home .col.c4{
	min-height: 160px;
	position: relative;
}
.catalog-home .col.c4 img{
	display: block;
	margin: 0 auto !important;
}
.catalog-home .col.c4{
	opacity: 1;
}
.catalog-home .col.c4:hover{
	opacity: .9;
}
.catalog-home .col.c4:hover h2 a{
	color: #a52921 !important ;
	text-decoration: none;
}
.ap-top{
	margin-top: -22px;
}
.catalog-home-sidebar{
	width: 160px;
	float: left;
}

/* Misc. */
.fl{float: left;margin: 0 15px 5px 0;}
.fr{float: right;margin: 0 0 5px 15px;}
.ac{display: block;margin: 0 auto;}

.msg{padding: 10px;border: 1px solid;background: #e3d7be;margin: 10px 0;}
.msg p{margin: 0 !important}
.error{color: #D8000C;background-color: #FFBABA;}
.ok{background: #d1ffa4;color: #4F8A10;background-color: #DFF2BF;}
.alert{color: #9F6000;background-color: #FEEFB3;}
.art{
	position: relative;
}
.adv{
	position: absolute;
	bottom: 7px;
	right: 15px;
	padding: 5px;
	background: rgba(0,0,0,.8);
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}
.product .adv{
	right: 6px;
}