/*

   Tipo: Especificación de tipografías
   
*/


/*      Elementos generales      */
body {
   background : #F8F8ED;
}

body, td, th, textarea, input {
   font : Verdana;
   color: #282828;
}

a:hover {
   color: Olive;
}
blockquote {
   font-style: bold;
   color : Black;
}

li {
   
}

h1 {
   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   color : #383838;
   font-size : 150%;
}

h2 {
   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   color : #444;
   font-size : 130%;
}

h3 {
   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   color : #444;
   font-size : 115%;
   font-style: italic;
}

h1 a, h2 a, h3 a {
   color: blue;
}


/*      Encabezado      */
#encabezado input, #encabezado td {
   font-size: 10px; font-family: Arial, Helvetica, "Sans Serif";
}

