/*
*******************************************************************************
* Archivo   : copy.css
* Contenido : Hoja de estilo, por defecto, para el área de copyright
* Proyecto  : PATANEGRA Soft Web Utilities
* Observs.  : -
*
* Creada    : Jue-15-Jun-2001 / Federico Murcia (FMD)
* Actualiz. : Jue-08-Nov-2001 / Federico Murcia (FMD)
* Copyright : PATANEGRA Soft - Jun 2001 - Sevilla (SPAIN)
*******************************************************************************
*/

     .copyTxt           {font-size:  9px; font-weight: normal; font-family: Arial; color: #6666FF; text-decoration: none}
    a.copyTxt           {font-size:  9px; font-weight: normal; font-family: Arial; color: #6666FF; text-decoration: none}

     .copyDat           {font-size:  9px; font-weight: normal; font-family: Arial; color: #000099; text-decoration: none}
    a.copyDat           {font-size:  9px; font-weight: normal; font-family: Arial; color: #000099; text-decoration: none}
    a.copyDat:link      {font-size:  9px; font-weight: normal; font-family: Arial; color: #000099; text-decoration: none}
    a.copyDat:visited   {font-size:  9px; font-weight: normal; font-family: Arial; color: #000099; text-decoration: none}
    a.copyDat:active    {font-size:  9px; font-weight: normal; font-family: Arial; color: #000099; text-decoration: none}
    a.copyDat:hover     {font-size:  9px; font-weight: normal; font-family: Arial; color: #808000; text-decoration: none}

     .copyPNS           {font-size: 11px; font-weight:   bold; font-family: Arial; color: #000099; text-decoration: none}
    a.copyPNS           {font-size: 11px; font-weight:   bold; font-family: Arial; color: #000099; text-decoration: none}
    a.copyPNS:link      {font-size: 11px; font-weight:   bold; font-family: Arial; color: #000099; text-decoration: none}
    a.copyPNS:visited   {font-size: 11px; font-weight:   bold; font-family: Arial; color: #000099; text-decoration: none}
    a.copyPNS:active    {font-size: 11px; font-weight:   bold; font-family: Arial; color: #000099; text-decoration: none}
    a.copyPNS:hover     {font-size: 11px; font-weight:   bold; font-family: Arial; color: #808000; text-decoration: none}

/* ### Fin de la hoja de estilo ############################################ */