I've got this bst file http://pastebin.com/z6mXByj7 and am using this tex:
\documentclass[10pt,oneside,letterpaper,spanish]{book}
\usepackage[utf8x]{inputenc}
\usepackage[activeacute,spanish]{babel}
\addto\shorthandsspanish{\spanishdeactivate{~<>.}}
\decimalpoint %\spanishdecimal{.}
\usepackage[spanish]{babel}
\usepackage{natbib}
\usepackage{ulem}
\def\bbluline#1{\uline#1}
\begin{document}
asdasd \citep{chsh_inequality} asdasd \citep*{aspect_test_bell}
\bibliographystyle{fiuady3}
\bibliography{ejem_biblio}
\end{document}
with this bib file
% This file was created with JabRef 2.5.
% Encoding: Cp1252
@ARTICLE{chsh_inequality,
author = {{Clauser}, J.~F. and {Horne}, M.~A. and {Shimony}, A. and {Holt}, R.~A.
},
title = "{Proposed Experiment to Test Local Hidden-Variable Theories}",
journal = {Physical Review Letters},
year = 1969,
month = oct,
volume = 23,
number = 15,
pages = {880-884},
doi = {10.1103/PhysRevLett.23.880},
adsurl = {http://adsabs.harvard.edu/abs/1969PhRvL..23..880C},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@ARTICLE{aspect_test_bell,
author = {{Aspect}, A. and {Grangier}, P. and {Roger}, G.},
title = "{Experimental Tests of Realistic Local Theories via Bell's Theorem}",
journal = {Physical Review Letters},
keywords = {Fluorescence, phosphorescence},
year = 1981,
month = aug,
volume = 47,
number = 15,
pages = {460-463},
doi = {10.1103/PhysRevLett.47.460},
adsurl = {http://adsabs.harvard.edu/abs/1981PhRvL..47..460A},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
which produces the following output 
that is exactly what I need except for the fact that it should place the particle for pages "pp" before 460-460 and 880-884. Can this be done by editing the bst file?
babeltwice? – Guido Jan 5 at 20:06