/* Hoja de estilo */ 
 
 	
	body { 
		background-repeat: no-repeat;
		background-image: url(images/bg.jpg);
		background-attachment: fixed;
		background-color: #3162A4;
		font-size: 12px; 
		font-family: Arial; 
		scrollbar-face-color: #ffffff;
		scrollbar-highlight-color: #ffffff;
		scrollbar-shadow-color: #A4A4A4;
		scrollbar-3dlight-color: #A4A4A4;
		scrollbar-arrow-color: #0D377A;
		scrollbar-base-color: #0D377A;
	}	

	p { 
		font-size: 12px;
		font-family: Arial ;		
		text-align: justify; 
	} 

        a:link {
            color: #FFFFFF; 
            font-weight: bold;
			font-family: Verdana ;	
            text-decoration: none;
            cursor: pointer;
        }

        a:visited {
            color: #FFFFFF; 
            font-weight: bold;
			font-family: Verdana ;	
            text-decoration: none;
        }

        a:hover {
            color: #99CCFF;
            font-weight: bold;
			font-family: Verdana ;	
            text-decoration: none;
        }

	td {
		font-size: 12px;
	}
