/* Hoja de estilo */ 
 
    html {
    overflow: no;
	color: black; 
	font-size: 12px; 
	font-family: Arial;  
}

    a:link
    {
        color: #002945; 
	font-size: 12px; 
	font-family: Arial; 
        text-decoration: none;
        font-weight: bold;
        cursor: pointer;
    }

    a:visited
    {
        color: #002945; 
	font-size: 12px; 
	font-family: Arial; 
        text-decoration: none;
        font-weight: bold;
    }

    a:hover
    {
        color: #EA4E01;
	font-size: 12px; 
	font-family: Arial; 
        text-decoration: none;
        font-weight: bold;
    }
	
	table.tabla{ 
		border:0px;
		border-spacing: 0;
	}
