/*propiedades de links en el tooltip de estandares*/
a:link,a:visited{ 
color:#336699; 
text-decoration:underline;
}
a:hover{
color:#336699; 
text-decoration:none;
}

ul { margin-bottom: 2.4em; }
ul li { margin-bottom:.5em; }
p { max-width: 60em; }
/*parael div del tooltip*/
/* 
 Example use of tooltip with multiple classes  
 Specifications common to all tooltips applied to div#tipDiv
 */
div#tipDiv { 
    padding:4px;
    font-size:11px; line-height:1.2;
}

/*  ie6 can't handle selectors like div#tipDiv.tooltip !   */

div.tooltip { 
    background-color:#E1E5F1; border:1px solid #667295; 
    width:250px; 
    }
    
div.tip2 {
    background-color:#000080; border:1px solid #eee; 
    width:150px; color:white;
    }

