.titularleft_gris {
	font-family: arial;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 14px;
	color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	display: block;
}

.box-linegrid{
   width:197px;

}
.box-linegrid-down{
 background-image:url(../../images/tb_down.jpg);
 height:11px;
}
*html   .box-linegrid-down {
	background-image:url(../../images/tb_down.jpg);
    background-repeat: no-repeat;
	height:11px;
    margin-top: -10px;
}

.box-linegrid-up{
   background-image:url(../../images/tb_up.jpg);
   height:8px;
}
*html .box-linegrid-up {
	background-image:url(../../images/tb_up.jpg);
    background-repeat:no-repeat;
	height:8px;
    margin-bottom: -10px;
}

.box-linegrid-bg{
   background-image:url(../../images/tb_bg.jpg);
    padding:8px;
}
.line1 {

	height:1px;
    margin-top:0px;
   border-bottom:#A2A2A2 solid 1px;
	width: 100%;
	margin-bottom: 5px;
	float: left;
}

* html .line1 {
    margin-top:-15px;
   border-bottom:#A2A2A2 solid 1px;
	margin-bottom: 0px;
	float: left;
}

 .menuvinoteca-up{
     background-image: url(../../images/menuvinoteca-up.jpg);
     width: 195px;
     height: 17px;
 }

 *html  .menuvinoteca-up{
     background-image: url(../../images/menuvinoteca-up.jpg);
     width: 195px;
     height: 17px;
     margin-bottom: -5px;
 }


 .menuvinoteca-bg{
  width: 195px;
    background-image: url(../../images/menuvinoteca-bg.jpg);
 }
 .menuvinoteca-down{
      width: 195px;
      height:12px;
      background-image: url(../../images/menuvinoteca-down.jpg);
 }

 *html .menuvinoteca-down{
      width: 195px;
      height:12px;
      background-image: url(../../images/menuvinoteca-down.jpg);
      background-repeat: no-repeat;
 }

 /* menu acordion vinoteca */

/* menu */

div#menuContainer {
	padding-left:3px;
    padding-right: 5px;

}



ul#menu, ul#menu ul {
	list-style-type:none;
   margin:0px;
	padding: 0px;
	width: 179px;

}
ul#menu a {
	display: block;
	text-decoration: none;
       margin:0px;
        color: #FFFFFF;
}

*html  ul#menu li  {
  margin-top: 0px;
margin-bottom: -23px;

}

ul#menu li {
	margin: 0px;
     color: #FFFFFF;

}

*html ul#menu li a {
	color: #FFFFFF;
 background-color:#4A0A0A;
margin-top: 0px;
margin-bottom: 0px;


}

ul#menu li a {
	color: #FFFFFF;
background-color: #4A0A0A;
margin-top: 0px;
margin-bottom: 0px;


}
#left #menu li a img {
	margin-left: 0px;
	margin-bottom: 0px;
}
ul#menu li a:hover {
	background: #4A0A0A;
     color: #660000;
}
ul#menu li ul li a {
	color: #FFFFFF;
	padding-left: 40px;
	background-color: #4A0A0A;
    color: #FFFFFF;
}
ul#menu li ul li a:hover {
	background: #4A0A0A;
	padding-left: 15px;
	border-left-width: 25px;
	border-left-style: solid;
	border-left-color: #4A0A0A ;
	color: #FFD5D5;
}
.code {
	border: 1px solid #4A0A0A;
	list-style-type: decimal-leading-zero;
	padding: 0px;
	margin: 0px;

}
.code code {
	display: block;
	padding: 3px;
	margin-bottom: 0px;

}
.code li {
	background:#4A0A0A;
	border: 1px solid #FFFFFF;
	margin: 0 0 2px 2.2em;
}

*html .code li {
	background: #4A0A0A;
	border: 1px solid #4A0A0A;
	margin: 0px;
}

.indent1 {
	padding-left: 1em;
}
.indent2 {
	padding-left: 2em;
}

/* fin menu */


