#bodega .marc{
	width:80%;
	margin:0 auto;
	display:block;
}
.submenuceller li a{cursor:pointer;
}
.verd{color: #ACB500;}
#celler h3{
	color: #ACB500;
	text-align: center;

	letter-spacing: 3px;
	font-weight: normal;
}
#raim{
	background: #f7f7f7; /* Old browsers */
	background: -moz-linear-gradient(top,  #f7f7f7 0%, #ffffff 14%, #ffffff 14%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(14%,#ffffff), color-stop(14%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f7f7f7 0%,#ffffff 14%,#ffffff 14%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f7f7f7 0%,#ffffff 14%,#ffffff 14%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f7f7f7 0%,#ffffff 14%,#ffffff 14%); /* IE10+ */
	background: linear-gradient(to bottom,  #f7f7f7 0%,#ffffff 14%,#ffffff 14%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */


	border-top:1px solid #E2E2E2;
}
#raim h3{margin-bottom:40px;}
.unraim .desc{padding:0px 25px;}
.unraim .info img{width:100%;}
.unraim .info{
	border: 1px solid #ACB500;
	background-color:rgba(255,255,255,0.5);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:10px;
	display:block;
	right: -25px;
	bottom: 70px;

	display: none;
}
.unraim .info p{margin-bottom:0px;}

#vins_caves .vins{
	background-color:black;
	text-align:left;
	height:auto;
	overflow:hidden;
	padding:0px 0px;
}

#vins_caves  .vins .contenidor{
	max-width: 700px;
	text-align: center;
	width:100%;
	display: inline-block;
	padding: 60px 0px 60px 0px;
}
.botoverd{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #ACB500;
	padding:10px 30px;
	color:white;
	background-color:#ACB500;
}
.botoverd:hover{
	color:#ACB500;
	background-color:transparent;
}
#vins_caves .vins{
	background-color:#292929;
	text-align:left;
}
#vins_caves .vins h3{
	color:white;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
}
#vins_caves .vins .desc{
	margin-bottom:40px;
	color:white;
}
#vins_caves .vins .esq{
	width: 40%;
	text-align: right;
	padding: 30px 0px 30px 40px;
}

