/*modernizr*/
html{ font-family:sans-serif; -ms-text-size-adjust:100%; -webkit-text-size-adjust:100%}body{ margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{ display:block}audio,canvas,progress,video{ display:inline-block; vertical-align:baseline}audio:not([controls]){ display:none; height:0}[hidden],template{ display:none}a{ background:transparent}a:active,a:hover{ outline:0}abbr[title]{ border-bottom:1px dotted}b,strong{ font-weight:bold}dfn{ font-style:italic}h1{ font-size:2em; margin:0.67em 0}mark{ background:#ff0; color:#000}small{ font-size:80%}sub,sup{ font-size:75%; line-height:0; position:relative; vertical-align:baseline}sup{ top:-0.5em}sub{ bottom:-0.25em}img{ border:0}svg:not(:root){ overflow:hidden}figure{ margin:1em 40px}hr{ -moz-box-sizing:content-box; box-sizing:content-box; height:0}pre{ overflow:auto}code,kbd,pre,samp{ font-family:monospace,monospace; font-size:1em}button,input,optgroup,select,textarea{ color:inherit; font:inherit; margin:0}button{ overflow:visible}button,select{ text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{ -webkit-appearance:button; cursor:pointer}button[disabled],html input[disabled]{ cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{ border:0; padding:0}input{ line-height:normal}input[type="checkbox"],input[type="radio"]{ box-sizing:border-box; padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{ height:auto}input[type="search"]{ -webkit-appearance:textfield; -moz-box-sizing:content-box; -webkit-box-sizing:content-box; box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{ -webkit-appearance:none}fieldset{ border:1px solid #c0c0c0; margin:0 2px; padding:0.35em 0.625em 0.75em}legend{ border:0; padding:0}textarea{ overflow:auto}optgroup{ font-weight:bold}table{ border-collapse:collapse; border-spacing:0}td,th{ padding:0}
/*html5 boilerplate reset*/
html{ color:#222; font-size:1em; line-height:1.4}::-moz-selection{ background:#b3d4fc; text-shadow:none}::selection{ background:#b3d4fc; text-shadow:none}hr{ display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0}audio,canvas,img,svg,video{ vertical-align:middle}fieldset{ border:0; margin:0; padding:0}textarea{ resize:vertical}.browsehappy{ margin:0.2em 0; background:#ccc; color:#000; padding:0.2em 0}
/*estilos propios*/

*,
*:after,
*:before,
*:hover,
*:focus,
*:active{
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    outline: 0;
}
html,
body{
    width:100%;
    height:100%;
    margin:0;
    padding:0;
    font-family: "Montserrat";
}
h2{
  font-size: 1.375em;
}
strong{
  /*font-family: "Gotham-Bold";*/
}
ul{
    list-style:none;
    padding:0;
}
li{
    margin:0;
}
img{
    width:100%;
}
time{
  color:#999;
  font-size:14px;
}
footer{
    background:#e1dad3;
    padding:60px 0;
    color:#838386;
    margin-top: 50px;
}
footer .row{
  position:relative;
}
footer strong{
  text-transform:uppercase;
  display:block;
}
footer a{
  color:#838386;
  text-decoration:underline;
}
footer .navbar-form{
  padding:0;
  border:none;
  box-shadow:none;
}
footer form.navbar-form{
  width:100%;
  overflow:hidden;
}
footer #busqueda.navbar-form .form-group{
  float:right;
}
footer .form-group input,
footer form .btn{
    border:none;
    border-radius:0;
}
footer input[type="email"]{
    background:none;
    width:65%;
}
footer #suscribirse {
  border: 1px #838386 solid;
}
footer #suscribirse.navbar-form .form-control{
  width:100%;
  box-shadow: none;
}
footer #suscribirse.navbar-form .form-group{
    width:75%;
    display:block;
    float:left;
}
footer #suscribirse .btn{
    width:20%;
    float:right;
    margin-top:2px;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    color: #838386;
}
footer h5 {
  text-transform: uppercase;
}
/*inicio estilos sticky footer*/
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px;
}
.navbar-brand img{
  width:160px;
  margin-top: 16px;
}
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: #f5f5f5;
}
/*fin estilos sticky footer*/
a {
    color: #b09f91;
}

