      /********************************************************************************
       Hoja de Estilos
       *********************************************************************************/

      body {
         margin-top: 0.1cm;
         margin-left: 0.1cm;
         margin-right: 0.1cm;
         margin-bottom: 0.1cm;
      }

      /* Noticias principal */

      .contenedor_noticias {
         position: absolute;
         left: 0;
         top: 10;
         width: 100%;
         text-align: justify;
      }

      .fecha {
         font-family: verdana;
         font-size: 8pt;
         color: #005800;
         font-weight: bold;
      }

      .noticia {
         font-family: verdana;
         font-size: 7.7pt;
         color: #000000;
         text-decoration : None;
         text-align: justify;
      }

      /* Noticias Popup */

      .tabla_noticias {
         width: 100%;
         text-align: center;
         border: solid #000000 1px;
         background-color: #FFFFFF;
      }

      .fecha_popup {
         font-family: verdana;
         font-size: 7pt;
         color: #000000;
         text-align: right;
      }

      .titulo_noticia {
         font-family: verdana;
         font-size: 7.7pt;
         color: #005800;
         text-align: justify;
         font-weight: bold;
         background-color: #FFFFFF;
         border: solid #585858 0px;
      }

      .texto_noticia {
         font-family: verdana;
         font-size: 7.7pt;
         color: #000000;
         text-align: justify;
         background-color: #FFFFFF;
      }

      .enlace {
         font-family: verdana;
         font-size: 7.7pt;
         color: #333366;
         text-decoration: none;
      }

      hr {
         border: solid #005800 1px;
      }

      /**** Menu Administrador */

      .tabla_exterior_admin {
         height: 100%;
         width: 700px;
         padding: 3.5cm;
      }

      .borde_exterior {
         background-color: #585858;
         padding: 1px;
      }

      .celda_interior {
         vertical-align: top;
         padding: 1px;
         background-color: #FFFFFF;
      }

      .tabla_admin {
         width: 700px;
         border: solid #585858 0px;
         background-color: #FFFFFF;
      }

      .menu_admin {
         font-family: verdana;
         font-size: 8pt;
         font-weight: bold;
         color: #D0D0D0;
         text-align: justify;
         background-color: #005800;
         border: solid #585858 1px;
      }

      .tabla_interior {
         width: 700px;
         background-color: #FFFFFF;
         font-family: verdana;
         font-size: 7.7pt;
      }

      input {
         font-size: 8pt;
         border: 1 solid #005800;
         background-color: #EAFFEA;
         color: #585858;
         font-family: Verdana;
      }

      textarea {
         font-size: 8pt;
         border: 1 solid #005800;
         background-color: #EAFFEA;
         color: #585858;
         font-family: Verdana;
      }

      .mensajes {
         text-align: center;
         font-size: 7.7pt;
         color: #005800;
         font-family: Verdana;
      }

      .paginador {
         text-align: right;
         font-size: 7.7pt;
         color: #005800;
         font-family: Verdana;
      }

      .listado_noticias {
         background-color: #005800;
         font-size: 7.7pt;
         color: #C0C0C0;
         font-family: Verdana;
         border: 1 solid #005800;
      }

      .listado_noticias2 {
         background-color: #EAFFEA;
         font-size: 7.7pt;
         color: #000000;
         font-family: Verdana;
         border: 1 solid #005800;
      }

      .listado {
         width: 100%;
      }
