/* CSS Document */
/*empezamos por esto, para evitar resultados extraños en distintos navegadores, y algo 

de estilo al texto*/
body {
	background-color:#0D678C;
	
	background-repeat:repeat-y;
	/*background-attachment:fixed;*/
	background-image:url(ims/fnd/1.jpg);
	background-position:center;
    
   
}

a:link    {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover   {text-decoration: none;}