BODY {
scrollbar-face-color: #F6D27C;
scrollbar-shadow-color: #F6D27C;
scrollbar-highlight-color: #F6D27C;
scrollbar-3dlight-color: #fff;
scrollbar-darkshadow-color: #660404;
scrollbar-track-color: #EBE0C4;
scrollbar-arrow-color: #660404;
}

var txt="-  Caballeros Andantes  -  Servicios Turísticos en La Mancha  -  Caballeros Andantes  -  Por los caminos de Don Quijote  ";
var espera=150;
var refresco=null;

function rotulo_status() {
        window.status=txt;
        txt=txt.substring(1,txt.length)+txt.charAt(0);        
        refresco=setTimeout("rotulo_status()",espera);
        }