/***********  General    **************/
body{
    background-position:center 167px;
    margin-top:0 !important;
    background-repeat:no-repeat;
    background-color:#000;color:#FFF;
    height: 100%;
    font-family:"Trebuchet MS", georgia;
    font-size:11px
}
a{
    text-decoration:none;
    text-transform:uppercase;
    color:#FFF
}
h1{
    font-size:1.3em;
    margin:0
}
p{
    margin: 11px 0
}
#contenedor{
    width:900px;
    margin: 0 auto;
    min-height:100%;
    padding:0
}
#contenidos{
    float:left;
    width:900px;
    border-top:2px #959595 solid;
    min-height: 500px;
    background-repeat:no-repeat;
}
#pie{
    float:right;
    font-size:9px;
    color:#a6a6a6;
    margin:-30px 30px 5px 0;
    text-transform:uppercase;
    border-bottom: #380200 4px solid
}
.moduloActual{
    color: #ab9362;
    background-image:url(/images/general/actual.gif);
    background-repeat:no-repeat;
    background-position:center 12px
}
.limpia{
    clear:both
}
/***********  Portada    **************/
#portada{
    background-image:url(/images/general/fondo_inicio.jpg);
}
#portada #contenido{
    float:left;
    width:608px;
    min-height: 400px;
    background-image:url(/images/general/fondo_portada.gif);
    background-repeat:no-repeat;
}
#portada #menuP{
    float:left;
    width:291px;
    min-height: 353px;
    background-image:url(/images/general/menu_portada.gif);
    background-repeat:no-repeat;
    border-right: 1px #666 solid
    }
#portada #menuP ul{
    width:115px;
    margin-top:100px;
    float:right;
    text-align:right;
    padding-right:14px;
    border-right: #999 6px solid;
    list-style-type:none
    }
#portada #menuP ul li{
    margin:16px 0
    }
#portada #fondo_izq {
    background-image:url(/images/general/fondo_muriel_1.gif);
    }
#portada #fondo_dcho {
    background-image:url(/images/general/fondo_muriel_2.jpg);
    }
/***********  Cabecera    **************/
#cabecera{
    width:900px;
    height:140px !important;
    margin:25px 0px 0 0px
}
#portada #cabecera{
    height:110px !important;
}
#menuSup{
    clear:right;
    float: right;
    height:50px;
    width:300px;
    text-align:right;
    margin-right:30px;
    font-family:"Times New Roman"
}
#idioma{
    float: right;
    height:15px;
    margin-right:30px;
    margin-bottom:20px;
    font-family:Arial;
}
#idioma a, #menuSup li a{
    font-size: 0.9em;
    color:#999;
}
#idioma a.resaltarIdioma{
    color:#FFF;
    }
#menuSup li{
    border-bottom: #380200 4px solid;
    margin-left: 20px;
}
#menuSup li, #portada #idioma li{
    display:inline
    }
#menuSup ul li a img{
    border: 0
}
#menuPrincipal {
    float: right;
    margin-right:30px;
    font-family:"Times New Roman"
    }
#menuPrincipal ul{
    border-bottom: #999 4px solid;
    padding:0 0 10px 20px;
    height:13px;
    margin-bottom:0;
    margin-top:19px
}

#menuPrincipal li{
    display:inline;
    margin-right:25px;
}
#menuPrincipal li a{
    padding-bottom: 7px;
    font-weight:bold;
}
#menuPrincipal a:hover, #menuSup a:hover, #portada #menuP a:hover{
    color:#ab9362;
}
/**************************  Logo  **************************/

#logotipo {float:left; top:0; margin-left:20px;margin-top:15px;width:236px; height:79px; z-index:1; background:url('/images/general/muriel_logo.gif') no-repeat}
#logotipo h1 a {margin:0; padding:0; width:236px; height:79px; display:block; text-decoration:none; background:url('/images/general/muriel_logo.gif') 0 0 no-repeat}
#logotipo h1 a span {position:relative; z-index:-1;}

/**************************  Menú de Vinos  **************************/

div.sc_menu {
  /* Set it so we could calculate the offsetLeft */
  position: relative;
  height: 405px;
  width: 700px;
  float:right;
  margin: 0 70px;
  /* Add scroll-bars */
  overflow: auto;
}
ul.sc_menu {
  display: block;
  height: 370px;
  /* Max width here, for users without Javascript */
  width: 2500px;
  padding: 0px 0 0 15px;
  /* Remove default margin */
  margin: 0;
  list-style: none;
}
.sc_menu li {
  display: block;
  float: left;
  padding: 0 4px;
  margin-right:30px;
}
.sc_menu a {
  display: block;
  text-decoration: none;
  text-transform:none;
  margin-top: 3px;
  font-family:arial;
  font-size:10px;
  font-weight: 700
}
.sc_menu a span.mayuscula{
    text-transform:uppercase;
}
.sc_menu div.vino {
  /* We want a caption to display on the next line */
  display: block;
  margin-top: 3px;
  padding: 3px 0;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background-color:#333;
  width:132px;
}
/*Sin javascript se vería con esto*/
.sc_menu div.vino {
  /*display: none;*/
  margin-top: 3px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  clear:both;
  text-align:center
}
.sc_menu a:hover span.vino {
  /*display: block;*/
}
.sc_menu img {
  /* order: 3px #fff solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px; */
  border: none;
  /*Oscar*/ overflow:hidden;
  padding-top:35px;
  filter:alpha(opacity=80);
  opacity: 0.8;
}
.sc_menu a:hover img {
  /* filter:alpha(opacity=50);
  opacity: 0.8; */
  opacity: 1;
}