a:hover{
  color:#664f40;
  text-decoration:none;
}
.redes{
  margin-top:10px;
}
.nav .redes{
  margin-left:20px;+
}
.redes a{
  width:30px;
  height:30px;
  display:block;
/*  background:#fff;
  color:#fff;
  border-radius:35px;*/
  text-align:center;
  color: #838386;
}

.redes a:hover {
  color: #774c29;
}

.redes a i{
  margin-top:8px;
}
/*
#facebook{
  background:#5576B7;
}
#twitter{
  background:#26A6D1;
}
#pinterest{
  background:#CB2028;
}
*/
footer .redes a{
  color:#838386;
}
.txt_morado{
  color:#794E96;
}
.txt_celeste{
  color:#96C8F0;
}
.txt_marron{
  color:#9C7C69;
}
.divider-izq{
  border-right:1px solid #ccc;
}
.fa-comment{
  color:#794E96;
}
.btn-link{
  font-family:"Montserrat";
  font-weight: bold;
  text-transform:uppercase;
  padding-left:0;
  color:#b09f91;
}
.btn-link:hover{
  color:#794E96;
}
.navbar-collapse.in{
  overflow:auto;
}
.navbar-collapse{
  max-height:none;
}
.navbar-wrapper{
  /*position:absolute;*/
  width:100%;
  background:#e1dad3;
  /*
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0)));
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
  z-index:1000;
  */
}
.navbar-wrapper .container{
  position:relative;
  margin:0 auto;
}
.navbar-nav{
  margin-top:20px;
}
.navbar-inverse{
  border:none;
  background-color:transparent;
}
.navbar-inverse .navbar-nav > li > a{
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  text-transform:uppercase;
  color:#838386;
}
.navbar-inverse .navbar-nav > li > a:hover{
  color:#774C29;
}
.navbar-nav input[type="search"],
footer input[type="search"]{
  color:#b58b71;
  border: 1px solid #b58b71;
  padding:8px 12px;
  height:auto;
  height:20px;
}
.navbar-nav input[type="search"]:focus,
footer input[type="search"]:focus{
  background:#fff;
  color:#b58b71;
  border: 1px solid #664f40;
  box-shadow: none;
}
footer #busqueda{
  position:absolute;
  right: 16px;
  top:-90px;
}
footer p {
  text-align: justify;
}
input[type="search"]::-webkit-input-placeholder{
    color:    #b58b71;
}
input[type="search"]:-moz-placeholder{
    color:    #b58b71;
}
input[type="search"]::-moz-placeholder{
    color:    #b58b71;
}
input[type="search"]:-ms-input-placeholder{
    color:    #b58b71;
}
#compreInicio{
  position:absolute;
  top:60%;
  right:10%;
}
#txt_inicio{
  width:60%;
  margin:30px auto 0;
}
div.destacado{
  font-size:1.3em;
  font-family:"Montserrat";
  font-weight:normal;
  margin:0 0 30px;
  display:block;
}
div.destacado strong {
  font-weight: normal;
  color: #977c69;
}
#txt_inicio p{
  font-family:"Montserrat";
  font-weight: bold;
  text-transform:uppercase;
  margin-top:20px;
  line-height:28px;
}
.carousel-caption {
  left:25%;
  right: 25%;
}
.carousel-caption h2{
  font-size: 2.222em;
  line-height: 1em;
  font-family: 'Montserrat',Arial,Helvetica,sans-serif;
  font-weight: bold;
  color: #FFF;
  padding-bottom: 10px;
  text-transform: uppercase;
  margin:0;
}
.carousel-caption p,
.carousel-caption p span{
  font-size: 14px !important;
  line-height: 1.35em !important;
  font-family: 'Montserrat',Arial,Helvetica,sans-serif !important;
  color: #FFF !important;
  padding-bottom: 10px !important;
  margin:0 !important;
}
.carousel-inner .item .carousel-caption {
    top:50%;
    transform: translateY(-50%);
    padding-top: 20px;
    padding-bottom: 20px;
}
/*inicio estilos carousel superior index*/
#carousel_inicio_container{
  margin:0 0 50px 0;
  padding:0;
}
.nav-justified > li > a{
  background:#e1dad3;
  color:white;
  border-radius:0;
}
.nav-justified > li > a:hover{
  color:#fff;
  background-color: #b09f91;
}
.nav-pills > li.active > a{
  background:#b09f91;
  font-weight: bold;
}
.nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #664f40;
}
/*
#carousel-inicio.container{
  padding:0;
  margin:0 0 0px;
}
inicio estilos carousel superior index*/
/*inicio estilos carousel inferior index*/
/*
.carousel{
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
}
.carousel-control{
    left: -12px;
}
.carousel-control.right{
    right: -12px;
}
.carousel-indicators{
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
.carousel-indicators li{
    background: #c0c0c0;
}
.carousel-indicators .active{
    background: #333333;
}
#noticias{
  position:relative;
}
#noticias:before{
  content:"";
  background:url(../img/divisor_noticias.jpg);
  background-repeat:no-repeat;
  display:block;
  width:100%;
  max-width:325px;
  height:60px;
  position:absolute;
  top:-80px;
  left:50%;
  margin-left:-162px;
}*/
#noticias .divider-izq:last-child{
  border-color:transparent;
}

