:root{
	
/* VARIABLES 4.0 A DEPRECIAR */	

	--main-color: #13ff99;
	--sec-color: #13ff99;
	--select-color: #13ff99;
	--upbar-title: #13ff99;
	--upbar-title-icon: #13ff99;
	--btn-confirm: #13ff99;
	--btn-reject: #13ff99;
	--btn-upbar-bg: #13ff99;
	--btn-upbar-bg-hover: #13ff99;
	--btn-upbar-color: #13ff99;
	--btn-color-dark: #13ff99;
	--btn-color-low: #13ff99;
	--bar-icon-color: #13ff99;
	--report-h1: #13ff99;
	--report-h2: #13ff99;
	--main-menu-bg: #13ff99;
	--menu-group-title: rgba(255,255,255,.8); /* Color del titulo de grupo*/
	--menu-group-title-o: #13ff99; /* Color del titulo de grupo*/
	--menu-group-icon: #13ff99;
	--menu-group-icon-o: #13ff99;
	--menu-nav-alone: #13ff99;
	--menu-nav-alone-icon: #13ff99;
	--suditb-head: #13ff99;
	--suditb-head-icon: #13ff99;
	--suditb-row-odd: #13ff99;
	--main-border: #13ff99 solid thin;	
	--font-color-low: #13ff99;
	--font-color-dark: #13ff99;
	--font-color-soft: #13ff99; 
	--font-color-h1: #13ff99;
	--font-color-h2: #13ff99;


/* VARIABLES V4.2 A UTILIZAR */

	/* LOGOS */
	--logo-main: url(../../../_files/_img/_themes/ea.png);
		--logo-main--alt: url(../../_includes/_img/themes/main/logo-sudi.svg);
	--logo-sq : url(../../../_files/_img/_themes/ea.png);
		--logo-sq-alt : url(../../_includes/_img/themes/main/logo-sq.svg);
	--logo-bg: transparent;

	/* FONTS */

	--font-regular: 'sf_pro_textregular';
	--font-medium: 'sf_pro_textmedium';
	--font-semibold: 'sf_pro_textsemibold';
	--font-bold: 'sf_pro_textbold';


	/* TEXT */	
	--text-main-high: #012A4A;
	--text-main-medium: #315C8E;
	--text-main-low: #A6B1C0;
	--text-gray-high: #333333;
	--text-gray-medium: #666666;
	--text-gray-low: #999999;
	--text-dark: #000;
	--text-light: #FFF;
	--text-dark-alpha: rgba(0,0,0,.95);
	--text-light-alpha: rgba(255,255,255,.95);



	/* BACKGROUND (FILL) */
	--bg-main-high: #013567;
	--bg-main-medium: #5A8DAE;
	--bg-main-low: #D9E2EC;
	--bg-gray-high: #E0E0E0;
	--bg-gray-medium: #F5F5F5;
	--bg-gray-low: #FAFAFA;
	--bg-dark: #000;
	--bg-light: #FFF;
	--bg-body: #FFF; /* FONDO DE PLATAFORMA */


	/* BORDER (STROKE) */
	--border-main-high: #022B55;
	--border-main-medium: #4E7BA9;
	--border-main-low: #C5D0E6;
	--border-gray-high: #BDBDBD;
	--border-gray-medium: #D6D6D6;
	--border-gray-low: #EEEEEE;
	--border-dark: #000;
	--border-light: #FFF;

	/* COLORS*/
	--color-red: #e84b37; 		/* Rojo 		*/
	--color-green: #a9e08b; 	/* Verde 		*/
	--color-blue: #406eef; 	/* Azul 		*/
	--color-white: #FFF; 		/* Blanco 		*/
	--color-yellow: #ebb233; 	/* Amarillo 	*/
	--color-purple: #434697; 	/* Morado 		*/
	--color-gray: #a2a2a2; 	/* Gris 		*/
	
	

	/* A REVISAR */

	--suditb-sthead-h: 40px;

	
}