/* Hoja de estilo */ 
 
 	
	body { 
		background-repeat: no-repeat;
		background-image: url(images/marcagua.jpg);
		background-attachment: fixed;
		background-color: #3162A4;
		color: #ffffff; 
		font-size: 14px; 
		font-family: Verdana; 
		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: 14px;
        color: #ffffff; 
        font-family: Verdana ;      
        text-align: justify; 
    } 
    
	.marcadores { 
		font-size: 10px;
		color: #ffffff; 
		font-family: Verdana ;		
		text-align: center; 
	} 

        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: #C2C2C2;
            font-weight: bold;
			font-family: Verdana ;	
            text-decoration: none;
        }
		
        a.cuadro:link {
            color: #0D377A; 
            font-weight: bold;
			font-family: Verdana ;	
            text-decoration: none;
            cursor: pointer;
        }

        a.cuadro:visited {
            color: #0D377A; 
            font-weight: bold;
			font-family: Verdana ;	
            text-decoration: none;
        }

        a.cuadro:hover {
            color: #C2C2C2;
            font-weight: bold;
			font-family: Verdana ;	
            text-decoration: none;
        }

        td {
            font-size: 14px;
        }

        /*Utilizado en cabeceras de tablas descriptivas*/
        .titulo3{
                font-family: "Avant Garde", arial, serif;
                font-size: 14px;
                color: #ffffff;
                font-weight: bold;
        }

        /*Utilizado en cabeceras de tablas descriptivas*/
        .titulo2{
                font-family: "Avant Garde", arial, serif;
                font-size: 18px;
                color: #FFFFFF;
                font-weight: bold;
                padding-left: 25px;
        }
