/*
3dlight: color de la luz 3d 
arrow: color de la flecha 
dark-shadow: color sombra del primer plano 
face: color del primer plano
highlight: color de la luz del cuadro de flecha 
shadow: color de la sombra del fondo 
track: color del fondo de la barra 

base: color base
*/

body{
background-color: #000000;
background-image: url(imagenes/fondo.gif);
color: #ffffff;
scrollbar-face-color: #000000;
scrollbar-shadow-color: #757575;
scrollbar-highlight-color: #757575;
scrollbar-3dlight-color: #757575;
scrollbar-darkshadow-color: black;
scrollbar-track-color: #000000;
scrollbar-arrow-color: #757575
scrollbar-background-attachment: lightgrey;
}

a:link {
color: #a5a5a5;
cursor: hand;
position: relative;
text-decoration: none;
}
a:active {
cursor: hand;
position: relative;
text-decoration: none;
}
a:visited {
cursor: hand;
position: relative;
text-decoration: underline;
}
a:hover {
border-bottom-color: #0084c4;
border-bottom-style: dotted;
border-bottom-width: 1px;

border-top-color: #0084c4;
border-top-style: dotted;
border-top-width: 1px;

color: #0084c4;
cursor: hand;
position: relative;
text-decoration: none;
}

a.Fotos:link {
color: #a5a5a5;
cursor: hand;
position: relative;
text-decoration: none;
}
a.Fotos:visited {
cursor: hand;
position: relative;
text-decoration: none;
}
a.Fotos:active {
cursor: hand;
position: relative;
text-decoration: none;
}
a.Fotos:hover {
border-bottom-color: #000000;
border-bottom-style: none;
border-bottom-width: 0px;

border-top-color: #000000;
border-top-style: none;
border-top-width: 0px;
cursor: hand;
position: relative;
}
