body		{ margin: 0px; }
.lineavert	{ background-color:#B03441; }
.ct		{ font-family: Verdana; font-size: 11px; }
.ct h1		{ font-family: Verdana; font-size: 13px; }
.ct a		{ color:#B03441; }
.linegray	{ background-color:#666666; }
.linered	{ background-color:#B03441; }

#header {
  position: relative;
  height: 70px;
  margin : 27px  0px  0px  0px;
}
#header #logo {
  position: absolute;
  top   :   0px;
  left  :  27px;
}
#header #menu {
  position: absolute;
  top   :   0px;
  left  : 512px;
}
#header #menu .col {
  float: left;
  position: relative;
  width :  100px;
  padding:  0px  0px  0px  5px;
  font-family: Arial; 
  font-size  : 11px; 
  border-left : 2px solid #B03441;
}
#header #menu .col a {
  display: block;
  position: relative;
  margin :  0px;
  padding:  3px  0px  0px  0px;
  text-decoration: none;
}
#header #menu .col span {
  display: block; 
  position: relative;
  margin :  0px;
  padding:  3px  0px  0px  0px;
  text-decoration: none;
}
#header #menu .colN a {
  color : #000000;
}
#header #menu .colN span {
  color : #666666;
}
#header #menu .colM a {
  color : #666666;
}
#header #menu .colM span {
  color : #999999;
}

.item {
  float: left;
  position: relative;
  width : 211px;
  height: 199px;
  margin-right : 20px;
  text-align: center;
}
.item p {
  position: relative;
  width : 211px;
  margin :  0px  0px;
  line-height: 20px;
  text-align : center;
  background: #000000;
}
.item p span.nombre {
  color: #FF3300;
  font-weight: bold;
}
.item p span.precio {
  color: #FFFFFF;
}
.clear {
  clear: both;
}


