/* ********************************************************************/
/*  Hoja de estilos css de la web del APA Miguel de Unamuno           */
/*  Autor: Alberto Gallego-Casilda                                    */
/*  Fichero: estilos.css                                              */
/*  Fecha última modificación: 31-8-2007                              */
/* ****************************************************************** */


body {
       background-color:4E9C9C 
      }

H1 {
    font-family:times-new-roman;
    font-size:22;
    font-style:italic;
    font-weight:400
   }

H2 {
    font-family:verdana;
    font-size:25;
    font-weight:400
   }

.menu1  {
         font-family:Arial;
         font-size:15;
         font-style:normal;
         font-weight:600;
         color:black;
         text-decoration:none
        }

.enlace {
         font-family:verdana;
         font-size:x-small;
         font-style:normal
        }

.ultima {
         font-family:verdana;
         font-size:small;
         font-style:bold;
         font-weight:600
      }

.permanente {
              font-size:medium;
              color:black;
              text-decoration:none
            }

.firma {
         font-family:times-new-roman;
         font-size:x-small;
         font-style:oblique;
         font-weight:400
      }
