body 
    {
    font-family:"Verdana, Arial, Bookman Old Style, Georgia";
    font-size:12px;
    margin:0; 
 background-color:#333;
    }

.container
{
 background-color:#fff;
 background-image: url(./i/fondo.jpg);
 background-repeat: no-repeat;
 background-attachment: fixed;
 background-position: 50% 50%;

}    

A:link  { color:#0000ff;}
A:visited  {color:#CC0000;}
A:active   {text-decoration: none; color: #00ff00;}
A:hover   {text-decoration: none; color=#ff9900;}

A:link.pie  { color:#ccffff;}
A:visited.pie  { color:#ccffff;}
A:active.pie   {text-decoration: none; color: #00ff00;}
A:hover.pie   {text-decoration: none; color=#ffff99;}


.footer
{
 background-image: url(./i/banner.jpg);
 color: #fff; 
}

h1
{
 font-size: 18px; 
 color: #ff8643; 
 padding: 7px 0 0 0; 
 font-weight: bold; 
 border-bottom: 2px dotted #ccc;
 margin: 0; 
}


h2
{
  font-size: 18px; 
 color: #0099CC; 
 font-weight: bold; 

}
