/* Hoja de estilo */ 
 
 	
	body { 
                background-repeat: no-repeat;
                background-attachment: fixed;
		color: black; 
		font-size: 12px; 
		font-family: Arial; 
		scrollbar-face-color: #7C7C7C;
		scrollbar-highlight-color: #A4A4A4;
		scrollbar-shadow-color: #A4A4A4;
		scrollbar-3dlight-color: #A4A4A4;
		scrollbar-arrow-color: #FFFFFF;
		scrollbar-base-color: #7C7C7C;	
	}

	body.marcoinf {
                background-image: url(imagenes/menuinf.jpg);
                background-repeat: no-repeat;
        }
	
	body.menu_privado {
                background-repeat: no-repeat;
                background-color: #A4A4A4;
		margin: 0px 0px 0px 0px; 
		color: blue; 
		font-size: 12px; 
		font-family: Arial; 
		scrollbar-face-color: #7C7C7C;
		scrollbar-highlight-color: #A4A4A4;
		scrollbar-shadow-color: #A4A4A4;
		scrollbar-3dlight-color: #A4A4A4;
		scrollbar-arrow-color: #FFFFFF;
		scrollbar-base-color: #7C7C7C;	
	}	

	p { 
		font-size: 12px;
		font-family: Arial ;		
		text-align: justify; 
	} 

        a:link {
            color: #0D377A; 
            text-decoration: none;
            cursor: pointer;
        }

        a:visited {
            color: #0D377A; 
            text-decoration: none;
        }

        a:hover {
            color: #CF6CC2;
            font-weight: bold;
            text-decoration: none;
        }

	td {
		font-size: 12px;
	}
