﻿body
{
  font-weight: normal;
  font-size: 10pt;
  background-image: url(images/fondo.jpg);
  text-transform: none;
  color: black;
  font-style: normal;
  font-family: Arial, Tahoma;
  background-color: white;
  font-variant: normal;
  text-decoration: none;
  background-repeat: repeat-x;
	background-color: #2D5B8F;  
}
A:link
{
  font-weight: normal;
  color: blue;
  font-style: normal;
  font-variant: normal;
  
}

A:hover
{
  font-weight: bold;
  color: blue;
  font-style: normal;
  font-variant: normal;
  text-decoration: underline;
}
A:active
{
  font-weight: bold;
  color: blue;
  font-style: normal;
  font-variant: normal;
  text-decoration: underline;
}

A:visited
{
  font-weight: bold;
  color: blue;
  font-style: normal;
  font-variant: normal;
  text-decoration: none;
}
.Pie
{
  font-size: 10pt;
  text-decoration: none;
}

.Pie2
{
  font-size: 8pt;
  text-decoration: none;
}

