body 
    {
    font-family:"Verdana, Arial";
    font-size:10pt;
    margin:0; 
	background-image: url(./i/fondo.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 100% 50%;
    } 

td 
    {
    font-family:"Verdana, Arial";
    font-size:10pt;
    }


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


td.bannerx
    {
	background-image: url(./i/banner.jpg);
	background-repeat: x-repeat;
	background-attachment: fixed;
	background-position: 0% 0%;
    }

td.banner2x
    {
	background-image: url(./i/banner2.jpg);
	background-repeat: x-repeat;
	background-attachment: fixed;
	background-position: 0% 0%;
    }
