body {
  margin:0px;
  padding:0px;
  background: #FFF url('grfx/generales/fondo.jpg') top center repeat-x;
  font-family: Verdana, Arial, sans-serif;
  color: #666666;
}

p {
  font-size: 11px;
  margin: 0px;
}

p.destacado {
  background-color: #F0F5FA;
}

p.mini_texto {
  font-size: 10px;
  color: #999;
  margin: 0px;
}

.texto {
  font-size: 11px;
}

.bold {
  font-weight: bold;
}

a {
  font-weight: bold;
  font-size: 11px;
  color: #FF0000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.mini_link {
  font-weight: bold;
  font-size: 10px;
  color: #FF0000;
  text-decoration: none;
}

.mini_link:hover {
  text-decoration: underline;
}

.fondo_contenido {
  background: #FFF url('grfx/generales/fondo_contenedores.jpg') top center repeat-y;
}

.td_productos {
  vertical-align: top;
  line-height:80%;
}

.spacer {
  margin-left:6px;
}

input, textarea, select {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #333;
}

form {
  margin: 0px;
  padding: 0px;
}