/* Hoja de estilo */ 
 
 	
	body { 
                background-repeat: no-repeat;
                background-attachment: fixed;
		color: black; 
		font-size: 12px; 
		font-family: Arial, Helvetica, sans-serif;
                scrollbar-face-color:#FFFFFF;
                scrollbar-highlight-color:#C1E639;
                scrollbar-3dlight-color:#C1E639;
                scrollbar-darkshadow-color:#C1E639;
                scrollbar-shadow-color:#C1E639;
                scrollbar-arrow-color:#C1E639;
                scrollbar-track-color:#C1E639;
	}

	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, Helvetica, sans-serif;
                scrollbar-face-color:#FFFFFF;
                scrollbar-highlight-color:#C1E639;
                scrollbar-3dlight-color:#C1E639;
                scrollbar-darkshadow-color:#C1E639;
                scrollbar-shadow-color:#C1E639;
                scrollbar-arrow-color:#C1E639;
                scrollbar-track-color:#C1E639;
	}	

	p { 
		font-size: 12px;
		font-family: Arial ;		
		text-align: justify; 
	} 

        a:link {
            color: #FFFFFF; 
            text-decoration: none;
        }

        a:visited {
            color: #FFFFFF; 
            text-decoration: none;
        }

        a:hover {
            color: #CCCCCC;
            font-weight: bold;
            text-decoration: none;
        }

        a.estad:link {
            color: #515151;
            font-weight: bold;
            text-decoration: none;
            font-size: 14px;
        }

        a.estad:visited {
            color: #515151;
            font-weight: bold;
            text-decoration: none;
        }

        a.estad:hover {
            color: #366A00;
            font-weight: bold;
            text-decoration: none;
        }

        a.penta:link {
            color: #000000;
	    font-weight: bold;
            text-decoration: none;
            cursor: pointer;
        }

	a.estadisticas:link {
            color: #405D01;
	    font-weight: bold;
            text-decoration: none;
            cursor: pointer;
        }

	a.estadisticas:visited {
            color: #405D01;
	    font-weight: bold;
            text-decoration: none;
            cursor: pointer;
        }

	a.estadisticas:hover {
            color: #A0A739;
	    font-weight: bold;
            text-decoration: none;
            cursor: pointer;
        }

        a.penta:visited {
            color: #000000; 
	    font-weight: bold;
            text-decoration: none;
        }

        a.penta:hover {
            color: #515151;
            font-weight: bold;
            text-decoration: none;
        }

        a.congreso:link {
            color: #FFFFFF;
	    font-weight: bold;
            text-decoration: none;
            cursor: pointer;
        }

        a.congreso:visited {
            color: #FFFFFF; 
	    font-weight: bold;
            text-decoration: none;
        }

        a.congreso:hover {
            color: #CCCCCC;
            font-weight: bold;
            text-decoration: none;
        }

	td {
		font-size: 12px;
	}
