body, td, th {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
	
img{ 
border:0} 
h1 { font: bold 1.4em Arial, Sans-Serif; letter-spacing: 0px; padding: 0px 0 0 0px; margin: 0; color: #063B61; }

h2 { margin: 0; padding: 0; font: bold 1.1em Arial, Sans-Serif; letter-spacing: -0px; color: #007CC3; }

h1 a { color: #FFF; background: inherit; }

h1 a, h2 a { text-decoration: underline; }

h1 a:hover, h2 a:hover { color: #000000; background: inherit; }

h3 { font: normal 1.0em Verdana; margin: 0 0 0px 0; padding: 0; color: #666666; background: #FFF; }

p {	margin: 0 0 0px 0;
	line-height: 1.5em; 
}
	.truco {
	background-image: url('images/chat.gif');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position:  right bottom;
}

body {cursor : url("images/mouse.ani")} 

body{ 
scrollbar-arrow-color: #ffffff; 
scrollbar-base-color: #000000; 
scrollbar-dark-shadow-color: #336699; 
scrollbar-track-color: #0066ff; 
scrollbar-face-color: #000000; 
scrollbar-shadow-color: #DDDDDD; 
scrollbar-highlight-color: #CCCCCC; 
} 

.copyright {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
.paneldirecciones {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #535353;
	line-height: 20px;
	text-align: justify;
}
.pestaņa {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 20px;
	text-align: justify;
}
.texto {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #535353;
	line-height: 20px;
	text-align: justify;
}
.texto a:link {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #0066ff;
}
.texto a:visited {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #11669E;
}
.texto a:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	color: #535353;
}
.textof {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #535353;
}
.textof a:link {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #0066ff;
}
.textof a:visited {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #535353;
}
.textof a:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	color: #535353;
}
.estilo2 {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #104162;
}
.estilo2 a:link {
	font-family: Tahoma;
	font-size: 11px;
	color: #104162;
	text-decoration: none;
	font-weight: normal;
}
.estilo2 a:hover {
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: underline;
	font-weight: normal;
	color: #FF8902;
}
.menu1 {
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #535353;
}
.menu1 a:link {
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #535353;
}
.menu1 a:hover {
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #FF8902;
}
.menu1 a:visited {
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #535353;
}
.menu1 a:active {
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #FF8902;
}
.menu2 {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
.menu2 a:link {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
.menu2 a:visited {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
.menu2 a:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #B9FF59;
}
.menu2 a:active {
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #B9FF59;
}
<script> 
var cont = 0; 
var arr = [ 
["http://www.google.com","images/sapo.jpg"], 
["http://www.yahoo.com","imagen2.gif"], 
["http://www.albertovilches.com","imagen3.gif"] 
] 
function cambia() { 
var d = document.getElementById("idCapita"); 
cont = cont % arr.length; 
d.innerHTML = "<a href='"+arr[cont][0]+"'><img border=0 src='"+arr[cont][1]+"'></a>"; 
cont++; 
} 
function inicio() { 
cambia(); 
setInterval(cambia, 1000); 
} 
window.onload=inicio; 
</script> 
<div id="idCapita"></div>

