/*
viejo: #3A9B9A
nuevo: #386898

*/
body
{
  color: #386898;
  background: #FFFFFF;
  background-image: url('img/patron_fondo.gif');
  font-size: normal;
}

a
{
  color: #386898;
  text-decoration: none;
}

a:hover
{
  background: #C6EEEC;
  text-decoration: underline;
  border-style: dotted;
  border-color: #B4D8D6;
  border-width: 0.1px;
  -moz-border-radius: 5px; /* !! opcio no estandar: nomes per Mozilla */
}

a:hover img
{
  border: 5;
  -moz-border-radius: 5px;   /* !! opcio no estandar: nomes per Mozilla */
}

a img
{
  border: 10;
}

.contacto
{
  text-align: center;
}

table.navegacion
{
  /* background-image: url('img/fondo.jpg');
  background-color: #D1FBF9;
  #9CCAFF
  */
  background-color: #9CCAFF;
  -moz-border-radius: 20px;   /* !! opcio no estandar: nomes per Mozilla */
  /* opacity: 0.75; */
}

.copyright
{
  color: #AAAAAA;
  font-size: small;
  text-align: center;
}