#noticias {
  margin-top: 10px;
}

article.resumen-noticia {
    min-height: 350px;
}
.list_carousel {
  margin: 25px 0 10px 0;
  padding: 15px 0 15px 10px;
  position: relative;
}
.list_carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.list_carousel li {
  width: 270px;
  height: 200px;
  padding: 0;
  margin: 20px;
  display: block;
  float: left;
}
.list_carousel li a:hover{
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);

}
.list_carousel.responsive {
  width: auto;
  margin-left: 0;
}
.clearfix {
  float: none;
  clear: both;
}
a.prev, a.next {
  background: url(../img/miscellaneous_sprite.png) no-repeat transparent;
  width: 30px;
  height: 60px;
  display: block;
  position: absolute;
  top: 100px;
}
a.prev {
  left: -30px;
  background-position: 0 0;
  line-height:-99999px;
}
a.prev:hover {
  background-position: 0 -60px;
}
a.prev.disabled {
  background-position: 0 -120px !important;
}
a.next {
  right: -30px;
  background-position: -30px 0;
  line-height:-99999px;
}
a.next:hover {
  background-position: -30px -60px;
}
a.next.disabled {
  background-position: -30px -120px !important;
}
a.prev.disabled, a.next.disabled {
  cursor: default;
}

a.prev span, a.next span {
  display: none;
}
.pager {
  text-align: center;
}
.pager a {
  background: url(../img/miscellaneous_sprite.png) 0 -300px no-repeat transparent;
  width: 15px;
  height: 15px;
  margin: 0 5px 0 0;
  display: inline-block;
}
.pager a.selected {
  background-position: -25px -300px;
  cursor: default;
}
.pager a span {
  display: none;
}

.ir-tienda {
  border: 1px #b58b71 solid;
  color: #b58b71;
}

.ir-tienda a {
  width: 140px;
  color: #b58b71;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Montserrat";
}

/*fin estilos carousel inferior index*/

.navbar-brand {
    padding: 0;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -20px;
}
#menu_inferior{
  text-transform:uppercase;
  font-weight:bold;
  margin:50px 0 80px;
}

#menu_inferior a {
  color: #838386;
  font-size: 11px;
}

#menu_inferior a:hover strong{
  color:#794E96;
}
#menu_inferior img{
  height:70px;
  width:auto;
  display:block;
  margin:10px auto;
}
nav#idiomas{
  float:right;
  color: #838386;
  padding-top: 20px;
  font-size: 0.8em;
  position: relative;
  z-index: 1000;
  margin-top: 17px;
}

.li_redes {
  right: 0;
}

#data-fiscal{
  display:block;
}
#data-fiscal img{
  width:30px;
  margin:0px;
}
/*detail*/
.interna article{
  margin-top:30px;
}
.interna article header{
  margin-bottom:30px;
}

.interna article header img+h1{
  width: 75%;
  float: left;
}

.interna article header img{
  width: 25%;
}

