<style type="text/css">

/* /////////////////////////////////////////////////////////// */
/* Fondo y Texto de los botones */
/* /////////////////////////////////////////////////////////// */

	a:link {
		color: #0000FF;
	}
	a:visited {
		color: #0000FF;
	}
	a:hover {
		color: #0000FF;
	}
	a:active {
		color: #0000FF;
	}


/* /////////////////////////////////////////////////////////// */
/* Fondo y Texto de los botones */
/* /////////////////////////////////////////////////////////// */

	.e1 {background:blue; font-family:times; color:yellow; font-size="9";}
 	.e2 {background:blue; font-family:times; color:white; font-size="9";}
 	.fondoazul {background:#002e62;}
 
 	
/* /////////////////////////////////////////////////////////// */	
/* Titulos */
/* /////////////////////////////////////////////////////////// */

	.titulo9 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9px;
		color: #002e62;
		font-weight: bold;
	}
		
	.titulo10 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #002e62;
		font-weight: bold;
	}
	
	.titulo12 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #002e62;
	}
	
	.titulo10yellow {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #c8940c;
		font-weight: bold;
	}

	.titulo10white {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: white;
		font-weight: bold;
	}
	
	.titulo12yellow {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #c8940c;
		font-weight: bold;
	}
		
	.titulo20yellow {
		
		font-family: "Times New Roman", Times, serif; 
		font-size: 20px;
		color: #c8940c;
		font-weight: bold;
	}
	
	.titulo20 {
		font-size : 20 px;
		Text-transform : Capitalize;
		color : #808080;
		font-family : Verdana, Arial, Helvetica, sans-serif;
		font-weight : bold;			/* lighter - 100 - bolder - normal */
		font-style : oblique;		/* italic - normal */
		/* font-variant : small-caps - normal;	*/
		/* font-size : large - medium - small - % */
	}
	
	.titulo30 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 30px;
		color: #808080; 			/* gris */
		font-weight: bold;		
	}

/* /////////////////////////////////////////////////////////// */	
/* Componentes Formulario */
/* /////////////////////////////////////////////////////////// */ 

	.checkbox {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9px;
		height: 11px;
		width: 11px;
	}

	
/* /////////////////////////////////////////////////////////// */	
/* Contenido de las Pantallas */
/* /////////////////////////////////////////////////////////// */ 	

	.scrollpantalla {
		width: 830;
		height: 430;
		overflow: auto;	
		
		scrollbar-arrow-color: #000066; 
		scrollbar-base-color: #000033; 
		scrollbar-dark-shadow-color: #336699; 
		scrollbar-track-color: #336699; 
		scrollbar-face-color: #5e9ace; 
		scrollbar-shadow-color: #DDDDDD; 
		scrollbar-highlight-color: #CCCCCC; 
	}


</style>