.alpha60 {
    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background-color: rgba(0, 0, 0, 0.6);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.bxsliderceller .bola{
	width:330px;
	height:330px;
	margin:0 auto;
	-webkit-border-radius: 165px;
	-moz-border-radius: 165px;
	border-radius: 165px;
	background-color:#f7f7f7;
	border:1px solid #e7e7e7;
	text-align:center;
}
.bxsliderceller .bola .contbola{padding: 50px;}
.bxsliderceller .bola img{display:inline-block;}
.bxsliderceller .numero{
	top:0px;
	text-align:center;
	color:white;
	width:86px;
	height:86px;
	-webkit-border-radius: 43px;
	-moz-border-radius: 43px;
	border-radius: 43px;
	background-color:rgbA(172,181,0,0.7);
	font-size: 45px;
	line-height: 86px;
	font-weight: bold;
}
.contbxsliderceller li{z-index:0 !important;}
.contbxsliderceller .bx-viewport,.contbxsliderceller .bx-wrapper{
	width:450px !important;
	margin:0 auto !important;
} 
.contbxsliderceller  .bx-wrapper .bx-controls-direction a {
	margin-top: 38px;
	height: 40px;
	width: 40px;
	line-height: 0;
	position: absolute;
	top: 40%;
	margin-top: 6px;
	font-size: 0;
	overflow: hidden;
	outline: none;
	text-decoration: none;
}
.contbxsliderceller .bx-wrapper .bx-controls-direction a:before{
	padding-left: 2px;
	color: #c0c0c0;
	font-family: "FontAwesome";
	font-size: 40px;
	line-height: 40px;
}
.trans {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#premis{
	background: #f7f7f7; /* Old browsers */
	background: -moz-linear-gradient(top,  #f7f7f7 0%, #ffffff 14%, #ffffff 14%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(14%,#ffffff), color-stop(14%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f7f7f7 0%,#ffffff 14%,#ffffff 14%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f7f7f7 0%,#ffffff 14%,#ffffff 14%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f7f7f7 0%,#ffffff 14%,#ffffff 14%); /* IE10+ */
	background: linear-gradient(to bottom,  #f7f7f7 0%,#ffffff 14%,#ffffff 14%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */


	border-top:1px solid #E2E2E2;
}
.contselectprods .textselect{margin-right:20px;}
.contselectprods .selectprods{padding: 10px;}
.unpremi{text-align:center;}
.unpremi span{display:block;}
.unpremi img{margin-bottom:30px;}

#llhistoria{
	background: #f7f7f7; /* Old browsers */
	background: -moz-linear-gradient(top,  #f7f7f7 0%, #ffffff 14%, #ffffff 14%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(14%,#ffffff), color-stop(14%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f7f7f7 0%,#ffffff 14%,#ffffff 14%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f7f7f7 0%,#ffffff 14%,#ffffff 14%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f7f7f7 0%,#ffffff 14%,#ffffff 14%); /* IE10+ */
	background: linear-gradient(to bottom,  #f7f7f7 0%,#ffffff 14%,#ffffff 14%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */


	border-top:1px solid #E2E2E2;
	border-bottom:1px solid #E2E2E2;
}
#llhistoria .esq{
	border-right:2px solid #EAB545;
	padding: 15px 15px;
}
#llhistoria .dre{
	margin-left:-2px;
	border-left:2px solid #EAB545;
	padding: 15px 15px;
}
.imatgeany{
	display:block;
	width:130px;
	height:100px;
	background-position:center center;
	background-repeat:no-repeat;
	text-align:center
}
.imatgeany span{
	color:white;
	font-size:30px;
	font-weight:bold;
	line-height:100px;
}
#llhistoria .desc{
	width:450px;
	margin-top:20px;
}
#llhistoria .esq .imatgeany{
	float:right;
	margin-right: -80px;
}
#llhistoria .esq .desc{float:right;}
#llhistoria .dre .imatgeany{
	float:left;
	margin-left: -80px;
}
#llhistoria .dre .desc{float:left;}
#llhistoria .desc .esqe{
	float:left;
	width:225px;
	padding:10px;
}
#llhistoria .desc .dret{
	float:left;
	width:225px;
	padding:10px;
}
#llhistoria .desc .esqe.gran{
	float:left;
	width:450px;
}
#llhistoria .desc .dret.gran{
	float:left;
	width:450px;
}
#llhistoria .desc img{width:100%;}

.home-menu2{border-bottom:none;box-shadow:none;}
.banners_home{padding:30px 0px;}
.banners_home > li{width:auto !important;padding:0 10px;border:none;vertical-align:top;}
.banners_home > li div {width:359px;position:relative;margin:auto;}
.banners_home > li div > span {
	position:absolute;
	left:20px;
	bottom:20px;
	text-align:left;
	width: 235px;
	line-height: 30px;
	font-size: 26px;
    font-weight: 200;
    text-transform: uppercase;
    margin-bottom: 0;
}
.banners_home > li div > span.superior {
	bottom: 0;
	top: 20px;
}
.banner_name_1 {	
	color:#ffffff;
}
.banner_name_2{color:black;}

@media (max-width: 991px) {
	#llhistoria .esq{border-right:none;}
	#llhistoria .dre{
		border-left:none;
		margin-left:0px
	}
	.imatgeany {
		margin-left:0px !important;
		margin-right:0px !important;
	}
}
@media (max-width: 660px) {
	.imatgeany {
		float:none !important;
		margin:0 auto !important;
	}

	#llhistoria .esq{
		text-align:center !important;
		width:100% !important;
		float:none !important;
	}
	#llhistoria .dre{
		text-align:center !important;
		width:100% !important;
		float:none !important;
	}
	#llhistoria .desc{
		width:100% !important;
		float:none !important;
	}
	#llhistoria .esqe{
		width:100% !important;
		float:none !important;
	}
	#llhistoria .dret{
		width:100% !important;
		float:none !important;
	}
}
@media (max-width: 990px) {
	.vins .laimg{min-height: 0px !important;}
	#vins_caves .vins .esq{
		width:100%;
		padding: 30px 30px 30px 40px;
	}
	.banners_home > li{padding-top:20px;padding-bottom:0px;}
	.banners_home {padding: 0}
}

@media (max-width:430px) {
	.banners_home > li div {width:100%}
	.banners_home > li img{width:100%}
}