.interna article h1{
  font-family: 'Montserrat',Arial,Helvetica,sans-serif;
  font-size: 2.3em;
  line-height: 1.1em;
  margin-top: 10px;
  margin-bottom:0;
  text-transform: uppercase;
  color:#977C69;
}
.interna article h2{
  font-size: 1.8em;
  text-transform:uppercase;
}
.interna article h3{
  font-family: 'Montserrat',Arial,Helvetica,sans-serif !important;
  font-weight:normal;
  line-height:1.2em;
  color:#91B0D5;
}
.interna article h4{
  text-transform:uppercase;
}
.interna article h1 a,
.interna article h2 a,
.interna article h3 a,
.interna article h4 a{
  color:#784E95;
}
.interna article img{
  margin:10px 0;
}
.interna article .contenido,
.interna article .contenido p{
  font-family: 'Montserrat',Arial,Helvetica,sans-serif !important;
  font-size: 1.1em !important;
  color: #4D4D4D !important;
  line-height: 1.5em !important;
}

.comentarios legend{
  font-family: 'Gotham-#000',Arial,Helvetica,sans-serif;
  font-size: 2.5em;
  line-height: 1.1em;
  margin-top: 10px;
  text-transform: uppercase;
}
.totalwidth,
.comentarios label,
.comentarios input,
.comentarios textarea{
  display:block;
  width:100%;
}
.comentarios input,
.comentarios textarea{
  border:#e0e0e0 3px solid;
  border-radius:0;
  padding:8px 5px;
  margin-bottom:10px;
  box-shadow:none;
}
.comentarios input:focus,
.comentarios textarea:focus{
  border-color:#999;
  box-shadow:none;
}
.comentarios textarea{
  height:150px;
}
.comentarios input[type="submit"]{
  background:#794E96;
  border: none;
  border-radius:0;
  color: #EEE;
  font-size: 15px;
  padding: 12px 0;
  width:30%;
  text-align:center;
}
.comentarios input[type="submit"]:hover{
  background:#96C8F0;
}

.ultimasNoticias h2{
  font-family: 'Montserrat',Arial,Helvetica,sans-serif;
  font-weight: bold;
  font-size: 1.2em;
  color:#794E96;
  text-transform:uppercase;
}
.ultimasNoticias h3{
  font-weight:normal;
  font-size:1em;
}

.titulo-noticias {
  text-transform: uppercase;
  color: #838386;
  margin-bottom: 50px;
  margin-top: 50px;
  font-size: 14px;
}

#noticias h2 a, #noticias p {
  color: #838386;
}

/*lista noticias*/
.listaNoticias h2{
  font-family: 'Gotham-#000',Arial,Helvetica,sans-serif;
  font-size: 2.2em;
  line-height: 1.1em;
  margin-top: 10px;
  text-transform: uppercase;
}
.listaNoticias li{
  border-bottom:rgba(0,0,0,.2) solid thin;
  padding:20px 0;
}
/*inicio estilos contacto*/
#contacto address{
  margin-top:30px;
}
#contacto address span{
  display:block;
  color:#666;
}
/*fin estilos contacto*/
/*inicio estilos equipo*/
#equipo figure{
  margin:0 0 20px;
  position:relative;
}
#equipo figure img{
  margin:0;
}
#equipo figure:hover figcaption{
  display:block;
}
#equipo figcaption{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,.5);
  color:#fff;
  display:none;
  cursor:pointer;
}
#equipo figcaption strong,
#equipo figcaption em{
  display:block;
  text-align:center;
}
#equipo figcaption strong{
  margin-top:80%;
}
/*fin estilos equipo*/
/*inicio estilos vinos*/
#vinos nav li{
  display:block;
  padding:15px;
  border-bottom:#999 dashed thin;
}
#vinos nav li:last-child{
  border:none;
}
#vinos nav a:hover{
  color:#794E96;
}
/*fin estilos vinos*/
/*inicio estilos vino*/
#vino .ficha_vino li{
  display:inline-block;
  margin-right:10px;
}
#vino .vino-particular{
  text-align:center;
}
#vino .ficha_vino img{
  width:auto;
}

.interna article .vino-particular img{
  max-height: 620px;
  width: auto;
}

#vino .ficha_vino figure{
  margin: 1em 10px;
}

#vino .ficha_vino figure img{
  margin-bottom: 2px;
}

