/* Hoja de estilo CSS para las aplicaciones desarrolladas e  ESADE o aplicaciones
desarrolladas para ESADE. 
 
 CSS utilizado solo para imprimir
 
 */

/******************************************************************************
     INDICE
	1. Fuentes institucionales
******************************************************************************/

 
/******************************************************************************
1. FUENTES INSTITUCIONALES 
******************************************************************************/
body {
	font-family: Times New Roman;
}

h1, h2, h3, fieldset legend, table caption {
	font-family: Arial;
}

/* 1.1 Elementos web */
input, select, option, textarea, h1 .botonera_derecha {
	font-family: Times New Roman;
}

