/**
 * font_medium.css
 * Hoja de estilos CSS para fuentes de tamaño medio.
 * @version 0.1
 * @author David Cañadas Mazo
 *
 * @package WebConcursal
 * @subpackage CSS
 */
 
/* Fuentes ********************************************************************/

body, button, input, select {
  font : normal 13px 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Tahoma, 
    Helvetica, Geneva, 'sans-serif';
  color: #393939;
} /* Fuente general */

