@charset "utf-8";


.prod2ndNavSel {
  background-image: url(../bose_archivos/imagenes_prod/prod_arrow_selected.gif);
  background-position: left;
  background-repeat: no-repeat;
  color: #CB5D2A;
  padding-left: 13px;
  font-size: 11px
}

.prod2ndNav a, .prod2ndNav a:link, .prod2ndNav a:visited, .prod2ndNav a:active {
  color: #52516B;
  text-decoration: none;
  padding-left: 13px;
  background-image: url(../bose_archivos/imagenes_prod/prod_arrow.gif);
  background-position: left;
  background-repeat: no-repeat;
  font-size: 11px
}

.prod2ndNav a:hover {
  color: #CB5D2A;
  padding-left: 13px;
  background-image: url(../bose_archivos/imagenes_prod/prod_arrow_over.gif);
  background-position: left;
  background-repeat: no-repeat;
  font-size: 11px
}