#vino .ficha_vino figcaption{
  color: #977c69;
  font-family: 'Montserrat',Arial,Helvetica,sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}
/*fin estilos vino*/
/*inicio estilos prueba dropdown vinos*/
.dropdown-large {
  position: static !important;
}
.dropdown-menu-large {
  margin-left: 16px;
  margin-right: 16px;
  padding: 20px 0px 0px;
}
.dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0;
}
.dropdown-menu-large > li > ul > li {
  list-style: none;
}
.dropdown-menu-large > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color:#428BCA;
  white-space: normal;
  text-align:center;
}
.dropdown-menu-large img{
  margin-top:20px;
}
.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  color: #999999;
}
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.dropdown-menu-large .dropdown-header {
  color: #428bca;
  font-size: 18px;
  text-align:center;
}
#dropdown-nosotros{
  width:100%;
  padding-top:3px;
  padding-bottom:3px;
}
/*fin estilos prueba dropdown vinos*/
li.mobile-only{
  display: none;
}
nav.not-mobile-only{
  display: block;
}

/* pagina especializada de descargas */

#pagina-descargas .imagenes, #pagina-descargas .videos, #pagina-descargas .descargas {
  padding: 20px 0;
}

#pagina-descargas .imagenes li, #pagina-descargas .imagenes img, #pagina-descargas .videos li {
  margin: 0px;
  padding: 0px;
}

#pagina-descargas .imagenes-slideshow .item {
  width: 100%;
  height: 100%;
  position: absolute;
}

#pagina-descargas ul.imagenes .mini-imagen.not-info {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
}

#pagina-descargas ul.imagenes img, .imagenes-slideshow img {
  max-width: 100%;
  max-height: 178px;
  margin: auto !important;
  width: auto;
  display: block;
}

.imagenes-slideshow img {
  max-width: 100%;
  max-height: 100%;
  margin: auto !important;
  width: auto;
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
}


.info {
    position: absolute;
    top: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
    -webkit-transition: top 0.6s ease-in-out;
    transition: top 0.6s ease-in-out;
    left: 0;
    color: #f7f7f7;
    text-decoration: none;
    height: 40%;
}

.imagenes li:hover .info {
    top: 60%;
    display: block;

}


.imagenes li:hover img {
  /*opacity:2.4;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity -0.8s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;*/
}

.imagenes li {
  display:table-cell;
  position: relative;
  overflow: hidden;
}

#pagina-descargas .videos .videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
#pagina-descargas .videos .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.archivos, .imagenes, .videos {
  clear: both;
}

#cycle-loader {
  height:32px;
  left:50%;
  margin:-8px 0 0 -8px;
  position:absolute;
  top:50%;
  width:32px;
  z-index:999;
}

/*I want to avoid jumpiness as the JS loads, so I initially hide my cycle*/
#maximage {
  display:none;/* Only use this if you fade it in again after the images load */
  position:fixed !important;
}

.arrow_left, .arrow_right, .close_full {
  bottom:30px;
  position:absolute;
  right:30px;
  z-index:2100;
/*  display:none;*/
}
.arrow_left {
  right:86px;
}
.close_full {
  right:142px;
}

.arrow_left:hover, .arrow_right:hover, .close_full:hover {
  bottom:29px;
}
.arrow_left:active, .arrow_right:active, .close_full:active {
  bottom:28px;
}

.in-slide-content {
  color:#fff;
  float:right;
  font-family:'Helvetica Neue', helvetica;
  font-size:16px;
  right:0;
  margin:40px;
  padding:20px;
  position:absolute;
  top:0;
  width:180px;
  z-index:9999; /* Show above .gradient */
  /*text-shadow: 0 1px 3px #fff;*/
  -webkit-font-smoothing:antialiased;
  background-color: rgba(0, 0, 0, 0.5);
}

.in-slide-content dd {
  padding-left: 10px;
}

.container-imagenes-slideshow {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2000;
  display: none;
}

#pagina-descargas section {
  clear: both;
  padding: 20px 0;
}

#pagina-descargas ul.imagenes li {
  border: 1px solid #b3d4fc;
  margin: 5px;
  padding: 10px;
}