/* Añadido por mí */
.sc_menu .mitad{
    width:60px;
    height:370px;
    overflow:hidden;
    float:left;
}
.sc_menu .mitad img{
    padding-bottom:35px;
}
.sc_menu .botella{
    width:85px;
    height:370px;
    border-left: solid thin #f1f1f1;
    float:left;
}
.sc_menu .botella img{
    height:160px;
    margin-top: 85px;
    margin-left:20px;
    }
/**************************  La bodega, situacion y contacto **************************/

#bodega_izq{
    width:302px;
    height:414px;
    float:left;
    border-bottom:2px #666 solid
}
#bodega_izq h2, #denominacion_izq h2, #contacto_izq h2, #certificados_izq h2, #visita_izq h2, #legal h2{
    text-transform:uppercase;
    color:#ab9362;
    font-size:1.27em;
    margin: 30px 0 0 40px;
    font-family: georgia, "Trebuchet MS";
}
#denominacion_izq h2{
    margin-top:20px;
}
#bodega_izq span.dorado{
    color:#ab9362;
    font-size:1.18em !important;
    font-weight:700;
}
#bodega_izq .texto, #denominacion_izq .texto, #contacto_izq .texto, #certificados_izq .texto, #visita_izq .texto{
    font-family: "Trebuchet MS";
    margin: 15px 30px 10px 40px;
    float:left;
}
#bodega_izq .texto, #certificados_izq .texto{
    line-height: 1.5em;
}
#visita_izq .texto, #contacto_izq .texto, #denominacion_izq .texto{
    line-height: 1.3em;
}
#denominacion_izq .texto{
    margin-top: 0;
}
#bodega_dcha .texto{
    margin: 30px 20px 40px 35px;
    float:left;
}
#bodega_dcha #map{
    margin:15px 0 15px 45px;
}
#bodega_dcha{
    width:597px;
    min-height:414px;
    float:left;
    border-bottom:2px #666 solid;
    border-left:1px #666 solid;
}
#bodega_dcha #map{
    color:#000;
    }
#subMenuBodega {
    float: left;
    height: 30px;
    width:100%;
    background-color:#64563a;
    }
#subMenuBodega ul{
    padding:11px 0 3px 50px;
    margin-top:0;
    overflow:hidden
}

#subMenuBodega li{
    display:inline;
    padding:11px 0 3px 0;
    NO-moz-box-shadow:2px 2px 5px #999;
    NO-webkit-box-shadow: 2px 2px 5px #999;
    NOfilter: shadow(color=#999999, direction=135, strength=2);
}
#subMenuBodega li a{
    padding: 11px 20px 3px 10px;
    color: #d7c5a0;
    text-transform:none
}
#subMenuBodega li a.actual{
    color:#AB9362;
    background-color:#3c3321;
    }
#subMenuBodega li a:hover{
    background-color:#ae926d;
    color:#3f3524
}
#firma{
    float:right;
    margin-right:100px;
    margin-bottom:40px;
}
#certificados{
    float:left;
    margin-left: 35px;
}
/**************************  Denominacion  **************************/
#denominacion_izq{
    width:361px;
    height:435px;
    float:left;
    border-bottom:2px #666 solid
}
#denominacion_dcha{
    width:538px;
    min-height:435px;
    float:left;
    border-bottom:2px #666 solid;
    border-left:1px #666 solid;
}
/**************************  Contacto  **************************/
#contacto_izq{
    width:302px;
    height:475px;
    float:left;
    border-bottom:2px #666 solid
}
#contacto_dcha{
    width:597px;
    height:475px;
    float:left;
    border-bottom:2px #666 solid;
    border-left:1px #666 solid;
}
#contacto_dcha #direccion{
    margin:170px 0 0 25px;
}
#contacto_dcha #direccion h2{
    color:#ab9362;
    text-transform:uppercase;
    font-size:15px;
    margin-bottom:0
}
#contacto_dcha span, #contacto_dcha span a{
    color:#ab9362;
    text-transform:none;
}
#contacto_dcha span{
     border-bottom:1px solid #ab9362;
}
/**************************  Certificados  **************************/
#certificados_izq{
    width:302px;
    height:414px;
    float:left;
}
/**************************  Visita virtual  **************************/
#visita_izq{
    width:302px;
    height:450px;
    float:left;
    border-bottom:2px #666 solid;
}
#visita_dcha{
    width:597px;
    height:450px;
    float:left;
    border-bottom:2px #666 solid;
    border-left:1px #666 solid;

}