html,body{
font-family:"Trebuchet MS";
font-size:12px;
color:#FFFFFF;
background:#765103 url(../images/fondo.jpg) no-repeat;
margin: 0px 0px 0px 0px;
}
a{
color:#929347;
text-decoration:none;
font-weight:bold;
}
#logo{
/*background:url(../images/logo.gif);*/
width:322px;
height:197px;
position:absolute; 
z-index:2;
top:0px; 
left:0px; 
visibility:visible;
}
#menu{
font-size:14px;
font-weight:bold;
text-align: center;
width:185px;
height:231px;
margin-top:207px;
margin-left:16px;
float:left;
}
#menuTop{
	background:url(../images/menu-top.gif);
	height:54px;
}
#menuMid{
	background:url(../images/menu-mid.gif) repeat-y;
	/*height:5px;*/
}
#menuDown{
	background:url(../images/menu-down.gif);
	height:48px;
}
#menuLinea{
	background:url(../images/menu-linea.jpg) center no-repeat;
	height:6px;
}
/*#op1,#op2,#op3,#op4,#opSel{
	height:40px;
	line-height:50px;
}*/
#menu a,a.menu:visited{
color:#523702;
text-decoration: none;
}
#menu #op1:hover a,#menu #op2:hover a,#menu #op3:hover a,#menu #op4:hover a,#menu #op6:hover a,#menu #op7:hover a,#menu #op8:hover a,#menu #op9:hover a{
color:#929347;
}
#opSel{
color:#929347;
}
#texto{
/*background:#FFFFFF;*/
margin-top:280px;
margin-left:10px;
/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
text-align: left;
width:485px;
float:left;
}
#precio,#novedad{
margin-top:-5px;
margin-bottom:-5px;
text-align:center;
font-size:48px;
color:#FFCC33;
text-decoration:blink;
}
#pumpum{
/*width:700px;*/
padding-top:30px;
text-align: center;
clear : both;
}
a.pumpum{
color: #FFFFFF;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold
}
a.pumpum:hover{
color:#929347;
}
/* SCROLL */
#container {
  position:relative;
  width:300px;
  height:200px;
  overflow:hidden;
  /*border: 1px solid #EFEFEF;*/
}
/*#scroller {
  width:928px; /* = width + margin left + margin right + padding*2 + border*2  from the content rule 
}*/
.content {
  width:200px;
  height:200px;
  float:left;
  margin-left:10px;
  margin-right:10px;
  padding:5px;
 /* border: 1px solid #EFEFEF;*/
  font-size:12px;
}
.scrollNav, .scrollNav a:link, .scrollNav a:visited  {
  font-size:12px;
  /*color:#00009C;*/
  font-weight:bold;
}
<!--[if IE]>
/*<style type="text/css">
#scroller{
  width: 882px;   
  /* = width + margin left + margin right from the content rule + border*2 from the container rule
}*/
<!-- [endif]-->

/* testimonios */
.AccordionTitle, .AccordionContent, .AccordionContainer{
  position:relative;
  width:550px;
}

.AccordionTitle{
  /*height:20px;*/
  overflow:hidden;
  cursor:pointer;
  /*font-family:Arial;
  font-size:8pt;*/
  font-weight:bold;
  vertical-align:middle;
  text-align:left;
  /*background-repeat:repeat-x;
  display:table-cell;
  background-image:url('title_repeater.jpg');*/
  -moz-user-select:none;
}

.AccordionContent{
  overflow:hidden;
  display:none;
  text-align:left;
  padding:5px;
}

.AccordionContainer{
  /*border-top: solid 1px #C1C1C1;
  border-bottom: solid 1px #C1C1C1;
  border-left: solid 2px #C1C1C1;
  border-right: solid 2px #C1C1C1;*/
}