:root {
	/*	variables para layout background generales	*/
	--bgpantalla: #ECF0F1;
	--bgsidebar	:#00457C;	

	/* variables menus	*/	
	--item-menu: #ffffff;
	--item-menu-hover:	#2980B9;
	--item-submenu-bg: #cce8ff;
	--submenu-ul: #cce8ff;
	--item-submenu-li-a:	#00457C;
	--item-submenu-li-hover:	#2980B9;

	/* Variables para enlaces */
	 --a-link: #2980B9;
	 --a-hover: #00457C ;


	/*variables para formularios */
	--color-label: #00457C;
	--border-boxtext:#005499;
	--bg-boxtext :	#E3F2FD;
	--marge-gold:	#FFC425;
	--marge-blue:	#005499;

	--select-color-option-margen-box: #2980B9;
	--select-color-txt-option: #00458C; 

	--border-section-box: #D4E3FC;

	/*	para botones	*/
	--bg-btn-primary: #2980B9;
	--border-btn-primary:#2980B9;
	--bg-btn-primary-hover: #96c7e8;

	--bg-btn-secondary: #2980B9;
	--border-btn-secondary:#2980B9;
	--bg-btn-secondary-hover: #96c7e8;

	--bg-btn-disabled: #d5e9f6;
	--border-btn-disabled:#426d8a;
	
				/*	btn buscar y eliminar	*/
	--bg-btn-search: #c3d7e4;
	--border-btn-search: #2981B7;
	--bg-btn-search-hover: #00000;

	--bg-btn-add: #00bba7;
	--border-btn-add: #048346;
	--bg-btn-add-hover: #00cc88;

	--bg-btn-edit: #c3d7e4;
	--border-btn-edit: #05426b;
	--bg-btn-edit-hover: #96c7e8;

	--bg-btn-delete: #E57373 ;
	--border-btn-delete: #5c1a06 ;
	--bg-btn-delete-hover: #B92B27;
	


	/* variables fuentes*/
	--font-H1: #00457C;
	--font-H2: #00457C;
	--font-H3: #00457C;
	--font-H4: #00457C;
	--font-H5: #00457C;
	--font-p:  #00457C;

	--txt-span-warning:	#ff3333;

	/* variables tabla*/
	--bg-tb-th: #2980b9;
	--color-txt-th: #f1f3f5;	
	--tb-border-color: #044880;
	--tb-bg-color-tr: #c3ddf3;
	--tb-bg-color-tr-hover: #5da6c9;;
	
	
	
}