/* CSS Document */
body {
  background-color: #CCCCCC;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
  color:#564b47;  
  padding:0px;
  margin:0px;
}
#header {
  width:800px;
  height:236px;
  background-image:url(../img/header.gif);
}
#header .flash
{
  position: absolute;
  margin-top:80px;
  margin-left: 272px;
}
#container {
  background-color:#FFFFFF;
  width:800px;
  margin: 0 auto 0 auto;
  padding: 0px;
  text-align: left;
  overflow:auto;
}
#content {
  width:770px;
  height:100%;
  background-color: #ffffff;
  padding: 0px;
  margin-left: 12px;
  margin-right: 12px;
  overflow:hidden;
}

div#content {
  min-height:300px;
  height:expression(this.scrollHeight > 300 ? "auto":"300px");
}

#content p {
  text-align:justify;
}

#menu {
  margin-top: 9px;
}

.menu{
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
  overflow: hidden;
  margin-bottom: 1em;
}

.menu li{
  display: inline;
  line-height:15px;
}

.menu li a{
  float: left;
  color: #818181;
  padding: 9px 11px;
  text-decoration: none;
  border-right: 3px solid #818181;
}

.menu li a:visited{
  color: #818181;
}

.menu li a:hover, .solidblockmenu li .current{
  color: #818181;
}

#pie {
  width:800px;
  margin: 0 auto 0 auto;
  display:block;
  overflow:auto;
  background-color: #7b7b7a;
  color:#FFFFFF;
  text-align:center;
  line-height: 33px;
}

#pie a, a:hover, a:visited { color: white;}

h1 {
  font-size:16px;
}

#productos
{
  width:auto;
  overflow: auto;
  white-space:nowrap;
}

#productos div
{
  display:inline;
}

#descripcion
{
  vertical-align:top;
}

#descripcion p
{
  display:table-row;
}

#descripcion h1
{
  display:table-row;
  line-height:25px;
}

.precio
{
  text-align:right;
  color:red;
  font-weight:bold;
}

.numero
{
  font-size:60px;
  float:left;
  font-family:Arial, Helvetica, sans-serif;
  font-weight:bold;
}

.rcb {
   background: #c2c0c0;
   width:300px;
   margin-bottom:15px;
   margin-left:40px;
}

.rc_top div {
   background: url(../img/tl.png) no-repeat top left;
}
.rc_top {
   background: url(../img/tr.png) no-repeat top right;
}
.rc_bottom div {
   background: url(../img/bl.png) no-repeat bottom left;
}
.rc_bottom {
   background: url(../img/br.png) no-repeat bottom right;
}

.rc_top div, .rc_top, 
.rc_bottom div, .rc_bottom {
   width: 100%;
   height: 15px;
   font-size: 1px;
}
.rc_content { margin: 0 15px; text-align:justify; color:black; }
.clear {
     clear: both;
     display: block;
     overflow: hidden;
     visibility: hidden;
     width: 0;
     height: 0;
}