﻿body 
{
     font-family: Courier New ;
     font-size: 8pt;
}
.menu {

         color: #000;  
         
    }
    a.link {
	color: #000;
        text-decoration:none;
         
    }
    
    a.link:visited {
        color: #000;
    }
    
    a.link:hover {
        color:  #000;
        text-decoration:underline;
        
        background-color: yellow;
       
    }
    .linkDiv {
    
        margin:5px;
    }



    .titulo
    {
   
         font-style:italic ;
         font-weight: bold ;
         font-size:8pt;
		
		   
         
    }
    
    .descripciones 
    {
        width:350px;
        font-size:8pt;
        margin-bottom:20px;
         
    }
        
        
        
    