#pagina-descargas li {
    width: 50%;
    float: left;
    padding: 10px 0;
}

  #pagina-descargas ul.imagenes li {
    border: 1px solid #b3d4fc;
    height: 200px;
    margin: 5px;
    width: 294px;
  }
.club-excelencia {
    margin: 10px;
    overflow: hidden;
    padding: 0 0 9px;
    text-align: center;
    width: 150px;
}

@media all and (min-width: 900px) {
  #pagina-descargas li  {
    width: 33%;
    float: left;
    padding: 10px 0;
  }
  #pagina-descargas ul.imagenes li {
    border: 1px solid #b3d4fc;
    height: 200px;
    margin: 5px;
    width: 294px;
  }
}

@media (max-width: 990px){
  .container > .navbar-header{
    float: none;
    text-align: center;
  }
  .navbar > .container .navbar-brand{
    float: none;
    margin: 5px auto;
    display: block;
  }
  .li_redes{
    width:100%;
    margin:0;
    text-align:center;
  }
  .divider-izq{
    border:transparent;
  }
  footer{
    padding-top:90px;
  }
  footer .col-md-3{
    position:static;
  }
  footer #busqueda{
    position:absolute;
    top:-60px;
    margin-bottom:60px;
  }
  footer #busqueda.navbar-form{
    overflow:visible;
  }
  footer #busqueda.navbar-form .form-group{
    float:none;
  }
  footer #busqueda.navbar-form .form-control,
  footer #busqueda.navbar-form .form-group,
  footer #busqueda.navbar-form .form-control input {
    width:100%;
  }
}
@media (max-width: 768px){
  .row {
    margin-left: 0;
    margin-right: 0;
  }
  .navbar-collapse.in{
    box-shadow:none;
  }
  .navbar-inverse .navbar-collapse{
    border-color:transparent;
  }
  .navbar-header{
    height:90px;
  }
  .navbar-toggle{
    margin-top:30px;
  }
  .navbar-wrapper{
    position: relative;
  }
  .nav > li{
    text-align:center;
  }
  .navbar-toggle{
    margin-top:40px;
  }
  .navbar > .container .navbar-brand{
    margin: 5px auto 0px 50px;
  }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus{
    background:#6D7C8E;
  }
  .navbar-inverse .navbar-toggle{
    border-color:#6D7C8E;
  }
  .navbar-inverse .navbar-toggle:hover,
  .navbar-inverse .navbar-toggle:focus,
  .navbar-inverse .navbar-toggle:active{
    background:#6D7C8E !important;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a{
    color: #fff;
  }
  #compreInicio{
    display:none;
  }
  #menu_inferior .col-md-2{
    padding-bottom:20px;
  }
  footer .col-md-3{
    margin:30px 0;
  }
  footer #busqueda{
    left:0;
    overflow:visible;
  }
  /*inicio estilos prueba dropdown vinos*/
  .dropdown-menu-large {
    margin-left: 0 ;
    margin-right: 0 ;
  }
  .dropdown-menu-large > li {
    margin-bottom: 30px;
  }
  .dropdown-menu-large > li:last-child {
    margin-bottom: 0;
  }
  .dropdown-menu-large .dropdown-header {
    padding: 3px 15px !important;
  }
  #dropdown-vinos img{
    display:none;
  }
  /*fin estilos prueba dropdown vinos*/
  li.mobile-only{
    display: block;
  }
  nav.not-mobile-only{
    display: none;
  }
}
/*print*/
@media print,       (-o-min-device-pixel-ratio:5/4), (-webkit-min-device-pixel-ratio:1.25), (min-resolution:120dpi){ }@media print{ *{ background:transparent !important; color:#000 !important; box-shadow:none !important; text-shadow:none !important} a, a:visited{ text-decoration:underline} a[href]:after{ content:"("attr(href) ")"} abbr[title]:after{ content:"("attr(title) ")"}  a[href^="javascript:"]:after, a[href^="#"]:after{ content:""} pre, blockquote{ border:1px solid #999; page-break-inside:avoid} thead{ display:table-header-group} tr, img{ page-break-inside:avoid} img{ max-width:100% !important} p, h2, h3{ orphans:3; widows:3} h2, h3{ page-break-after:avoid}}
