/* CSS Document */

body, table {
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 12px;
        color: #666666;
        margin: 0;
}

input, select, textarea { color: #000; }

a { color: #999; text-decoration: none; font-weight: bold; }

a:hover { color: #db0e0e; }

img {
    border: 0;
}

.TituloContenido {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #db0e0e;
  margin: 0 0 10px 0;
}

.SubTituloContenido {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #666;
  margin: 0 0 10px 0;
}

.TextoContenido {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: normal;
        font-size: 12px;
        color: #666;
}

.TextoContenidoResaltado {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: bold;
        font-size: 12px;
        color: #666;
}

.ContenedorImagenContenido {
  background: url(../images/component-img.gif) bottom center no-repeat;
  padding-bottom: 8px;
  /* padding-bottom: 3px;*/
}

.ImagenContenido {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 5px;
}

.BulletListaContenido {
  margin-left: -10px;
  color: #db0e0e;
}

.TextoListaContenido {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 12px; 
  font-weight: normal;
  color: #666;
}

.TextoMarcaContenido {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #db0e0e;
}

.TextoProductoContenido {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #666;
}

.BordeDerechoPunteado {
  border-right: 1px dashed #ccc;
}
