/* CSS Document */
body 
{ 
font-family:Arial,Garamond;
font-size: 15px;
scrollbar-face-color: black; 
scrollbar-arrow-color: white; 
scrollbar-3dlight-color: white; 
scrollbar-shadow-color: white; 
scrollbar-darkshadow-color: white; 
scrollbar-track-color: white; 
background-color: white;
background-image:url(fondo.jpg);
background-position:center;
background-repeat:repeat;
}
H1{color:blue; font-weight: bold;}
A:link { text-decoration:none; font-size: 15px; color: white; background:blue; border-style: dotted; border-width: 1px; border-color: white}
A:visited { text-decoration:none; font-size: 15px; color: blue; background:white; border-style: dotted; border-width: 1px; border-color: blue}
A:active { text-decoration:none; font-size: 15px; color: blue; background:white; }
A:hover { text-decoration:none; font-size: 15px; color: black; background:white; border-style: dotted; border-width: 1px; border-color: blue}


/*///////////////////////////////////////////////////////////
// Codigo del Menu//////////////////////////////////////////
///////////////////////////////////////////////////////////*/

div.banner {
  margin: 0;
  font-size: 80% /*smaller*/;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  position: right;
  top: 2em;
  left: auto;
  width: 8.5em;
  right: 2em;
}
div.banner p {
  margin: 0;
  padding: 0.3em 0.4em;
  font-family: Arial, sans-serif;
  background: white;
  border: thin outset blue;
  color: white;
}

div.banner a, div.banner em { display: block; margin: 0 0.5em }
div.banner a, div.banner em { border-top: 1px groove black }
div.banner a:first-child { border-top: none }
div.banner em { color: blue }

div.banner a:link { text-decoration: underline; color: white; background:blue; }
div.banner a:visited { text-decoration: none; color: blue; background:white; }
div.banner a:hover { text-decoration: underline; background: white; color: blue; background:white; }